Wiki

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

Implementing menu items with progress (wait) dialog

Updated about a month ago by TrejderHow-tos0 comments – viewed 2,474 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

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

Extending CJuiDialog

Updated 9 months ago by Maurizio DombaHow-tos0 comments – viewed 5,212 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:

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

Updated 11 months ago by JobloTips7 comments – viewed 21,771 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

Updated 11 months ago by JobloTips10 comments – viewed 21,235 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

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