w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
PHP
Yii
bootstrap
ToggleButtonGroup
Language
Default
Markdown
bootstrap\ToggleButtonGroup $type
$type
public property
Input type, can be:
'checkbox'
'radio'
public
string
$type
=
null
Links:
http://www.yiiframework.com/doc-2.0/yii-bootstrap-togglebuttongroup.html#$type-detail
doc_Yii
2016-10-30 16:53:42
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
bootstrap\ToggleButtonGroup $items
$items public property The data item used to generate the checkboxes. The array values are the labels, while the array keys are the corresponding
bootstrap\ToggleButtonGroup $labelOptions
$labelOptions public property The HTML attributes for the label (button) tag. See also: yii\bootstrap\Html::checkbox() yii\bootstrap\Html::radio(
bootstrap\ToggleButtonGroup init()
init() public method Initializes the widget. This method will register the bootstrap asset bundle. If you override this method, make sure you cal
bootstrap\ToggleButtonGroup $encodeLabels
$encodeLabels public property Whether the items labels should be HTML-encoded. public boolean $encodeLabels = true
bootstrap\ToggleButtonGroup run()
run() public method Executes the widget. public string run ( )return string The result of widget execution to be outputted.
Return to View
Please login to continue.