I'm developing a widget containing several subsequent forms in a complex dialog. Dijit.form.Form seems to be the proper dojo solution, but WAB already contains a form tag, so use of another form might cause a conflict breaking whole widget. For now I'm trying to write a code to read the values in each partial form, but I know it is just a dirty workaround, not a proper solution. So what is the proper way to handle subsequent forms in WAB widgets? Or is this more than what is WAB intended to handle?
Solved! Go to Solution.
Pavel,
The print widget has a half dozen or more form elements. So I don't think multiple form element is an issue.
Pavel,
The print widget has a half dozen or more form elements. So I don't think multiple form element is an issue.