Wiki

Articles tagged with "ajax", sorted by date (updated)X
Displaying 21-26 of 26 result(s).

Using CJuiDialog to edit rows in a CGridView

Updated about a year ago by Russell EnglandTips7 comments – viewed 18,805 times – ( +2 / -1 )
I have a CGridView with a list of clients/events. For each row (EventClient) I wanted a quick edit dialog.

CListView AJAX filtering

Updated 2 years ago by DragaTutorials14 comments – viewed 28,517 times – ( +14 )
This tutorial shows how to filter CListView items by AJAX, and it's compatible with disabled JavaScript users In my case this has been done to filter users list

Updating fields on a form with Ajax and Json

Updated 2 years ago by Russell EnglandHow-tos4 comments – viewed 31,131 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.

CGridView and AjaxForm Connect

Updated 2 years ago by PinkBrainPlanHow-tos2 comments – viewed 14,013 times – ( +1 )
As I'm new to the framework (2 weeks) - I tried to build a functionallity I already use a lot in my old framework (PRADO). This means combining a GridView with a form. And this in one page, what allows you to select a record from the grid and view the values in the same page without jumping to a new page.
tags: Ajax, Form, CGridView

CJuiDialog for create new model

Updated 2 years ago by Maurizio DombaTutorials37 comments – viewed 50,272 times – ( +55 )
In this tutorial we will learn how to realize a create interface using a dialog.

Ajax update

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