Package YiiWheels\widgets\ace
143 | 144 | 145 | 146 |Classes summary
147 |WhAceEditor | 150 |151 | |
Getting advanced with widgets
14 |51 | Implements the amazing high performance ace code editor. For more information about the plugin, please 52 | visit 53 | Ace editor website. 54 |
55 | 56 |Write some HTML code :)
57 | 58 |70 | <?php $this->widget('yiiwheels.widgets.ace.WhAceEditor', 71 | array( 72 | 'name'=>'aceTest', 73 | 'htmlOptions'=> array('style' => 'width:100%;height:150px') 74 | ));?>75 |
88 | The great edtior RedactorJS from imperavi, 89 | now free for Yii Development, thanks to the russian community, specially 90 | Alex Makarov. You guys ROCK! 91 |
92 | 93 |100 | <?php $this->widget('yiiwheels.widgets.redactor.WhRedactor', array( 101 | 'name' => 'redactortest' 102 | ));?> 103 |104 |
Extension Library for Yiistrap
10 |Now Bootstrap 3+ Ready
11 | 14 |85 | Yii Wheels has been completely rebuilt from ground up. It differs from its predecessor, YiiBooster, 86 | in that widgets and their assets are isolated in their own folders; which promotes better and easier 87 | maintenance. 88 | YiiBooster had to register all its required assets at the once, and developers soon realized that 89 | this slowed things down, as compared to Yii-Bootstrap's performance. Now, with YiiWheels, you 90 | register only what you need, when you need it, nothing else, nothing more. Simple, but elegant. 91 |
92 |This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
2 | 'primary','size'=>'large')); ?> -------------------------------------------------------------------------------- /app/views/site/partials/_table.php: -------------------------------------------------------------------------------- 1 |# | 5 |First name | 6 |Last name | 7 |Language | 8 |Hours worked | 9 |
---|---|---|---|---|
1 | 14 |Mark | 15 |Otto | 16 |CSS | 17 |10 | 18 |
2 | 21 |Jacob | 22 |Thornton | 23 |JavaScript | 24 |20 | 25 |
3 | 28 |Stu | 29 |Dent | 30 |HTML | 31 |15 | 32 |
WhAceEditor | 150 |151 | |
WhDatePicker | 150 |151 | |
WhDateRangePicker | 150 |151 | |
WhDateTimePicker | 150 |151 | |
WhDetailView | 150 |151 | |
WhBasicFileUpload | 151 |152 | |
WhFileUpload | 155 |156 | |
WhFineUploader | 150 |151 | |
WhVisualizationChart | 150 |WhVisualizationChart widget class A simple implementation for for Google | 151 |
WhHighCharts | 151 |152 | |
WhHtml5Editor | 155 |156 | |
WhMaskInput | 150 |151 | |
WhMaskMoney | 150 |151 | |
WhMultiSelect | 150 |151 | |
WhRangeSlider | 150 |151 | |
WhRedactor | 150 |151 | |
WhSparkLines | 150 |151 | |
WhTimeAgo | 151 |152 | |
WhTimeAgoFormatter | 155 |WhTimeAgoFormatter class | 156 |
WhTimePicker | 150 |151 | |
WhToggleAction | 151 |WhToggleAction action class | 152 |
WhToggleColumn | 155 |156 | |
WhTypeAhead | 150 |151 | |
yiiwheels\behaviors | 148 |
yiiwheels\widgets | 151 |
YiiWheels | 159 |YiiWheels class file. | 160 |