Wiki

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

CGridView: Display the full record (actionView) in a CJuiDialog

Created about a year ago by JobloTips7 comments – viewed 22,732 times – ( +13 )
If you show a model (with a lot of attributes) partially in a CGridView, it can be helpful when the user can take a quick look at the full record with all attributes without displaying the view as a page and afterwards returning back to the gridview.

CGridView: Update/create records in a CJuiDialog

Created about a year ago by JobloTips10 comments – viewed 22,275 times – ( +11 )
My article Display the full record in a CJuiDialog uses ajax to view a record in dialog on clicking the 'view-icon'.

How to insert a Simple Dialog Box

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

Extending CJuiDialog

Created 10 months ago by dstudioHow-tos0 comments – viewed 5,498 times – ( +2 / -2 )
Sometimes you have CJuiDialog with different content but same buttons (or width, height). If you don't want to repeat yourself this is a great solution:

Open Dialog from ajax content

Created 3 months ago by TouzasHow-tos1 comment – viewed 4,648 times – ( +3 / -1 )
This tutorial will show you how to create Ajax dialog. It's very simple code.

Implementing menu items with progress (wait) dialog

Created about a month ago by TrejderHow-tos0 comments – viewed 2,777 times – ( +1 )
This article shows one of possible ways to implement menu items (as well as links), which displays a progress / wait dialog and are redirecting browser to destination URL in the same time. This is especially useful, for links or routes that are know to be loaded for a prolonged period of time (i.e. getting a lot of data from database).