Tab style

From MapbenderWiki

Jump to: navigation, search

Contents

EN

tab_style

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

  • NAME: tab_style
  • VALUE:
  • FUNCTION: styles for the tabs
  • Type: JavaScript Variable


color and border

Define color and border for the parameter tab_styles. Here is an example:

position:absolute;
border-top: 3px groove green;
border-right: 3px outset grey;
border-bottom: 4px outset grey;
border-left: 3px ridge green;
visibility:visible;
font-size:12;color:#343434;
background-color:#CFD2D4;
cursor:pointer;

Additionally you can modify the shown iframes with the following parameters (please notice the different views of browsers):

margin-top:-4px; 
padding-top:5px;
padding-left:8px;

SQL



DE

tab_style

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

  • NAME: tab_style
  • VALUE:
  • FUNCTION: Style-Angaben für die Tabulatoren
  • Type: JavaScript Variable


Farbe und Rahmen

Mit dem Parameter tab_styles können die Farbe und die Rahmenart der Karteireiter (tabs) definiert werden. Hier ein Beispiel:

position:absolute;
border-top: 3px groove green;
border-right: 3px outset grey;
border-bottom: 4px outset grey;
border-left: 3px ridge green;
visibility:visible;
font-size:12;color:#343434;
background-color:#CFD2D4;
cursor:pointer;

Zusätzlich kann die Position der angezeigten IFrames modifiziert werden durch folgende Parameter (bitte beachten Sie die unterschiedlichen Darstellungen der einzelnen Browser):

margin-top:-4px; 
padding-top:5px;
padding-left:8px;

SQL

Personal tools