Author: Dimitrios Mengidis Version: 0.3 Beta
Early version 0.3 - Closed - Open with CListView horizontal - Open with CListView vertical
Extract zip file under the protected/extensions.
Add import of extension to your config file ( protected/config/main.pph ) like:
'imports'=>array( .... 'application.extensions.ETbar.*', ),
$this->beginWidget('ETbar', array( 'tabs'=>array( 'Tab Tittle'=>'String', //Static contented that will be echoed in tab1 'CListView'=>array( //A CListView in tab2 'dataProvider'=>$dataprovider, //CDataProvider 'widget'=>ETbar::CLIST, 'itemView'=>'my_view', ), ), ));
At the current version and the above example clisview will try to look for a view under:
protected/extensions/ETbar/views/my_view.php
This will be changed in next versions, and it will look in the views/modename/my_view.php
Repositorie or contact. Contact me Thanks.
- version next:
- Be able to set css and js values from widget constructor. Related attributes like:
- height of bar.
- color/transaprency of bar
- The clisview and other widget to look for views under protected/view depend the model
- support CGridView, CAciveForm, CDetailView
- add init( ... "options"=>array("theme"=>"selectable theme"))
- version 0.3 beta
- jquery tabs, themes added
- added resize button
- resizable/dragable functionality added
- worked on basic init of object
- support of jquery ui themes
- version 0.2:
- Support clistview of a model
- version 0.1:
- Working widget.
- Css file for basic properties.
- Js file for on document ready toggle.
Total 3 comments
Hello there, there some bugs in current release. Will resolve it soon. Thanks for the understanding.
@melicerte: it's quite primitive to have an live example at the moment.
The question is in the title.
Leave a comment
Please login to leave your comment.