Questions tagged [zendx]

ZendX stands for “Zend Framework – Extras Library"

ZendX was created with the intention of improving and building upon the already solid Zend Framework. They were introduced since Zend Framework version 1.7. Whilst the Zend Framework contains many great features, a need was felt to extend upon it's functionality. Rather than mix and match frameworks a repository of useful classes was created that built upon existing Zend Framework functionality.

The most notable additions to the library at present are the porting of the Java collections framework across to PHP and a RESTful style PHP web services implementation reminiscent of .NET web services.

Reference:

52 questions
1
vote
1 answer

Unable to initialize Jquery(Zendx) and View helpers in Bootstrap.php(ZF: 1.10.8)

Im unable to initialize Jquery(Zendx) and View helpers in Bootstrap.php(ZF: 1.10.8) But Im able to initialize the same in every controller's init() method. //My Bootstrap.php
Vikram
  • 817
  • 4
  • 22
  • 34
1
vote
1 answer

Enable jQuery using with ZendX_JQuery in a view helper

I am trying to activate jQuery through a view helper called within the layout. The problem is that jQuery is already called within the layout and thus renders the include files, before it is defined in the view helper. Here are my scripts…
ant1j
  • 305
  • 2
  • 18
1
vote
1 answer

How to switch ZendX_JQuery back to use CDN rather than local library?

I have the following settings for jQuery in application.ini because it's used in every controller and every action: [production] pluginPaths.ZendX_Application_Resource_ = "ZendX/Application/Resource" resources.jquery.version =…
yarson
  • 459
  • 6
  • 12
1
vote
3 answers

How to configure ZendX_JQuery in application.ini?

I couldn't find any information about jQuery resource plugin. Is it possible to configure jQuery in application.ini?
yarson
  • 459
  • 6
  • 12
1
vote
1 answer

Zend Form Radio jQuery buttons

Do you know any good solution to display Zend_Form_Element_Radio as a jQuery buttons (like here: http://jqueryui.com/demos/button/#radio) - I haven't found any. I know i could use $("#elements").buttonset(); I thought rather about something like…
1
vote
1 answer

zendX Jquery - Plugin by name was not found in the registry

I've followed this tutorial on zendcast for creating an autocomplete with ajax: http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/ I get "Plugin by name 'AutocompleteElement' was not found in the registry" which must be to do…
jim smith
  • 1,833
  • 3
  • 16
  • 12
1
vote
1 answer

ZendX Jquery Decorator

How use partial decorator in Jquery Element I use this code for Form Element: $title = new Zend_Form_Element_Text('title'); $title->setRequired(true) ->setAttrib('class', 'inputbox') ->setLabel('Title'); …
jd_7
  • 1,852
  • 13
  • 19
1
vote
2 answers

Why is ZendX Autocomplete not working?

I'm setting up my first ZendX_JQuery_Form. In my controller, I've got the following code: $form = new ZendX_JQuery_Form (); $date1 = new ZendX_JQuery_Form_Element_DatePicker ( 'date1', array ('label' => 'Date:' ) ); $form->addElement ( $date1…
Mark
  • 103
  • 8
1
vote
2 answers

Is ZendX still active (Specifically ZendX_JQuery)?

I need to have an autocomplete functionality using jquery, and I've encountered ZendX_JQuery which has such functionality available. However, I've noticed that the entire ZendX_JQuery classes, are a bit old (the default jquery version is 1.3.2, and…
Doron
  • 3,176
  • 7
  • 35
  • 60
1
vote
1 answer

Zend Framework replacing div with another div

I have a div (id = "first") and a form ("search-form") in my page div shows all record of my table in the database . In form, user can limit result by his text in form. I want to replace new div with basic one. View:
Farzan Najipour
  • 2,442
  • 7
  • 42
  • 81
1
vote
3 answers

ZendX date picker example not working

I am rather new to ZendX and I really wanted to get the simple JQuery example on Zend to get working.I have followed the example on the link below but all I get is a plain textbox without any datepicker functionality as I expected. Best way to start…
davykiash
  • 1,796
  • 5
  • 27
  • 60
1
vote
0 answers

Zend jquery form autocomplete popoulate data in 2 fields

I have Zend autocomplete field, there I can add City name, my question is how to populate data from the list in 2 field, in 1 value and in 2 (hidden) id; $this->view->autocompleteElement = new ZendX_JQuery_Form_Element_AutoComplete('cmp_name'); …
Wizard
  • 10,985
  • 38
  • 91
  • 165
1
vote
0 answers

ZendX_JQuery Datepicker is not showing on focus; JavaScript console says Uncaught TypeError: Cannot read property 'guid' or undefined

I'm developing a calendar with jQuery Datepicker. All the other methods I called using ZendX_Jquery are fine except when I call the Datepicker. Here's my error on the JS console: TypeError: Cannot read property 'guid' or undefined. Below is my…
1
vote
0 answers

ZendX Dialog inside ZendX Tab not beeing loaded correctly

I'm having some trouble loading a dialog on the view that's going inside a TabContainer, all using ZendX. I'm having to load all the layout and JS of the app again so I can use these resources. Anyone knows what I need to load on my view, that I can…
1
vote
0 answers

zend form and zend x dialog

I am new to zend im trying to make a login form within a dialog jquery but I am having no luck. I have set up zendX please could somebody help me as I am pulling my hair out with this one. I have looked everywhere but I can not get anywhere with…
user689273
  • 71
  • 1
  • 6