Stickylegend

From MapbenderWiki

Jump to: navigation, search

Contents

EN

stickylegend

new element var for the legend

  • NAME: stickylegend
  • VALUE: true or false
  • FUNCTION: decides wether your legend should stick on the mapframe1
  • Type: JavaScript Variable
INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
VALUES ('gui1', 'legend', 'stickylegend', 'false', 
'parameter to decide wether the legend should stick on the mapframe1', 'var');

DE

stickylegend

Neues Element Var für die Legende

  • NAME: stickylegend
  • VALUE: true oder false
  • FUNCTION: entscheidet, ob Ihre Legende am Mapframe1 anhängt
  • Type: JavaScript Variable
INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) 
VALUES ('gui1', 'legend', 'stickylegend', 'false', 
'parameter to decide wether the legend should stick on the mapframe1', 'var');
Personal tools