Revision #2 has been created by dstudio on Jul 25, 2012, 7:58:55 PM with the memo:
Better code organization.
« previous (#1) next (#5) »
Changes
Title
unchanged
Extending CJuiDialog
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
CJuiDialog, widget, extending
Content
changed
[...]
```php
$this->beginWidget('ext.dialog.start', array(
'id'=>'dialog',
'options'=>array(
'title'=>'Title',
'autoOpen'=>false,
'modal'=>true,
'width'=>320,
'resizable'=>false,
'height'=>'auto',
)
));
$this->renderPartial('view_file');[...]