HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
getSelector () | |
Public Member Functions inherited from TbEditable | |
buildHtmlOptions () | |
buildJsOptions () | |
registerClientScript () | |
run () | |
renderLink () | |
renderText () |
Static Public Member Functions | |
static | isMongo ($model) |
static | resolveModels ($model, $attribute) |
Static Public Member Functions inherited from TbEditable | |
static | isAutotext ($options, $type) |
static | source ($models, $valueField='', $textField='', $groupField='', $groupTextField='') |
static | attachAjaxUpdateEvent ($widget) |
Public Attributes | |
$model = null | |
$attribute = null | |
Public Attributes inherited from TbEditable | |
$type = null | |
$url = null | |
$pk = null | |
$name = null | |
$params = null | |
$inputclass = null | |
$mode = null | |
$text = null | |
$value = null | |
$placement = null | |
$emptytext = null | |
$showbuttons = null | |
$send = null | |
$disabled = false | |
$source = null | |
$format = null | |
$viewformat = null | |
$template = null | |
$combodate = null | |
$viewseparator = null | |
$select2 = null | |
$validate = null | |
$success = null | |
$display = null | |
$liveTarget = null | |
$liveSelector = null | |
$onInit | |
$onShown | |
$onSave | |
$onHidden | |
$options = array() | |
$htmlOptions = array() | |
$encode = true | |
$apply = null | |
$title = null | |
$themeUrl | |
$theme = 'base' | |
$cssFile = 'jquery-ui.css' |
Private Attributes | |
$staticModel = null |
Additional Inherited Members | |
Protected Member Functions inherited from TbEditable | |
registerJQueryUI () | |
Protected Attributes inherited from TbEditable | |
$_prepareToAutotext = false |
Definition at line 18 of file TbEditableField.php.
TbEditableField::getSelector | ( | ) |
Reimplemented from TbEditable.
Definition at line 160 of file TbEditableField.php.
TbEditableField::init | ( | ) |
initialization of widget
Reimplemented from TbEditable.
Definition at line 40 of file TbEditableField.php.
|
static |
Checks is model is instance of mongo model see: http://www.yiiframework.com/extension/yiimongodbsuite
mixed | $model |
Definition at line 173 of file TbEditableField.php.
|
static |
Resolves model and returns array of values:
mixed | $model | |
mixed | $attribute |
Definition at line 187 of file TbEditableField.php.
TbEditableField::$attribute = null |
Definition at line 27 of file TbEditableField.php.
TbEditableField::$model = null |
Definition at line 23 of file TbEditableField.php.
|
private |
Definition at line 34 of file TbEditableField.php.