Get CSS by field ID, applyTo: Label,Element

Last updated Oct 16 2019

window.ftGetCSSElement(fldID, applyTo);

This JS function will let you pull the style class of a certain field.
For example:
window.ftGetCSSElement('fld5','Label');
// Get CSS of an element. applyTo: Label,Element,All
The above code will retrieve the class of the field label based on the id of :fld5



CommentsLogin Required
Didn’t find what you were looking for?
Try the following for assistance or Use the Search box.