ok will grab it from trunk, thanks for the quick response!
Thank You
Daniel Latter
2008/12/9 Matthew Weier O'Phinney <[EMAIL PROTECTED]>
> -- Daniel Latter <[EMAIL PROTECTED]> wrote
> (on Tuesday, 09 December 2008, 04:09 PM +0000):
> > I am having trouble trying to render a Dojo SimpleTextarea as per the
> Manual.
>
> Unfortunately, the manual is built from trunk, but the SimpleTextarea
> support won't be released until 1.8.0.
>
> You can grab it from current trunk if you need it, however.
>
> > 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
> >
>
> --
> Matthew Weier O'Phinney
> Software Architect | [EMAIL PROTECTED]
> Zend Framework | http://framework.zend.com/
>