170 Commits

Author SHA1 Message Date
26392372c0 added ActionColumn::$buttonOptions
allows for configuration of the default buttons like this:

```php
[
	'class' => ActionColumn::className(),
	'template' => '<div class="btn-group text-center">{view} {update} {delete}</div>',
	'buttonOptions' => [
		'class' => 'btn btn-default btn-xs',
	],
],
```

close #7633
2015-03-08 23:23:39 +01:00
4c361f366b fixed issue with wrongly assigned label in bootstrap
fixes #5984
2015-03-08 03:44:02 +01:00
82c1136613 prepare for next release. 2015-03-01 01:24:14 -05:00
985119350b 2.0.3 release. 2015-03-01 01:22:44 -05:00
aa0ebc7f5f Reverted #7459, #7469, #7470 2015-02-27 02:27:06 +03:00
cbda88a01c Merge pull request #7459 from creocoder/fix-applications
Fix application templates and official extensions `composer.json`
2015-02-26 13:03:31 +03:00
6654f578cf Fixed bootstrap extension composer.json 2015-02-26 04:19:57 +03:00
c9cbfa036b Remove double slash in the comment [skip ci]
close #7429
2015-02-24 20:58:47 +01:00
Sam
7a4dc49a45 Re-added line endings to pass tests. 2015-02-24 15:00:57 +01:00
Sam
b918e8ea12 Fixed widgets using echo in their run. #7417 2015-02-24 14:44:39 +01:00
51f25cac62 Fixes #7417: Used return in Tabs widgets instead of echo 2015-02-24 16:05:00 +03:00
8f54c5dc81 Fixes #7412: Removed unnecessary unsets in Dropdown and Nav 2015-02-24 14:17:02 +03:00
da26cfe8ac improved extensions readme 2015-02-22 21:59:30 +01:00
f9bff329b7 Fixes #7339: Added example to Dropdown phpdoc 2015-02-18 19:24:06 +03:00
8c87a47119 Fixed typo in ActiveField PHPDoc 2015-01-20 10:53:09 +02:00
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
d7462656f7 2.0.2 release 2015-01-10 22:57:55 -05:00
7af1f11b92 complete docs about Nav to include the style
without a `nav-tabs` or `nav-pills` class a nav is not complete.

http://getbootstrap.com/components/#nav

fixes #6768
2015-01-06 22:37:46 +01:00
5ccdca1703 Fixes #6672: yii\bootstrap\Dropdown should register client event handlers 2015-01-01 09:54:18 -05:00
e1ce17d24e fix left over closing backticks 2014-12-26 19:06:13 +01:00
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
ca5b874561 Fixes #5494: Added support for specifying a menu header as a configuration array in yii\bootstrap\Dropdown 2014-12-06 09:36:42 -05:00
0497ba4c91 Fixes #6335 2014-12-02 13:33:48 -05:00
544981a41c Fixes #6318: Made widgets more error-tolerant and user-friendly when certain option values are null 2014-11-29 21:29:53 -05:00
c2ef433ef9 Fixes #4146: Added yii\bootstrap\ButtonDropdown::$containerOptions 2014-11-26 23:41:36 +03:00
e6450be665 Fixes #6150: yii\bootstrap\Tabs dropdown IDs were generated incorrectly 2014-11-26 22:22:53 +03:00
439c2e4d11 Fixes #4450: Added yii\bootstrap\Nav::renderDropdown() 2014-11-16 12:57:10 -05:00
b7012ca935 Fixes #5799: yii\bootstrap\ButtonGroup::buttons can take all options that are supported by yii\bootstrap\Button 2014-11-12 14:54:03 -05:00
fly
d36bf9e8a8 Pass all the button's config array to Button::widget() instead of creating new one item by item. Now allowed to pass in ButtonGroup button's configs any possible attributes(like tagName, encodeLabel, etc). 2014-11-12 14:51:21 -05:00
9553237777 No need to return from __construct 2014-11-08 01:41:01 +03:00
b819a67829 Added changelog line for #4181 2014-11-07 13:00:06 +03:00
511535ec0a Fixes #4181: Added yii\bootstrap\Modal::$headerOptions and yii\bootstrap\Modal::$footerOptions 2014-11-07 01:56:17 +03:00
6580b608e1 Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x 2014-11-04 01:51:11 +03:00
899b778994 Correct type declarations 2014-10-25 16:35:50 +03:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
2544e86d2c Fixes #5735: Added yii\bootstrap\Tabs::renderTabContent to support manually rendering tab contents 2014-10-24 07:54:48 -04:00
b23126908f Fixes #5708
Fixes #5708
2014-10-24 07:48:56 -04:00
36ea0f321a Fixes #5570: yii\bootstrap\Tabs would throw an exception if content is not set for one of its items
Fixes #5572.
2014-10-22 11:48:08 -04:00
812ec39e71 more phpdoc 2014-10-14 01:52:05 +04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
10761a929b Fixes #5360: Added back BootstrapThemeAsset. 2014-10-07 15:08:39 -04:00
7e1c20bb63 Change incorrect documentation for size
close #5355
2014-10-04 23:51:34 +02:00
139ffad192 Fixes #5336: yii\bootstrap\DropDown should register bootstrap plugin asset 2014-10-03 09:39:50 -04:00
40d367bb70 add BootstrapPlugin::register() to Dropdown widget 2014-10-03 09:38:20 -04:00
263684f362 Fixes #5323: Nested dropdown does not work for yii\bootstrap\DropDown 2014-10-03 09:35:36 -04:00
89c1d61508 fix missing code for infinite dropdown 2014-10-03 09:33:57 -04:00
2dddd0e8c9 adjusted docs after #5217 2014-09-30 22:46:56 +02:00
e54b9c6fb7 Fixes #5217: Tabs no longer requires content since empty tab could be used dynamically 2014-10-01 00:26:03 +04:00