Comparing
#1 with
#5
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');[...]