Comparing
#1 with
#2
Revision #2 was created by
dstudio on Jul 25, 2012, 7:58:55 PM.
Better code organization.
Content
[...]
```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');[...]