I have finally got the dojo editor working, well so I thought.
I just set up an insert to database, but it isnt sending the data there.

I am using this as a form element. (i use 3 of these for different fields,
but they are all basically the same though.

   $this->addElement('Editor', 'race_description', array(
            'label'      => 'Race Description:',
            'required'   => false,
            'filters'    => array('StringTrim'),
            'style'    => 'width: 200px; height:100px;',
                        ));
        
and i get the data with this inside the array, which is working for other
fields, but not for the ones using the dijit editor

'race_description' => $values['race_description'],

thanks for any help
-- 
View this message in context: 
http://www.nabble.com/Dojo-editor-not-sending-data-to-database-tp20773451p20773451.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to