Wednesday, 25 January 2006
Hide a form field
Posted on 13:34 by Unknown
Now that each field offers an OnChange event, we want to use it. At least I do. Based on the selection or values in another field, I'm disabling fields all over the screen. But why disabling and not hide them?! It's not documented and therefore not supported, but it sometimes is needed. The code to hide a field is:crmForm.all.name_c.style.visibility = 'hidden';crmForm.all.name_d.style.visibility
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment