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.