yii - Where To get Tbjeditablecolumn of bootstrap? where is the method 'registerPackage'? -
i wanna editable grid, going thru tutorial. yet, downloaded yiibooster-1.1.0
found there tbextendedgridview, yet no tbjeditablecolumn file there. it?
as i've added following column in tbextendedgridview widjet, error: in class bootstrap , methods there no method or ... 'registerpackage'.
array( 'name' => 'assortment_amount', 'header' => 'Количество ред.', 'class' => 'ext.bootstrap.widgets.tbeditablecolumn', 'headerhtmloptions' => array('style' => 'width:90px'), 'editable' => array( 'type' => 'text', ) ),
the same pops when add (from tutorial):
array( 'name' => 'name', 'header' => 'region name', 'class' => 'bootstrap.widgets.tbeditablecolumn', 'headerhtmloptions' => array('style' => 'width:80px'), 'editable' => array( 'type' => 'text', ) ),
Comments
Post a Comment