bootstrap Yii-Bootstrap - Bringing together Yii and Twitter Bootstrap

  1. Links
  2. Donate
  3. Requirements
  4. Setup
  5. What's included?
  6. Changes

This extension brings together Yii and Bootstrap, Twitter's HTML, CSS and JavaScript toolkit. It provides a wide range of widgets that allow you to easily use Bootstrap with Yii. All widgets have been developed following Yii's conventions and work seamlessly together with Bootstrap and its jQuery plugins.

Note before upgrading to 2.0.x

Bootstrap should no longer be preloaded, instead you should define a path alias, bootstrap, in your application configuration (an example can be found here).

Links

Donate

Do you want to say thanks for the time and efforts put on this project?

Donate with PayPal

Requirements

Yii 1.1.10 or above (Bootstrap requires jQuery 1.7.1 or newer).

Setup

Installation instructions can be found here: Yii-Bootstrap home.

What's included?

Bootstrap contains the following widgets:

  • TbAffix - Affix wrapper
  • TbActiveForm - ActiveForm
  • TbAlert - Flash messages
  • TbBadge - Badges
  • TbBreadcrumbs - Breadcrumbs
  • TbButton - Buttons
  • TbButtonGroup - Button groups
  • TbCarousel - Image carousel
  • TbCollapse - Collapse wrapper
  • TbDetailView - Detail view
  • TbGridView - Grid view
  • TbHeroUnit - Page head
  • TbLabel - Labels
  • TbListView - List view
  • TbMenu - Menu
  • TbModal - Modal dialog
  • TbNavbar - Navigation bar
  • TbPager - Pager
  • TbProgress - Progress bars
  • TbScrollSpy - Scrollspy wrapper
  • TbTabs - JavaScript tabs
  • TbThumbnails - Image grid
  • TbTypeahead - Autocomplete

Changes

Version 2.1.0 (March 17, 2013)
  • Upgrade to Bootstrap 2.3.1
Version 2.0.3 (Jan 1, 2013)
  • Fixed less import issue
Version 2.0.2 (Dec 22, 2012)
  • Fixed some bugs
Version 2.0.1 (Dec 19, 2012)
  • Fixed some old bugs
Version 2.0.0 (Dec 19, 2012)
  • Upgraded to Bootstrap 2.2.2
  • Added support for form builder
  • Added Bootstrap base theme
  • Added affix widget
  • Restructured assets and remove lib
  • Changed the way some plugins are registered
  • A lot of other minor improvements
Version 1.2.0 (Nov 1, 2012)
  • Upgraded to Bootstrap 2.2.1
Version 1.1.0 (Sep 20, 2012)
  • Upgraded to Bootstrap 2.1.1
Version 1.0.0 (Aug 22, 2012)
  • Upgraded Bootstrap to 2.1.0
  • Changed class prefix to Tb
  • Added collapse and scrollspy widgets
  • Rewrote the alert widget
  • Rewrote menus to extend CMenu
  • Renamed tabbable to tabs
  • Improved the active form widget
  • Added for the nested menu items
  • Added support for dropups
  • Numerous other minor improvements
  • Fixed a huge bunch of bugs
  • Completely reworked the demo
Version 0.10.0 BETA (May 13, 2012)
  • Major improvements to BootActiveForm and BootInput
  • Changed BootGridView and BootListView to automatically rebind popovers and tooltips
  • Fixed vertical form validation styles (#30)
  • Fixed BootCarousel binding (#78)
  • Fixed BootBreadcrumbs homeLink
Version 0.9.12 (Apr 25, 2012)
  • Upgraded to Bootstrap 2.0.3
  • Changed to use bootstrap.min.js instead of separate files
  • Fixed BootModal JavaScript options
  • Fixed Bootstrap Gii templates (#66)
  • Added support for add-ons on password fields (#64)
  • Fixed disabling of BootBreadcrumbs homeLink (#61)
  • Fixed BootNavbar static positioning (#60)
  • Fixed BootActiveForm textfield validation (#54)
  • Fixed resolving of BootInput checkbox and radio attributes (#52)
Version 0.9.11 (Apr 14, 2012)
  • Added BootLabel, BootBadge
  • BootTabbable improvements
  • BootButton, BootButtonGroup improvements
  • BootNavbar, BootMenu improvements
  • BootGridView, BootDetailView improvements
  • Fixed BootTabbable events
  • Added missing CSS for Yii components
  • Renamed BootButton::fn to buttonType
Version 0.9.10 (Mar 13, 2012)
  • Upgraded to Bootstrap 2.0.2
  • Added BootHero, BootCarousel, BootProgress, BootTypeahead
  • BootButton and BootButtonGroup improvements
  • BootBaseMenu, BootMenu, BootDropdown improvements
  • Renamed BootCrumb to BootBreadcrumbs
  • Renamed BootThumbs to BootThumbnails
Version 0.9.9 (Feb 17, 2012)
  • Upgraded to Bootstrap 2.0.1
  • Integrated Bootstrap's native jQuery plugins
  • Plugin API
  • Renamed BootNav to BootNavbar
  • Renamed BootTabs to BootTabbed
  • Renamed BootTwipsy to BootTooltip
  • Renamed BootMediaGrid to BootThumbs
Version 0.9.7 (Dec 24, 2011)
  • Added BootNav (Topbar navigation)
  • Added support for dropdown menus in BootMenu (and BootNav)
  • Fixed import paths
Version 0.9.6 (Dec 16, 2011)
  • Added BootTabs (JavaScript tabs)
  • Fixed an issue with sorting in BootGridView
  • Fixed the order hint and error are rendered by BootInput
  • Changed the script files and scripts to be registered correctly
  • Corrected the close text for BootAlert
Version 0.9.5 (Dec 2, 2011)
  • Fixed a bug in the Bootstrap Gii generator
  • Added support for input lists
  • Combined BootTabs and BootPills to BootMenu
  • Moved all widgets under the same folder
  • Removed BootHtml
  • Renamed BootInputBlock to BootInput
  • Renamed the block methods in BootActiveForm to row
Version 0.9.4 (Nov 14, 2011)
  • Updated to Bootstrap 1.4.0
Version 0.9.3 (Oct 23, 2011)
  • Added BootModal, BootTabs, BootPills
  • Renamed BootFlash to BootAlert
  • Replaced the jQuery plugins with completely new jQuery UI widgets
  • Added support rendering of captcha rows
Version 0.9.2 (Oct 21, 2011)
  • Added BootPopover (rich content tooltip widget)
  • Fixed a few bugs in the BootCrumb widget
  • Improved the jQuery plugins
Version 0.9.1 (Oct 3, 2011)
  • Added BootFlash (flash message widget)
  • Added BootstrapGenerator (Gii CRUD templates)
  • Various improvements to BootActiveForm
Version 0.9.0 (Sep 26, 2011)
  • Initial public release
395 3
342 followers
178 486 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Chris83
Created on: Sep 26, 2011
Last updated: 11 years ago

Downloads

show all

Related Extensions