I am trying to get Zend_From to work with jquery nested tabs. I know how to do this with simple HTML / jQuery, and I also have one line of tabs working with decorators and so on. (see http://i56.tinypic.com/9zt5qf.jpg for an example)
Has anyone managed to create a subForm subform with ZendX_Jquery TabContainer / TabPane?
As soon as I add subForm to subForm, the form is no longer displayed (the only element is the submit button, which is outside of any subform).
EDIT:
After continuing the game, the problem is with the decorators. mainform is a tab container, the subformat in it is a tab, so the subformation in the subform should be both a tab container for its own subforms and a tab for the main form.
TIA Rufin
source
share