Quantcast
Channel: Can you get the name of a fwParameter programmatically, inside a loop?
Browsing latest articles
Browse All 36 View Live

Can you get the name of a fwParameter programmatically, inside a loop?

for(p in fwParameters){ alert(p.???) }I have tried name and fwName so far, just want to be smarter about filtering which features to show in an increasingly-complex UI. Is there an acceptable way to do...

View Article



Re: Can you get the name of a fwParameter programmatically,

Hi Walter, In your example p should equal the index of the control in the fwParameters object.Try;for(p in fwParameters){ alert(fwParameters[p].fwName); }for the control name, fwTitle for the title and...

View Article
Browsing latest articles
Browse All 36 View Live




Latest Images