ZF-3093: Propagate prefix decorators from parent form to subforms.
Description
If I define parent form, set all decorators for elements and add some subforms, these decorators doesn't propagate to subforms so if I want elements in subforms to appear same as in parent form, I have to define element decorators for each subform separately.
What about adding functionality to tell subform to inherit decorators from it's parent form automatically?
Comments
Posted by Ji?í Tomek (katulus) on 2008-04-16T09:05:18.000+0000
Sorry for my mistake, prefix paths are already inherited, just decorators need to be defined manually.
Posted by Wil Sinclair (wil) on 2008-04-18T13:16:14.000+0000
Please evaluate and categorize as necessary.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T12:14:51.000+0000
Scheduling for next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-05T09:42:33.000+0000
Resolved in trunk and 1.5 release branch as of r9367.