[Chameleon-dev] [Bug 93] [Chameleon] support for handling widgets in multiple forms

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Mon Jul 5 16:09:11 EDT 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=93





------- Additional Comments From pspencer at dmsolutions.ca  2004-07-05 16:09 -------
Sacha added an attribute to all widgets called FORMINDEX that can be set to an
integer value that is the form that the widget is part of.

To verify this would require that a new template be created with two forms on it
and with widgets in the second form, then set the FORMINDEX of the widget to be 1. 

This could theoretically be done in one of the samples by adding <form></form>
at the beginning of the body before the first form, then putting FORMINDEX="1"
into each widget in the form tags (select from <form> to </form> then do search
as replace on '<cwc2' with '<cwc2 formindex="1"' within the selection)

And the app should function normally.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Chameleon-dev mailing list