Form stripping out markup (fieldsets)
Hi, I didn't see any mention in the documentation that Form would remove user markup such as fieldsets. Is there any way this can be prevented?TIA,Nick
View ArticleExtending for Bootstrap-style forms.
I'm a big fan of Bootstrap-style forms, not necessarily the style per se but the markup and flexibility.I did a quick little extension of it to see how feasible it is, and was pretty...
View ArticleRe: Extending for Bootstrap-style forms.
I've had some chances to checkout Bootstrap forms recently and liked them as well. I can appreciate the desire to add the functionality to Y.Form, and I'd be happy to take a pull request so long as...
View ArticleAll FormField having same ID
Hi, Apologize if similar topic has been posted before. The Y.FormField.ATTRS.id.value = Y.guid() makes all fields having the same id. I corrected it by Y.FormField.ATTRS.id.value = null;...
View ArticleRe: All FormField having same ID
Hi Hannah,If you can submit a pull request on Github I'm happy to accept it.Thanks,Greg
View ArticleCreating a Y.Form with markup ... and events
Greg,I'm trying to extend Y.Form and use some markup instead of passing in the config object. I am, however, having a hard time detecting when the form is done rendering and therefore I can access...
View ArticleRe: Creating a Y.Form with markup ... and events
You should be able to listen for "renderedChange".
View Article