I have the following settings f开发者_JAVA技巧or jQuery in application.ini because it\'s used in every controller and every action:
I have two servers. snow leopard on HFS (case-insensitive) file system gentoo linux with ext4 (case-sensitive) file system
I\'ve followed this tutorial on zendcast for creating an autocomplete with ajax: http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/
Iam using ZendX_JQuery_Form_Element_DatePicker, I want to set the a default date to the date time picker.
I am having a problem with ZendX_JQquery. problem is that jquery loads with echo $this->jQuery() and jquery pl开发者_高级运维ugin loads with
Can someone point me to the official ZendX API reference ? The only off开发者_如何转开发icial page I was able to find using Google is the Google Code project page which is pretty scarce...
I had this working an hour ago but must have changed something. How should I call a ajaxLink using ZendX so that any javascript in the response html get\'s executed? I tried with processData since I t
in my main layout template I set jQuery paths: if ($this->jQuery ()->isEnabled ()) { $this->jQuery ()->setLocalPa开发者_如何转开发th ( $this->baseUrl () . \'/js/jquery/jquery-1.4.2.min
I am trying to use ZendX_jQuery and Datatables for a project. In my layout file I have: if($this->jQuery()->isEnabled()){
When a user clicks on the button delete, I want a dialog box to appear, to confirm the delete. I can get the dialog box to appear on page load, but am running into problems getting it to appear on a b