Tagged Questions
The ajaxcontext tag has no wiki summary.
3
votes
1answer
1k views
0
votes
1answer
52 views
How to add a context to whole controller in zendFramework
there are posibility to add for example json context to specific action:
$this->_helper->ajaxContext()
->addActionContext('index', 'json')
->initContext();
but how about if I ...
0
votes
0answers
287 views
JqueryUI add new tab with ajax content
i want to add new tab in jquery ui tabs with ajax content. for example user type "Animals" and after click add i want to make a new tab titled "Animals" and make it as selected tab and load a page ...
0
votes
3answers
749 views
ASP.NET MVC - AjaxContext
I've tried to inspect the AjaxContext that ASP.NET-MVC uses on for instance Ajax Actionlinks and their onSucces, onComplete etc. clientside functions. But I don't understand very much of it... Where ...