Yiibooster Make it gorgeous. Do it Fast.
#281
Posted 07 March 2013 - 03:46 AM
#282
Posted 07 March 2013 - 03:50 AM
#283
Posted 08 March 2013 - 06:12 AM
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.
#284
Posted 10 March 2013 - 12:41 PM
I have a problem though. What might be the problem here:
birthdate.png (6.66K)
Number of downloads: 33?
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?
#285
Posted 11 March 2013 - 08:20 AM
'info', 'success' or 'danger' is not enough.
#286
Posted 17 March 2013 - 10:42 PM
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.
#287
Posted 19 March 2013 - 11:16 AM
Is it possible to add a Select2 dropdown inside a CGridview or a TbExtendedGridView?
My CGridview dropdown
array(
'header'=>'Tipo',
'name'=>'grupo_id',
'value'=>'GxHtml::valueEx($data->grupo)',
'filter'=>GxHtml::listDataEx(UsuarioGrupo::model()->findAllAttributes(null, true)),
),
The same dropdown with Select2 in my form
<?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
#289
Posted 20 March 2013 - 05:46 PM
Thanks in advance
#290
Posted 21 March 2013 - 01:45 AM
Stefanovich, on 20 March 2013 - 05:46 PM, said:
Thanks in advance
please tell me in detail
#291
Posted 28 March 2013 - 08:11 AM
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
Nisanth Thulasi
#292
Posted 30 March 2013 - 02:05 PM
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 ..
#293
Posted 31 March 2013 - 09:46 AM
sortable.JPG (166.71K)
Number of downloads: 22
#294
Posted 02 April 2013 - 03:55 AM
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
#295
Posted 04 April 2013 - 11:51 AM
I have one question. Do I have to share a website code when I use YiiBooster?
#296
Posted 04 April 2013 - 11:40 PM
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
#297
Posted 05 April 2013 - 12:59 AM
#300
Posted 07 April 2013 - 02:14 PM
I am trying to implement a dependent Select2Row like basic dependent dropdownlist
But getting error...
Data cant be blank.
Please help.
Thanks...

Help

This topic is locked















