Hi,
I am having trouble trying to render a Dojo SimpleTextarea as per the
Manual.
I am using this require:
->requireModule("dijit.form.SimpleTextarea");
and this in my form class:
$this->addElement(
'SimpleTextarea',
'simpletextarea',
array(
'label' => 'SimpleTextarea',
'required' => true,
'style' => 'width: 80em; height: 25em;',
)
);
I have no trouble using the text area that grows but with this one I get a
plugin error??
....Plugin by name SimpleTextarea was not found in the registry...
Maybe I am using the incorrect require but I dont think so?
can someone please shed light?
Thanks