Questions tagged [yii-booster]

YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving an application a little boost.

YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving an application a little boost. Basically, YiiBooster tackles the most common challenges that Yii developers face while trying to enhance their applications.

Information from: http://yiibooster.clevertech.biz/

92 questions
0
votes
0 answers

YII booster widget not appear in server

I need help here. I have a system developed with Yii framework. I used Yii Bootstrap and Yii Booster for the extensions. However, the booster widgets that I have implemented inside the system is not appearing when I uploaded the files into the LINUX…
CnV
  • 381
  • 4
  • 20
0
votes
1 answer

How to integrate YiiBooster for advanced theme Yii2

i'm trying to integrate YiiBooster for a yii2 project. I'm working with the advanced theme but i'm stuck. I've used the composer to integrate and now i have: \vendor\vendor\clevertech\yii-booster\src. I tried to download directly and configure by…
0
votes
1 answer

Migrating from TbForm to TbActiveForm yiibooster

Hi, I recently was given a task to update our yiibooster extension. The issue I'm having is that this tbform code no longer works in this version of yiibooster (the entire tbform functionality seems to have been removed) $sessionForm = new…
Alex
  • 673
  • 3
  • 9
  • 22
0
votes
0 answers

Variable undefined in Localhost, works on server

I was given a project to update certain extensions and modules on without any documentation. The issue I'm having is for one of the variables in the model, it is being regarded as not defined when using localhost (but works fine on the server…
Alex
  • 673
  • 3
  • 9
  • 22
0
votes
1 answer

Cannot use object of type TbGridView as array Yiibooster

I'm trying to set up a new grid view in yii booster while passing a variable through at the start of the view to sort the formatting. I presume I am not passing the variable properly by this line $gridColumns =…
Alex
  • 673
  • 3
  • 9
  • 22
0
votes
1 answer

set value yiibooster datePickerGroup

my code: datePickerGroup( $model, 'to_date', array( 'widgetOptions' => array( 'options' => array( 'language' => 'en', …
0
votes
0 answers

yiibooster TbSelect2 throws 'uncaught exception: query function not defined for Select2' when trying to open in modal

I am trying to open a form containing yiibooster TbSelect2 in a modal dialog using AJAX call and renderPartial(). It throws this error: uncaught exception: query function not defined for Select2 Patient_state It only happens if I try to populate the…
Vladi
  • 1
  • 1
0
votes
0 answers

Yiibooster editable widget inside popover widget

I'm building website using yii 1.1 framework and Clevertech YiiBooster extension. Is there an easy way to render few "editable field" widgets inside the popover widget ? Please see the code below. Any suggestions are welcome. Main…
RB_
  • 1,195
  • 15
  • 35
0
votes
1 answer

Usage icons in TbEdiableColumn with TbHtml

I use TbGridView and class TbEditableColumn to edit elements TbGridView once, but I have a problem - values for TbEditableColumn can't be with font awesome icons. How to make TbEditableColumn value is taken for font awesome? Example: array( …
0
votes
3 answers

dependent dropdownlistGroup Yii Booster

I just learning Yiibooster recently and stuck with this.. I have a dependent dropdownlistgroup using yii booster with ajax so kelas data will be generated after matkul selected. It works fine if i using dropdownlist from yii but i want a nice form…
user3424580
  • 11
  • 1
  • 1
  • 8
0
votes
1 answer

Define Yii-Booster Extension in Configuration file

Im new to this, I have downloaded Yii-Booster Widgets for use of TBRelationalColumn. I have downloaded the extensions from yiibooster.clevertech.biz yiibooster-4.0.1.zip file and extracted under protected/extensions/booster Configuration …
Silviaa
  • 475
  • 8
  • 35
0
votes
0 answers

How can I make a Editable gridView in yii-booster bootstrap widget with one of its column

I'm new to this. I want to make grid under grid structure so i used the Yii-booster Extensions but its not working My code: Extensions: protected/extensions/booster MY Module …
Silviaa
  • 475
  • 8
  • 35
0
votes
0 answers

Yii - YiiBooster GridView widget messes up partial page when given an id

I have a view with a parent-child subview layout. In the parent view, I have a GridView from the YiiBooster extension that lists all the people in the db: $this->widget('bootstrap.widgets.TbGridView', array( 'dataProvider' =>…
Andy Hall
  • 454
  • 1
  • 5
  • 14
0
votes
1 answer

booster have conflict in yii by jquery

I am using extention booster in simple project yii,I think booster has conflict in yii project, I could add booster to my project but I have error to all page in browser console: for example , CGridview of filter don't work or other my jquery…
maryam
  • 584
  • 9
  • 26
0
votes
0 answers

How YiiBooster boost my Yii application

I am going to develop website in Yii framework and I also want to use bootstrap on the front-end. Recently I found collection of widgets called YiiBooster. I know, that it is using Twitter bootstrap and that is giving the way to write the code in…
kennySystemExit
  • 329
  • 2
  • 5
  • 22