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=''
. 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("Tabs", "\$oHtml->getNav(
array(
'options' => array(
'type'=>'tabs',
'justified'=>1,
),
'tabs' => array(
'tab 1'=>'Inhalt #1',
'tab 2'=>'Inhalt #2',
),
)
);")
. addHtmltestTest("Tabs", "\$oHtml->getNav(
array(
'options' => array(
'type'=>'pills',
'stacked'=>1,
),
'tabs' => array(
'tab 1'=>'Inhalt #1',
'tab 2'=>'Inhalt #2',
),
)
);")
// . addHtmltestTest("Tabs", "\$oHtml->getNav(
// array(
// 'options' => array(
// 'type'=>'tabs',
// 'justified'=>1,
// ),
// 'tabs' => array(
// 'tab 1'=>'Inhalt #1',
// 'tab 2'=>'Inhalt #2',
// ),
// )
// );")
// . addHtmltestTest("Tabs", "\$oHtml->getNav(
// array(
// 'options' => array(
// 'type'=>'pills',
// 'stacked'=>1,
// ),
// 'tabs' => array(
// 'tab 1'=>'Inhalt #1',
// 'tab 2'=>'Inhalt #2',
// ),
// )
// );")
. addHtmltestTest("Tabelle", "\$oHtml->getTable(
array(
'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