-- Teemu Välimäki <[EMAIL PROTECTED]> wrote
(on Wednesday, 19 March 2008, 04:57 PM +0200):
> On Wednesday 19 March 2008 16:14:37 Matthew Weier O'Phinney wrote:
> 
> > setValue() won't work for setting the <input> value. The reason is that
> > we use it in isChecked(): if the value matches the label, then
> > isChecked() will return true. This allows you to make decision trees
> > based on what submit button was used.
> 
> I'm confused now. How do I set input type=text value?

With setValue(). The only places where setValue() isn't what you want
are for submit, button, reset, and checkbox.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to