Wiki

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

CJuiDialog for create new model

Created 2 years ago by zaccariaTutorials40 comments – viewed 51,870 times – ( +57 )
In this tutorial we will learn how to realize a create interface using a dialog.

Update/delete model with CJuiDialog (works in CGridView)

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

Using CJuiDialog to edit rows in a CGridView

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

How to insert a Simple Dialog Box

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