unomi
unread,Sep 24, 2008, 6:54:19 AM9/24/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inputex
im having some trouble using inputex.form :
myForm = new YAHOO.inputEx.Form( {
fields:
[ {"type": "integer" , "inputParams" : { "name" :
"CandidateID","label": "CandidateID" , "required": false ,
"tooltipIcon" :false , "showMsg" :false }} , {"type": "string" ,
"inputParams" : { "name" : "FirstName","label": "Given Name" ,
"required": true , "tooltipIcon" :true , "showMsg" :true }} , {"type":
"string" , "inputParams" : { "name" : "LastName","label": "LastName" ,
"required": false , "tooltipIcon" :false , "showMsg" :false }} ]
On my end it creates 3 fields, but they all have the warning triangle
that simply wont go away,
CandidateID does not care if it gets strings or integers (shouldnt
it?)