Cjui Ajax Tab

Hi All,

I want to generate ajax tabs using CGuiTabs.

If we use ajax tabs it sends ajax request over the network on every click, I want it to be sent only once.

Once the tab has data, even clicking on the tab it should not do the ajax request.

Is there any way to do this?

As we can see below -




'AjaxTab'=>array('ajax'=>$ajaxUrl),



It only takes url as parameter, if I want to send data to the action, is there any parameter like ajax data attribute?

Thank you.

Hi,

I hope this will work…

http://yiibook.blogspot.co.at/2012/09/handle-cjuitabs-in-yii.html

Hi Chandran,

Thank you very much for your reply!

I have gone through the link but it does not answer my questions.

Thank you.

Hi,

Anyone has done this?

Thanks already.