Checkbox on off
From MapbenderWiki
Contents |
EN
checkbox_on_off
new element var for the legend
- NAME: checkbox_on_off
- VALUE: true or false
- FUNCTION: display or hide the checkbox to set the legend on/off
- Type: JavaScript Variable
INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type)
VALUES ('gui1', 'legend', 'checkbox_on_off', 'false',
'display or hide the checkbox to set the legend on/off', 'var');
EN
checkbox_on_off
Neues Element Var für die Legende
- NAME: checkbox_on_off
- VALUE: true oder false
- FUNCTION: Anzeige oder keine Anzeige der Checkbox, um die Legende an- oder auszuschalten
- Type: JavaScript Variable
INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type)
VALUES ('gui1', 'legend', 'checkbox_on_off', 'false',
'display or hide the checkbox to set the legend on/off', 'var');
