staticControl() public method (available since version 2.0.5)
Renders Bootstrap static form control.
See also http://getbootstrap.com/css/#forms-controls-static.
public $this staticControl ( $options = [] ) | ||
---|---|---|
$options | array |
The tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. There are also a special options:
|
return | $this |
The field object itself |
Please login to continue.