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

  • TbInput
  • TbInputHorizontal
  • TbInputInline
  • TbInputSearch
  • TbInputVertical

Class TbInputVertical

Bootstrap vertical form input widget.

CComponent
Extended by CBaseController
Extended by CWidget
Extended by CInputWidget
Extended by TbInput
Extended by TbInputVertical

Direct known subclasses

TbInputInline

Indirect known subclasses

TbInputSearch

Package: bootstrap\widgets\input
Copyright: Copyright © Christoffer Niska 2011-
License: New BSD License
Author: Christoffer Niska <ChristofferNiska@gmail.com>
Since: 0.9.8
Located at crisu83/yii-bootstrap/widgets/input/TbInputVertical.php

Methods summary

protected string
# checkBox( )

Renders a checkbox.

Renders a checkbox.

Returns

string
the rendered content
protected string
# checkBoxList( )

Renders a list of checkboxes.

Renders a list of checkboxes.

Returns

string
the rendered content
protected string
# checkBoxListInline( )

Renders a list of inline checkboxes.

Renders a list of inline checkboxes.

Returns

string
the rendered content
protected string
# dropDownList( )

Renders a drop down list (select).

Renders a drop down list (select).

Returns

string
the rendered content
protected string
# fileField( )

Renders a file field.

Renders a file field.

Returns

string
the rendered content
protected string
# passwordField( )

Renders a password field.

Renders a password field.

Returns

string
the rendered content
protected string
# radioButton( )

Renders a radio button.

Renders a radio button.

Returns

string
the rendered content
protected string
# radioButtonList( )

Renders a list of radio buttons.

Renders a list of radio buttons.

Returns

string
the rendered content
protected string
# radioButtonListInline( )

Renders a list of inline radio buttons.

Renders a list of inline radio buttons.

Returns

string
the rendered content
protected string
# textArea( )

Renders a textarea.

Renders a textarea.

Returns

string
the rendered content
protected string
# textField( )

Renders a text field.

Renders a text field.

Returns

string
the rendered content
protected string
# captcha( )

Renders a CAPTCHA.

Renders a CAPTCHA.

Returns

string
the rendered content
protected string
# uneditableField( )

Renders an uneditable field.

Renders an uneditable field.

Returns

string
the rendered content

Methods inherited from TbInput

getAddonCssClass(), getAppend(), getAttributeId(), getContainerCssClass(), getError(), getHint(), getLabel(), getPrepend(), hasAddOn(), init(), processHtmlOptions(), run()

Methods inherited from CInputWidget

hasModel(), resolveNameID()

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

Constants inherited from TbInput

TYPE_CAPTCHA, TYPE_CHECKBOX, TYPE_CHECKBOXLIST, TYPE_CHECKBOXLIST_INLINE, TYPE_DROPDOWN, TYPE_FILE, TYPE_PASSWORD, TYPE_RADIO, TYPE_RADIOLIST, TYPE_RADIOLIST_INLINE, TYPE_TEXT, TYPE_TEXTAREA, TYPE_UNEDITABLE

Properties summary

Properties inherited from TbInput

$appendOptions, $appendText, $captchaOptions, $data, $errorOptions, $form, $hintOptions, $hintText, $label, $labelOptions, $prependOptions, $prependText, $type

Properties inherited from CInputWidget

$attribute, $htmlOptions, $model, $name, $value

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