How to subForm subform with ZendX_Jquery TabContainer / TabPane?

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

+3
source share
2 answers
  • Initialize the sub tab using the function and call it onLoad, <body onLoad="">

  • try calling them in a linear way headjs , I didn’t use or didn’t use it like u, but it seems to be the same situation, and make sure that ZendX_Jquery uses the same version as the nested tabs do

+3
source

@Rufinus

, , 3 . setDecorators(). script viewHelper, . tabcontainer .

. . , 3 . .

0

All Articles