PeterBLITZ / m2tklib

Automatically exported from code.google.com/p/m2tklib
0 stars 0 forks source link

[feature] It would be nice to have a checkbox #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Checkboxes are like radio buttons, but rather than selecting one value, they 
toggle between two values.

As it is, right now the only way to implement an on/off control is with two 
radio buttons or a combobox.

Original issue reported on code.google.com by DrZip...@gmail.com on 11 Jul 2011 at 6:53

GoogleCodeExporter commented 8 years ago
It might be as simple as a format element for the radio button so that if it is 
selected and the current variable value matches the first 'v' field, the code 
will look for a second 'v'.

Original comment by DrZip...@gmail.com on 11 Jul 2011 at 6:56

GoogleCodeExporter commented 8 years ago
this is called M2_TOGGLE, but it is not documented.
--> do documentation

Original comment by olikr...@gmail.com on 11 Jul 2011 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 11 Jul 2011 at 2:59

GoogleCodeExporter commented 8 years ago
Done
Note: Option "v" is not supported by the existing M2_TOGGLE element

Original comment by olikr...@gmail.com on 11 Jul 2011 at 8:46