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',             )         ), 

usage.

you can find on github download

tbeditablecolumn.php


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -