Phundament App Class Reference
  • Package
  • Class
  • Tree

Packages

  • bootstrap
    • widgets
      • input
  • Image
  • None
  • p3admin
  • p3extensions
    • behaviors
    • commands
    • components
    • helpers
    • widgets
  • p3media
    • actions
    • controllers
    • models
  • p3pages
    • models
  • p3widgets
    • components
    • models
  • PHP
  • system
    • db
      • ar
    • gii
    • web
      • auth
      • helpers
      • widgets
  • yiiext
    • widgets
      • fancybox
      • lipsum
  • zii
    • widgets
      • grid

Classes

  • TbActiveForm
  • TbAlert
  • TbBadge
  • TbBreadcrumbs
  • TbButton
  • TbButtonColumn
  • TbButtonGroup
  • TbCarousel
  • TbCollapse
  • TbDataColumn
  • TbDetailView
  • TbDropdown
  • TbGridView
  • TbHeroUnit
  • TbLabel
  • TbListView
  • TbMenu
  • TbModal
  • TbNavbar
  • TbPager
  • TbProgress
  • TbScrollSpy
  • TbTabs
  • TbThumbnails
  • TbTypeahead

Class TbButtonGroup

Bootstrap button group widget.

CComponent
Extended by CBaseController
Extended by CWidget
Extended by TbButtonGroup
Package: bootstrap\widgets
Copyright: Copyright © Christoffer Niska 2011-
License: New BSD License
Author: Christoffer Niska <ChristofferNiska@gmail.com>
See: http://twitter.github.com/bootstrap/components.html#buttonGroups
Located at crisu83/yii-bootstrap/widgets/TbButtonGroup.php

Methods summary

public
# init( )

Initializes the widget.

Initializes the widget.

Overrides

CWidget::init
public
# run( )

Runs the widget.

Runs the widget.

Overrides

CWidget::run

Methods inherited from CWidget

__construct(), actions(), getController(), getId(), getOwner(), getViewFile(), getViewPath(), render(), setId()

Methods inherited from CBaseController

beginCache(), beginClip(), beginContent(), beginWidget(), createWidget(), endCache(), endClip(), endContent(), endWidget(), renderFile(), renderInternal(), widget()

Methods inherited from CComponent

__call(), __get(), __isset(), __set(), __unset(), asa(), attachBehavior(), attachBehaviors(), attachEventHandler(), canGetProperty(), canSetProperty(), detachBehavior(), detachBehaviors(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), getEventHandlers(), hasEvent(), hasEventHandler(), hasProperty(), raiseEvent()

Magic methods summary

Constants summary

string TOGGLE_CHECKBOX 'checkbox'
#
string TOGGLE_RADIO 'radio'
#

Properties summary

public string $buttonType
#

the button callback type.

the button callback type.

See

BootButton::buttonType
public string $type
#

the button type.

the button type.

See

BootButton::type
public string $size
#

the button size.

the button size.

See

BootButton::size
public boolean $encodeLabel
#

indicates whether to encode the button labels.

indicates whether to encode the button labels.

public array $htmlOptions
#

the HTML attributes for the widget container.

the HTML attributes for the widget container.

public array $buttons
#

the button configuration.

the button configuration.

public boolean $toggle
#

indicates whether to enable button toggling.

indicates whether to enable button toggling.

public boolean $stacked
#

indicates whether the button group appears vertically stacked. Defaults to 'false'.

indicates whether the button group appears vertically stacked. Defaults to 'false'.

public boolean $dropup
#

indicates whether dropdowns should be dropups instead. Defaults to 'false'.

indicates whether dropdowns should be dropups instead. Defaults to 'false'.

Properties inherited from CWidget

$actionPrefix, $skin

Magic properties inherited from CWidget

$controller, $id, $owner, $viewPath

Phundament App Class Reference API documentation generated by ApiGen 2.8.0