Wiki

Articles tagged with "ajax"X
Displaying 21-27 of 27 result(s).

CJuiDialog for create new model

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

Ajax update

Created 2 years ago by zaccariaTips1 comment – viewed 33,648 times – ( +20 / -2 )
Often happens to have the need of change a part of the page with ajax.
tags: AJAX

CJuiDialog and AjaxSubmitButton

Created 3 years ago by tydeas_drTutorials18 comments – viewed 61,849 times – ( +33 / -2 )
Hello ppl. Even though i have a small experience with yii I though of writing this to help people which want to do something similar.
tags: AJAX

Display an AJAX tree from your DB using CTreeView

Created 3 years ago by François GannazTutorials9 comments – viewed 27,795 times – ( +20 )
This example uses a MySQL DB with a table named tree with the fields id, name, and parent_id. The parent_id will be NULL for root elements. The SQL is kept simple (no autoinc, no FK, etc).
tags: AJAX, CTreeView

Update content in AJAX with renderPartial

Created 3 years ago by BurzumTutorials8 comments – viewed 91,327 times – ( +50 )
The easiest way to update content in AJAX is to use the renderPartial method.
tags: AJAX

How to add ajax-loading indicators

Created 3 years ago by schmunkTutorials5 comments – viewed 25,495 times – ( +25 )
With yii you're able to create ajax requests and updates easily. But most times you always want to show a loading indicatior to your user.
tags: AJAX

Creating a dependent dropdown

Created 4 years ago by dalipTutorials22 comments – viewed 143,844 times – ( +88 / -3 )
Often you'll need a form with two dropdowns, and one dropdown's values will be dependent on the value of the other dropdown. Using Yii's built-in AJAX functionality you can create such a dropdown.
tags: AJAX