Wiki

Articles tagged with "juidialog"X
Displaying 1-4 of 4 result(s).

How to insert a Simple Dialog Box

Created about a year ago by bluyellHow-tos3 comments – viewed 13,169 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.

Update/delete model with CJuiDialog (works in CGridView)

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

Using CJuiDialog to edit rows in a CGridView

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

CJuiDialog for create new model

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