Wiki

Articles tagged with "cjuidialog"X
Displaying 1-6 of 6 result(s).

Implementing menu items with progress (wait) dialog

Created 26 days ago by TrejderHow-tos0 comments – viewed 2,399 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).

Open Dialog from ajax content

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

Extending CJuiDialog

Created 9 months ago by dstudioHow-tos0 comments – viewed 5,165 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:

How to insert a Simple Dialog Box

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

CGridView: Update/create records in a CJuiDialog

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

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

Created about a year ago by JobloTips7 comments – viewed 21,594 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.