Wiki

Articles tagged with "ajax", sorted by commentsX
Displaying 11-20 of 27 result(s).

Using CJuiDialog to edit rows in a CGridView

Created 2 years ago by Russell EnglandTips7 comments – viewed 19,356 times – ( +2 / -1 )
I have a CGridView with a list of clients/events. For each row (EventClient) I wanted a quick edit dialog.

AngularJS Frontend:Connecting it with a Yii Backend REST API.Gallery Manager Demo Application.

Created 24 days ago by drumaddictHow-tos7 comments – viewed 4,298 times – ( +10 )
AngularJS Frontend:Connecting it with a Yii Backend REST API.Gallery Manager Demo Application.

Ajax form submiting in Yii

Created 9 months ago by sirin kTutorials6 comments – viewed 29,966 times – ( +6 / -3 )
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii.

An Easy Solution for Dependent dropDownList Using AJAX

Created 6 months ago by mrsTips6 comments – viewed 16,321 times – ( +7 )
Sometimes new Yii guys face problem to manage dependent dropDownList using AJAX. I am going to discuss an easy solution about this issue.

Update/delete model with CJuiDialog (works in CGridView)

Created about a year ago by ifdatticTutorials6 comments – viewed 32,271 times – ( +14 )
This is based on this article.

How to add ajax-loading indicators

Created 3 years ago by schmunkTutorials5 comments – viewed 25,566 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

Elementary introduction to using jQuery ajax and the yii framework

Created 9 months ago by dhimesHow-tos4 comments – viewed 13,203 times – ( +5 )
In doing internet searches trying to learn how to incorporated ajax into web pages generated by the yii framework I noticed that there seems to be a lot of confusion. I worry that too-clever hacks will be broken in upgrades of the framework.
tags: AJAX

Updating fields on a form with Ajax and Json

Created 2 years ago by Russell EnglandHow-tos4 comments – viewed 31,967 times – ( +12 / -1 )
I'm developing a website that has an option to look up a car's registration number via SOAP and return additional details such as make, model, colour etc.

Avoiding duplicate script download when using Ajax calls to render different Views

Created about a year ago by Antonio RamirezTips4 comments – viewed 11,424 times – ( +10 )
I had to partially render two types of views, depending on user selection. Wanted to display a GRID or a LIST style with an event that AJAX'ed new contents and update a layer with them.
tags: tutorial, AJAX, views

Using loginRequiredAjaxResponse to solve ajax session timeout

Created about a year ago by RutgerHow-tos3 comments – viewed 9,850 times – ( +12 )
This solution requires Yii 1.1.9 or above