Class CJuiSlider
CJuiSlider displays a slider.
CJuiSlider encapsulates the JUI slider plugin.
To use this widget, you may insert the following code in a view:
$this->widget('zii.widgets.jui.CJuiSlider',array(
    'value'=>37,
    // additional javascript options for the slider plugin
    'options'=>array(
        'min'=>10,
        'max'=>50,
    ),
    'htmlOptions'=>array(
        'style'=>'height:20px;',
    ),
));
By configuring the CJuiWidget::$options property, you may specify the options that
need to be passed to the JUI slider plugin. Please refer to the JUI
Slider API documentation for possible options (name-value pairs) and JUI Slider
page for general description and demo.
- CComponent
 - 
			
			CBaseController
			
			
			
		 - 
			
			CWidget
			
			
			
		 - 
			
			CJuiWidget
			
			
			
		 - 
			
CJuiSlider			
			
			
		 
		
		
		
		Package: zii\widgets\jui
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1
Located at x2engine/framework/zii/widgets/jui/CJuiSlider.php
	
	Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1
Located at x2engine/framework/zii/widgets/jui/CJuiSlider.php
			 public 
			
			
			
		 | 
		
			getScriptFile(), 
			init(), 
			registerCoreScripts(), 
			registerScriptFile(), 
			resolvePackagePath(), 
			setScriptFile()
		 | 
	
			__construct(), 
			actions(), 
			getController(), 
			getId(), 
			getOwner(), 
			getViewFile(), 
			getViewPath(), 
			render(), 
			setId()
		 | 
	
			beginCache(), 
			beginClip(), 
			beginContent(), 
			beginWidget(), 
			createWidget(), 
			endCache(), 
			endClip(), 
			endContent(), 
			endWidget(), 
			renderFile(), 
			renderInternal(), 
			widget()
		 | 
	
			public  
			string
		 | 
		$tagName | 'div' | 
		
			#
			 the name of the container element that contains the slider. Defaults to 'div'.  | 
	
			public  
			integer
		 | 
		$value |  | 
		
			#
			 determines the value of the slider, if there's only one handle. If there is more than one handle, determines the value of the first handle.  | 
	
			$_scriptFile, 
			$cssFile, 
			$htmlOptions, 
			$options, 
			$scriptUrl, 
			$theme, 
			$themeUrl
		 | 
	
			$actionPrefix, 
			$skin
		 | 
	
			$controller, 
			$id, 
			$owner, 
			$viewPath
		 |