Hi,
look at setOptions() within …/Zend/Form.php
it is 'prefixPath' and 'elementPrefixPath'
Greetings,
Christian
> Hello,
> 
> I'm trying to generate a form with subforms from a Zend_Config object!
> 
> My Problem is, that i have to set a prefix path for custom elements and
> decorators!
> 
> I've tried it with:
> <pre>
> 'prefixPaths'=>array(
>       'element'=>array(
>               'prefix'=>'Camulo_Form_Element_',
>               'path'=>'Camulo/Form/Element/',
>               'type'=>'element'
>       ),
>       'decorator'=>array(
>               'prefix'=>'Camulo_Form_Decorator_',
>               'path'=>'Camulo/Form/Decorator/',
>               'type'=>'decorator'
>       ),
> ),
> …
> 
> How to set the correct prefixPath for the TinyMce Element?
> 
> I really hope someone may help me with that.
> Kind regards,
> Dennis

Reply via email to