Is Rating or Voting concept available in yii?Yes It Isavailable in yii framework. CStarRating class show the star rating widget in yii framework. It is used to get the rating details of user. It is based on jQuery Star Rating Plugin. We can show this star and assign the value to this stars. We can get the value of rated star value in controller.CStarRatingStar Rating: PropertiesStar Rating: Read OnlyStar Rating […]... Read More »
Yii Top Menu Theme. Yii have default menu. We can change that menu style from default yii menu to classic menu. Here i create one top menu bar using yii framework with custom style. You can view the demo and download this yii template.DownloadDemo... Read More »
Yii Drop Down Menu Theme. Normally yii have single level menu. But it have multilevel menu also. Just we have to customize css to get multilevel menu. here i created on multilevel menu in yii framework. You can view the demo and download this yii template.DownloadDemo... Read More »
Do you know how to create widget? If yes continue this post, otherwise Please read this “Create Widget In Yii” This tutorial will help you to create and understand the cloud tag widget concept. I tried lot of formula to apply font size for tag. finally i used this “$size = ($term[‘counter’] /$maximum ) * (TAG_MAX_FONT_EM – TAG_MIN_FONT_EM) + TAG_MIN_FONT_EM;” In demo file, I used array to create cloud tag. […]... Read More »
Date Picker In Yii. I added this articles for yii framework datepicker. It will help you to understand yii datepicker concept. It contains the inline datepicker, multiple months datepicker, date range, date format etcDownload | DemoYii CJuiDatePicker: DefaultYii CJuiDatePicker: InlineYii CJuiDatePicker: Show/Select Other Month DatesYii CJuiDatePicker: Display Button Bar(showButtonPanel)Yii CJuiDatePicker: Display Month & Year MenusYii CJuiDatePicker: Display Multiple MonthsYii CJuiDatePicker: Date FormatYii CJuiDatePicker: Date RangeYii CJuiDatePicker: Default <h1>Yii CJuiDatePicker: Default</h1> […]... Read More »
CJuiSlider displays a slider. This article will give the information and demo for cjuislider widget in yii. I used ajax concept in this tutorial and demo.Download | DemoCJuiSlider Input : BasicCJuiSlider Input : AnimateCJuiSlider Input : Fixed MaximumCJuiSlider Input : VerticalCJuiSlider Input : Vertical & Step ValueCJuiSlider Input : RangerCJuiSlider Input : Ajax Reques On ChangeCJuiSlider Input : Basic <h1>CJuiSlider Input : Basic</h1> <label for="amt">Volume:</label> <input type="text" id="amount_basic" style="border:0; color:#f6931f; […]... Read More »
Download Yii Accordion | Demo Yii AccordionI added code here for “Yii Accordion” from my experience. The topics areYii Default AccordionYii Accordion Auto Height True/FalseYii Accordion IconDynamic Yii Accordion Menu With ColorYii Default AccordionThis is the default jquery accordion using yii.&l;t?php $this->widget('zii.widgets.jui.CJuiAccordion',array( 'panels'=>array( 'panel 1'=>'content for panel 1', 'panel 2'=>'content for panel 2', // panel 3 contains the content rendered by a partial view 'panel 3'=>$this->renderPartial('_renderpage',null,true), ), // additional javascript […]... Read More »
Yii CJuiAutoComplete Source.This tutorial will help you to understand yii cjuiautocomplete with ajax. Here I wrote the code for CJuiAutoComplete. You can download the source code for yii cjuiautocomplete.Download Yii CJui AutoComplete | Demo Yii CJui AutoCompleteCJuiAutoCompleteAjax CJuiAutoCompleteCJuiAutoComplete <?php $this->widget('zii.widgets.jui.CJuiAutoComplete',array( 'name'=>'normal', 'source'=>array('ac1','ac2','ac3'), 'options'=>array( 'minLength'=>'1', ), 'htmlOptions'=>array( 'style'=>'height:20px;', ), )); ?> Ajax CJuiAutoCompleteAuto Complete View <?php //In autocompleteview.php $this->widget('zii.widgets.jui.CJuiAutoComplete', array( 'name'=>'city1', 'source'=>$this->createUrl('site/autocomplete'), // additional javascript options for the autocomplete plugin 'options'=>array( […]... Read More »
I have created this yii cjuitabs article from my experience.When you read this article you can understand the yii cuitabs to handle differenct way.When i work on project, I need to assign the color for each tabs. I did this using span.Download Yii CJuiTabs | Demo Yii CJuiTabsStatic CJuiTabsRender CJuiTabsDynamic CJuiTabsCJuiTabs With Class(Style)Dynamic Yii CJui Tabs Menu With ColorYii CJui Tabs Mouse Over EventDefault Selected CJuiTabsDefault Selected CJuiTabs Using SessionStatic […]... Read More »