|  Klimov Paul | eb3fc7cf67 | code doc fix | 8 years ago | 
				
					
						|  Alexander Makarov | 02a54d8683 | release version 2.0.7 | 8 years ago | 
				
					
						|  Carsten Brandt | a58a4f7138 | fixed indentation | 9 years ago | 
				
					
						|  n.vanderburg | aa9be414b4 | Added activateFirstVisibleTab() method to Tab widget close #187 | 9 years ago | 
				
					
						|  Andrew Korpusov | 3ad8127e7c | Tabs feature. Set HTML attributes to `tab-content`  container close #131 | 9 years ago | 
				
					
						|  Thiago Talma | 1629f04186 | Fixes #174: Added `yii\bootstrap\Tabs::renderPanes()` to allow extending the class to manipulate the content between the tabs and the content | 9 years ago | 
				
					
						|  PowerGamer1 | c8969668c5 | Fixes #145: Added the ability to customize the class used to draw dropdowns in `yii\bootstrap\Nav`, `yii\bootstrapButtonDropdown` and `yii\bootstrap\Tab` widgets | 9 years ago | 
				
					
						|  Nikolas Grottendieck | 72a9bf3871 | Changed error message for content/url option in Tab Widget Dropdown items to be more specific based on feedback by @cebe | 9 years ago | 
				
					
						|  Nikolas Grottendieck | e4a3d35119 | Allow URLs to be used instead of content for Tab Widget Dropdown items Fixes #113 | 9 years ago | 
				
					
						|  artur | 4133d6b26f | Fix: get item container from config - Add unit test for check rendering item container
close #124 | 10 years ago | 
				
					
						|  Mehdi Achour | 7644ecbc44 | Fixes #92: Allow overriding `data-toggle` in `yii\bootstrap\Tabs` | 10 years ago | 
				
					
						|  Klimov Paul | 3ec5987344 | Allow override CSS classes added by widgets | 11 years ago | 
				
					
						|  Klimov Paul | 34081f44cb | usage of `yii\helpers\Html` removed | 11 years ago | 
				
					
						|  Klimov Paul | 63ddbe87dd | Added `visible` option to `yii\bootstrap\Tab` widget items | 11 years ago | 
				
					
						|  Qiang Xue | 554c3ccf04 | Added support for using external URLs for 
[3gH        H        H        H        H        H        H        H        H        H        H        H        H | 11 years ago | 
				
					
						|  Alexander Makarov | 0bbace38ae | Fixes #7417: Used return in Tabs widgets instead of echo | 11 years ago | 
				
					
						|  Qiang Xue | c5d0f2518a | Fixes #6318: Made widgets more error-tolerant and user-friendly when certain option values are null | 11 years ago | 
				
					
						|  Alexander Makarov | 4207021e7a | Fixes #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly | 11 years ago | 
				
					
						|  Qiang Xue | 1ec4506c19 | Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents | 11 years ago | 
				
					
						|  RomeroMsk | 67ca28c06a | Fixes #5708 Fixes #5708 | 11 years ago | 
				
					
						|  Qiang Xue | f538ceb506 | Fixes #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` Fixes #5572. | 11 years ago | 
				
					
						|  Carsten Brandt | 362bda685d | adjusted docs after #5217 | 11 years ago | 
				
					
						|  Damian Dennis | fa55cdee10 | Fixes #5217: Tabs no longer requires content since empty tab could be used dynamically | 11 years ago | 
				
					
						|  Carsten Brandt | 83489d3684 | property code style extensions | 11 years ago | 
				
					
						|  Alexander Makarov | 4c84a919ca | Fixes #4024, Fixes #4028 | 12 years ago | 
				
					
						|  Dmitry Chernikov | 8ddbdc5f22 | Added info about local `encode` param which overrides global | 12 years ago | 
				
					
						|  Dmitry Chernikov | 16d33b5586 | Added ability to `yii\bootstrap\Tabs` to encode each `Tabs::items['label']` separately | 12 years ago | 
				
					
						|  Dmitry Chernikov | 8f98c559c5 | phpDoc micro-fix | 12 years ago | 
				
					
						|  Carsten Brandt | 20d4429fdd | fixed all the PHPdoc in extensions | 12 years ago | 
				
					
						|  SonicGD | 5cc2dc8dd4 | Reformat code te be PSR-2 compatible | 12 years ago | 
				
					
						|  Carsten Brandt | ef0d084c21 | better use @see for See in phpdoc | 12 years ago | 
				
					
						|  Carsten Brandt | eea9242927 | added a large amount of missing documentation | 12 years ago | 
				
					
						|  Carsten Brandt | 0a625344aa | fixed a bunch of typos and errors | 12 years ago | 
				
					
						|  Alexander Makarov | 36c2c5acfe | Fixes #2425: Tabs widget now selects first tab if no active tab is specified | 12 years ago | 
				
					
						|  Qiang Xue | 4812be500a | Fixes #1562: Added `yii\bootstrap\Tabs::linkOptions` | 12 years ago | 
				
					
						|  MarsuBoss | a1e30e8462 | Fix URL Bootstrap | 12 years ago | 
				
					
						|  Carsten Brandt | 1b96342063 | subwidgets should be rendered in the same view | 12 years ago | 
				
					
						|  Qiang Xue | d0d1e79c04 | psr-4 change. | 12 years ago | 
				
					
						|  Qiang Xue | 41685a2409 | moved extensions under yii. | 12 years ago | 
				
					
						|  Qiang Xue | 83a937990c | moved bootstrap to extension | 12 years ago | 
				
					
						|  Gudz Taras | a80c2352ff | Fixes issue #858: Tabs::widget type problem | 12 years ago | 
				
					
						|  Alexander Makarov | 1f6a823073 | Short array syntax | 12 years ago | 
				
					
						|  Luciano Baraglia | 8760407cc9 | Some doc code cleanup [skip ci] | 12 years ago | 
				
					
						|  Qiang Xue | e96ef1f40b | removed tabindex attribute | 12 years ago | 
				
					
						|  Qiang Xue | 17b1e5d2fc | Fixes issue #234: Added Html::addCssClass() and removeCssClass(). | 13 years ago | 
				
					
						|  Carsten Brandt | 0d34aab0ab | added missing default to getValue in boostrap tabs fixes #465 | 13 years ago | 
				
					
						|  Qiang Xue | c8df8e2aba | doc fix. | 13 years ago | 
				
					
						|  Qiang Xue | 60c351ea93 | refactored Tabs. | 13 years ago | 
				
					
						|  Antonio Ramirez | 4ebc0ae734 | fix phpDoc | 13 years ago | 
				
					
						|  Antonio Ramirez | 1c4cf30464 | another typo fix | 13 years ago |