September 2017
Intermediate to advanced
408 pages
9h 25m
English
The GlideForm JavaScript class consists of methods that can be used to customize forms and modify form data. There is no need to explicitly create an object of the GlideForm class. Instead, the g_form variable is a global object and is available and accessible from all client-side scripts.
The following are some examples of GlideForm:
g_form.setReadOnly("fieldName",true)
g_form.setValue(fieldname, value)
Read now
Unlock full access