Wiki

Articles tagged with "ajax", sorted by ratingX
Displaying 21-27 of 27 result(s).

Elementary introduction to using jQuery ajax and the yii framework

Created 9 months ago by dhimesHow-tos4 comments – viewed 13,195 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

CGridView: Adding behaviors from configuration, and template items from behaviors to CGridView

Created 2 months ago by le_topTips0 comments – viewed 2,814 times – ( +5 )
Changing the way a CGridView is rendered from the configuration file, or through behaviors specified at the moment it is used, is handy to extend a CGridView without creating tons of different classes for it. I am surprised that this is not in the default implementation, so I made my default CGridView implementation.

How to render a view in Fancybox using ajax

Created 11 months ago by rix.rix.How-tos1 comment – viewed 10,597 times – ( +5 / -1 )
Sometimes you want to render a view in Fancybox.
tags: fancybox, ajax, views

Ajax form submiting in Yii

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

Open Dialog from ajax content

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

Using CJuiDialog to edit rows in a CGridView

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

CGridView and AjaxForm Connect

Created 2 years ago by PinkBrainPlanHow-tos2 comments – viewed 14,336 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