Yiibooster

I’m starting a new website now and I want to use Bootstrap for it. AFAIK Bootstrap 3 is going to be released soon and it will be mobile-first. Is this extension going to be upgraded for Bootstrap 3?

I already use this extension in my other sites and I really like it. But in the new site I want to have Bootstrap 3 so I’d just use it if it’s going to be upgraded.

A very cool extension indeed :)

I have a problem though. What might be the problem here: 3909

birthdate.png
?

Here is the code I used:




echo $form->datepickerRow($model, 'birthdate', array('hint' => 'Policy birth date'

     , 'prepend' => '<i class="icon-calendar"></i>'

     , 'options' => array('format' => 'dd/mm/yyyy', 'weekStart' => 1)

));



Any ideas?

How i can change color TbProgress?

‘info’, ‘success’ or ‘danger’ is not enough.

Hi,

When I sort a TbExtendableGridView I have a popover that is removed.

I checked it and has something to do with the class "popover" of the popover.

Is there any fix?

The popover is a bootstrap popover. If there is no fix I will have to do my own "mypopover" class.

Thanks.

Hi,

Is it possible to add a Select2 dropdown inside a CGridview or a TbExtendedGridView?

[b]My CGridview dropdown

[/b]




array(

     'header'=>'Tipo',

     'name'=>'grupo_id',

     'value'=>'GxHtml::valueEx($data->grupo)',

     'filter'=>GxHtml::listDataEx(UsuarioGrupo::model()->findAllAttributes(null, true)),

     ),



[b]The same dropdown with Select2 in my form

[/b]




<?php echo $form->select2Row($model, 'grupo_id',

     array('asDropDownList' => true,

     'data' => GxHtml::listDataEx(UsuarioGrupo::model()->findAllAttributes(null, true)), 

     'class'=>'input-large',

     'options' => array(

     'minimumResultsForSearch' => 20,

     'width'=>'217px', ))); ?>



Thanks

thanks

I am using boxes (TbBox) with some action buttons in the header (via ‘headerButtons’). Exactly the same as in the example. How can I make the whole TbButtonGroup invisible based on a condition? Tried the visible flag but no luck.

Thanks in advance

please tell me in detail

Hi

please refer Loading slow

I have the same issue . My integration steps are

  1. download the zip file and stored under the extensions directory

then in the config file (main.php)

‘preload’=>array( ‘bootstrap’),

and in the component

hello, i used Yii-Booster too,

it’s great extensions. but i found problem…

i try to make a datePicker on my page, heres that code:




<?php echo $form->datepickerRow($model, 'date_in',

        array( 'prepend'=>'<i class="icon-calendar"></i>')); ?>



but when i click input field, the datepicker doesnt show…

and i opened JavaScript Console on Chrome Browser, there’s errors like this:




Uncaught TypeError: Object [object Object] has no method 'on' bootstrap.js:156

(anonymous function) bootstrap.js:156

(anonymous function) bootstrap.js:158

Uncaught TypeError: Object [object Object] has no method 'tooltip' create:109

(anonymous function) create:109

deferred.resolveWith jquery.js:995

jQuery.extend.ready jquery.js:428

DOMContentLoaded jquery.js:901



is there a conflict on JS?

and what should i do?

thnks before …

Something wrong with sortable functionality in grid. There is no id & position parameters. 4059

sortable.JPG

How exactly use fileFieldRow

I’m using it, but it produce hidden field with same name attr

and in chrome it override the file input value with empty as the hidden input one

Hi,

I have one question. Do I have to share a website code when I use YiiBooster?

I just tried out Yii Booster yesterday and after numerous PHP warnings , I have managed to make it work. However, the widget that I used doesn’t seem to be loading, so the webpage is basically bare like a normal HTML page without anything from Bootstrap.

So, I decided to link bootstrap’s CSS files in the main layout page and that seems to work.

I just need to find out why do I have to link CSS files when it has already been pre loaded in the config file?

Thanks in advance

I have not tried the latest version but most likely you need to manually register the bootstrap. Preload does not work. This is the latest Yii-Bootstrap.

What is the code to manually register bootstrap?

Try info from here.

Edit:

Look here.

Problem with dependent Select2Row

I am trying to implement a dependent Select2Row like basic dependent dropdownlist

But getting error…

Data cant be blank.

Please help.

Thanks…

Nope as far as I know… but you will have to buy a license for some of his widgets (for example: highchartsJS)

This is an amazing extension. Thanks for sharing.