Here's an example of my config for the Password entry field in my login
form:

user.login.elements.password.type = "password"
user.login.elements.password.options.validators.strlen.validator =
"StringLength"
user.login.elements.password.options.validators.strlen.options.min = "6"
user.login.elements.password.options.required = true
user.login.elements.password.options.label = "Password"
user.login.elements.password.options.class = "element text medium"

I'd like the label to have a class though, how can that be accomplished? (
options.label.class = 'blabla' didn't work ..)

-- 

========================
http://www.juicability.com - flex blog
http://www.43min.com - funny movies

Reply via email to