Class CJuiResizable
CJuiResizable displays a resizable widget.
CJuiResizable encapsulates the JUI Resizable plugin.
To use this widget, you may insert the following code in a view:
$this->beginWidget('zii.widgets.jui.CJuiResizable',array( // additional javascript options for the resizable plugin 'options'=>array( 'minHeight'=>'150', ), )); echo 'Your Resizable content here'; $this->endWidget();
By configuring the CJuiWidget::$options
property, you may specify the options that
need to be passed to the JUI Resizable plugin. Please refer to the JUI Resizable API documentation for possible options (name-value pairs) and
JUI
Resizable page for general description and demo.
- CComponent
- CBaseController
- CWidget
- CJuiWidget
- CJuiResizable
Package: zii\widgets\jui
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Sebastian Thierer <sebathi@gmail.com>
Since: 1.1
Located at x2engine/framework/zii/widgets/jui/CJuiResizable.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Sebastian Thierer <sebathi@gmail.com>
Since: 1.1
Located at x2engine/framework/zii/widgets/jui/CJuiResizable.php
public
|
|
public
|
getScriptFile(),
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 Resizable element. Defaults to 'div'. |
$_scriptFile,
$cssFile,
$htmlOptions,
$options,
$scriptUrl,
$theme,
$themeUrl
|
$actionPrefix,
$skin
|
$controller,
$id,
$owner,
$viewPath
|