works ok in firefox but giving this error in firebug
RichText should not be used with the TEXTAREA tag. See
dijit._editor.RichText docs.
In ie7 none of the dojo elements work though, and i get the error: Invalid
Pointer.
does any one know how to fix this? thanks for any help
this is what i have in my bootstrap
Zend_Dojo::enableView($view);
Zend_Dojo_View_Helper_Dojo::setUseDeclarative();
$view->addHelperPath('Zend/Dojo/View/Helper/', 'Zend_Dojo_View_Helper');
$view->dojo()->disable();
$view->dojo()->setLocalPath('/externals/dojo/dojo/dojo.js')
->addStyleSheetModule('dijit.themes.tundra');
this is from the form. i have 4 editors for the one form
$this->addElement('editor', 'race_description', array(
'plugins' => array('undo', '|', 'bold', 'italic'),
'height' => '150px',
'inheritWidth' => true,
'label' => 'RaceDescription:',
'required' => false,
));
and in the controller i have this.
$this->view->addHelperPath('Zend/Dojo/View/Helper/',
'Zend_Dojo_View_Helper');
--
View this message in context:
http://www.nabble.com/dojo-editor-not-working-in-ie-invalid-pointer-tp20998650p20998650.html
Sent from the Zend Framework mailing list archive at Nabble.com.