Commit 10e1bbfe by Crisu83

updated the demo

parent b13efa01
...@@ -335,7 +335,7 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin ...@@ -335,7 +335,7 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin
'type'=>'tabs', 'type'=>'tabs',
'placement'=>'below', // 'above', 'right', 'below' or 'left' 'placement'=>'below', // 'above', 'right', 'below' or 'left'
'tabs'=>array( 'tabs'=>array(
array('label'=>'Section 1', 'content'=>'<p>I\'m in Section 1.</p>'), array('label'=>'Section 1', 'content'=>'<p>I\'m in Section 1.</p>', 'active'=>true),
array('label'=>'Section 2', 'content'=>'<p>Howdy, I\'m in Section 2.</p>'), array('label'=>'Section 2', 'content'=>'<p>Howdy, I\'m in Section 2.</p>'),
array('label'=>'Section 3', 'content'=>'<p>What up girl, this is Section 3.</p>'), array('label'=>'Section 3', 'content'=>'<p>What up girl, this is Section 3.</p>'),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment