Wiki articles tagged with "AJAX"

Showing 41-48 of 48 items.

CJuiDialog to create new model

Created 14 years ago by zaccaria zaccaria, updated 9 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

In this tutorial we will learn how to realize a create interface using a dialog.

55 0
64 followers
Viewed: 169 665 times
Version: 1.1
Category: Tutorials

Ajax update

Created 14 years ago by zaccaria zaccaria, updated 14 years ago by zaccaria zaccaria.

Often happens to have the need of change a part of the page with ajax.

16 2
14 followers
Viewed: 60 953 times
Version: 1.1
Category: Tips
Tags: AJAX

CJuiDialog and AjaxSubmitButton

Created 15 years ago by tydeas_dr tydeas_dr, updated 14 years ago by phazei phazei.

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.

33 1
45 followers
Viewed: 130 760 times
Version: 1.1
Category: Tutorials
Tags: AJAX

Display an AJAX tree from your DB using CTreeView

Created 15 years ago by François Gannaz François Gannaz, updated 13 years ago by François Gannaz François Gannaz.

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).

19 0
21 followers
Viewed: 75 597 times
Version: 1.1
Category: Tutorials

Update content in AJAX with renderPartial

Created 15 years ago by Burzum Burzum, updated 13 years ago by hairylunch hairylunch.

The easiest way to update content in AJAX is to use the renderPartial method.

43 0
46 followers
Viewed: 368 598 times
Version: 1.1
Category: Tutorials
Tags: AJAX

By Example: CHtml

Created 15 years ago by jonah jonah, updated 9 years ago by glicious glicious.

"By Example" cookbook pages will provide coding examples for many of the commonly used classes within Yii. We will try to provide as many usage examples as possible for keep these pages as helpful as possible.

79 0
74 followers
Viewed: 999 892 times
Version: 1.1
Category: Tutorials

How to add ajax-loading indicators

Created 15 years ago by schmunk schmunk, updated 13 years ago by Yang He Yang He.

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.

23 0
25 followers
Viewed: 79 468 times
Version: 1.1
Category: Tutorials
Tags: AJAX

Creating a dependent dropdown

Created 16 years ago by dalip dalip, updated 10 years ago by Paul_Kish Paul_Kish.

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.

83 2
92 followers
Viewed: 423 472 times
Version: 1.1
Category: Tutorials