-- Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote
(on Monday, 21 July 2008, 12:37 PM -0400):
> -- duyhung <[EMAIL PROTECTED]> wrote
> (on Monday, 21 July 2008, 05:10 AM -0700):
> > Yes, I was using the old incubator version. Thanks Matthew, you saved my 
> > day.
> 
> Glad I could help!
> 
> > Btw, I'm wondering how can you set the password field
> > (validationtextbox in my case) to be asterisk input as I haven't seen
> > anyway to do that? I did read the ZF doc though. 
> 
> You know, really not sure. There isn't a dijit for password fields to my
> knowledge. I'll ask on the #dojo IRC channel -- you might want to do the
> same.

It appears that you have two possibilities:

  * Create an element that extends ValidationTextBox or TextBox and
    which sets the 'type' dijit param to 'password'. (This will be the
    route I will officially take)
  * Alternately, pass the 'type' dijit parameter with the value
    'password' to either a TextBox or ValidationTextBox element. (You
    can do this _now_.)


> > Matthew Weier O'Phinney-3 wrote:
> > > 
> > > 
> > > Yes; you're using old code.
> > > 
> > > Please update from current svn and use Zend_Dojo from
> > > standard/trunk/library. It's clear from the above that you were using an
> > > old incubator version that was not linked against the Zend_Form changes
> > > made in trunk (which included the getFullyQualifiedName() method in the
> > > base Zend_Form_Element class).

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to