Summary: Debug a form's vf-related information in a series of configurable alert() boxes.
| Function | Summary |
dbgVF |
Friendly-looking alert-box output for your form: Its elements, validate_form.js configuration, and actual values. |
vf_dbgVF.js: OverviewDebug a form's vf-related information in a series of configurable alert() boxes.
See the tutorial for implementation details.
This is a holder for the dbgVF() function. Debugging may not be used, so its code is held in a separate file so it's not imported when unneeded.
vf_dbgVF.dbgVF()Friendly-looking alert-box output for your form: Its elements, validate_form.js configuration, and actual values.
Debugging is output on an element-by-element basis, in alert boxes. The functions from fl_stats.js and vf_obj_dgnstcs.js do most of the work here, and you could use them directly. The benefits of this function are pretty much the 'x-per-screen' stuff.
a_flStats: The array of FLStats representing the form you wish to debug. REQUIRED if i_dbgPerScreen is providedi_dbgPerScreen: The number of elements to display per screen. If undefined or equal to -1, then no debugging takes place. If defined, must be an integer equal -1 or be greater than zero.dfgVF(a_flStats, i_dbgPerScreen)
___RPLC___ vfjs_doc_footer ___RPLCZ___