Re: Cute Editor Zend_Form_Element

  •  04-25-2011, 5:53 AM

    Re: Cute Editor Zend_Form_Element

    Hi Kenneth,
     
    I was so far already, and i have tried to do some attempts to write my own zend_form_element for cute editor but failed.
     
    And i have several problems doing that because Zend Framework used a class loader for loading classes and
     
    Second point is that i have to connect the id from zend_form to $editor->ID from the cuteeditor class because i have to specify a id in zend_form like this for example:
    $cuteEditor = new APP_Form_Element_CuteEditor('content'); where content is the id for the CuteEditor / textarea.
     
    Regards,
     
    Emile
     
     
View Complete Thread