pappfer
(Pappfer)
March 8, 2013, 11:12am
281
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.
macinville
(Macinville)
March 10, 2013, 5:41pm
282
A very cool extension indeed
I have a problem though. What might be the problem here: 3909
?
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?
lolvalolee
(lolvalolee@gmail.com)
March 11, 2013, 1:20pm
283
How i can change color TbProgress?
‘info’, ‘success’ or ‘danger’ is not enough.
NCS_One
(Ncsantos Ncs)
March 18, 2013, 3:42am
284
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
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
nishathul
(Nishathul)
March 28, 2013, 1:11pm
289
Hi
please refer Loading slow
I have the same issue . My integration steps are
download the zip file and stored under the extensions directory
then in the config file (main.php)
‘preload’=>array( ‘bootstrap’),
and in the component
aginanjarm
(Ahmad Ginanjar M)
March 30, 2013, 7:05pm
290
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 …
acid23m
(Serg P)
March 31, 2013, 2:46pm
291
Something wrong with sortable functionality in grid. There is no id & position parameters. 4059
sortable.JPG
xicond
(Xicond)
April 2, 2013, 8:55am
292
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
qwerty
(qwerty)
April 4, 2013, 4:51pm
293
Hi,
I have one question. Do I have to share a website code when I use YiiBooster?
daphsta
(Yiingshan)
April 5, 2013, 4:40am
294
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
qwerty
(qwerty)
April 5, 2013, 5:59am
295
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.
daphsta
(Yiingshan)
April 5, 2013, 6:01am
296
What is the code to manually register bootstrap?
bit0123
(Kaushik Itdu)
April 7, 2013, 7:14pm
298
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.