Open GoogleCodeExporter opened 9 years ago
sir you have used the external HTML tag in examples in Ajax but this tag is
giving me error because there is no such file in elements folder
Original comment by usamafer...@gmail.com
on 12 Nov 2012 at 3:17
In PFBC 3.x, the HTMLExternal element doesn't exist. The markup below the Ajax
example file is incorrectly - mostly like a copy-and-paste error during the
process of converting the example from 2.x to 3.x. If you look at the PHP
source of the Ajax example, you'll see that the HTML element is used.
Thanks for pointing out this bug. I will correct for the next version release.
- Andrew
Original comment by ajporterfield@gmail.com
on 12 Nov 2012 at 3:46
Sir
now how to insert custom html tags in the form generator.
Original comment by usamafer...@gmail.com
on 12 Nov 2012 at 7:18
In PFBC 3.x
$form->addElement(new PFBC\Element\HTML('<h2>Login</h2>'));
Original comment by shrijanp...@gmail.com
on 16 Nov 2012 at 2:12
r575 removes the references to the HTMLExternal element in the ajax example
file.
Original comment by ajporterfield@gmail.com
on 21 Nov 2012 at 4:54
Original issue reported on code.google.com by
usamafer...@gmail.com
on 8 Nov 2012 at 2:54