Summary: Functions to diagnose and display information regarding FLStats
and CmptblOTA
objects.
Function | Summary |
dbgAFLS |
For each FLStats in the provided array, get two alert boxes with diagnostic information. |
gtCd4Lmnt |
Get all the validate_form.js configuration code for this element. For debugging purposes. |
gt2StrFLS |
Get some information about fl_stats FLStats , suitable for alert() -ing. |
vf_obj_dgnstcs.js
: OverviewFunctions to diagnose and display information regarding FLStats
and CmptblOTA
objects.
vf_obj_dgnstcs
.dbgAFLS()
For each FLStats
in the provided array, get two alert boxes with diagnostic information.
Specifically, the first alert box displays gt2StrFLS()
, and the second, gtCd4Lmnt()
.
a_flStats
: The array of FLStats
to debug. Must be a good array.dbgAFLS(a_flStats)
vf_obj_dgnstcs
.gtCd4Lmnt()
Get all the validate_form.js
configuration code for this element. For debugging purposes.
RETURNS a string containing reasonably-formatted code, for every validate_form.js
attribute associated to this element. This code is not checked for validity (as validate_form.cibVFCfg()
does), but--aside from formatting--is exactly as you have configured it
gtCd4Lmnt(a_flStats)
vf_obj_dgnstcs
.gt2StrFLS()
Get some information about fl_stats FLStats
, suitable for alert()
-ing.
gt2StrFLS(a_flStats)
___RPLC___ vfjs_doc_footer ___RPLCZ___