Difference between #1 and #2 of
Extending CJuiDialog

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');
[...]
1 2
2 followers
Viewed: 18 302 times
Version: 1.1
Category: How-tos
Written by: dstudio
Last updated by: Maurizio Domba Cerin
Created on: Jul 25, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history