Skip to content
Snippets Groups Projects
Commit f252e059 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

htmltest: remove navigation

parent 02132c89
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -91,30 +91,30 @@ $sRows='' ...@@ -91,30 +91,30 @@ $sRows=''
. addHtmltestTest("Link als Button mit Type close", "\$oHtml->getLinkButton(array('type'=>'close',));") . addHtmltestTest("Link als Button mit Type close", "\$oHtml->getLinkButton(array('type'=>'close',));")
. addHtmltestTest("Link als Button mit Type error", "\$oHtml->getLinkButton(array('type'=>'error','label'=>'Fehler'));") . addHtmltestTest("Link als Button mit Type error", "\$oHtml->getLinkButton(array('type'=>'error','label'=>'Fehler'));")
. addHtmltestTest("Tabs", "\$oHtml->getNav( // . addHtmltestTest("Tabs", "\$oHtml->getNav(
array( // array(
'options' => array( // 'options' => array(
'type'=>'tabs', // 'type'=>'tabs',
'justified'=>1, // 'justified'=>1,
), // ),
'tabs' => array( // 'tabs' => array(
'tab 1'=>'Inhalt #1', // 'tab 1'=>'Inhalt #1',
'tab 2'=>'Inhalt #2', // 'tab 2'=>'Inhalt #2',
), // ),
) // )
);") // );")
. addHtmltestTest("Tabs", "\$oHtml->getNav( // . addHtmltestTest("Tabs", "\$oHtml->getNav(
array( // array(
'options' => array( // 'options' => array(
'type'=>'pills', // 'type'=>'pills',
'stacked'=>1, // 'stacked'=>1,
), // ),
'tabs' => array( // 'tabs' => array(
'tab 1'=>'Inhalt #1', // 'tab 1'=>'Inhalt #1',
'tab 2'=>'Inhalt #2', // 'tab 2'=>'Inhalt #2',
), // ),
) // )
);") // );")
. addHtmltestTest("Tabelle", "\$oHtml->getTable( . addHtmltestTest("Tabelle", "\$oHtml->getTable(
array( array(
'header'=>array('A', 'B'), 'header'=>array('A', 'B'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment