Tab ids(n)

From MapbenderWiki

Jump to: navigation, search

Contents

EN

tab_ids[n]

new element var, element for element tabs (refers to file mod_tab.php)

  • NAME: tab_ids[0]
  • VALUE: e.g. treeGDE (name of the element implemented in the tab)
  • FUNCTION: inludes a module in a tab with an iframe
  • Type: JavaScript Variable
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'tabs', 
'tab_ids[0]', 'treeGDE',  ,'var');

DE

tab_ids[n]

Neues Element Var, Element für das Element Tabs (verweist auf die Datei mod_tab.php)

  • NAME: tab_ids[0]
  • VALUE: z.B. treeGDE (Name des Elementes welches in dem entsprechenden Tabulator eingebunden werden soll)
  • FUNCTION: Einbindung eines Modules in einem Tabulator durch ein Iframe
  • Type: JavaScript Variable
INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'tabs', 
'tab_ids[0]', 'treeGDE',  ,'var');
Personal tools