Select to view content in your preferred language

How to handle form dialog in a widget?

1846
1
Jump to solution
04-15-2016 12:56 AM
PavelVeselský1
Deactivated User

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?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Pavel,

  The print widget has a half dozen or more form elements. So I don't think multiple form element is an issue.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Pavel,

  The print widget has a half dozen or more form elements. So I don't think multiple form element is an issue.