Wiki

Articles tagged with "juidialog", sorted by commentsX
Displaying 1-4 of 4 result(s).

CJuiDialog for create new model

Created 2 years ago by zaccariaTutorials37 comments – viewed 50,025 times – ( +55 )
In this tutorial we will learn how to realize a create interface using a dialog.

Using CJuiDialog to edit rows in a CGridView

Created about a year ago by Russell EnglandTips7 comments – viewed 18,718 times – ( +2 / -1 )
I have a CGridView with a list of clients/events. For each row (EventClient) I wanted a quick edit dialog.

Update/delete model with CJuiDialog (works in CGridView)

Created about a year ago by ifdatticTutorials6 comments – viewed 31,180 times – ( +14 )
This is based on this article.

How to insert a Simple Dialog Box

Created about a year ago by bluyellHow-tos3 comments – viewed 13,079 times – ( +5 )
I build this simple PHP class (DialogBox.php at the bottom of this wiki) to help you in the dialog box usage on Yii applications. The goal is run any Yii actions into this dialog box and return the resulting value to the calling instance.