Summary: Add your own sif-attributes to the existing set of vf-attributes.
Function | Summary |
stASIF |
Define a set of SIFmt (integer-string format) attributes. |
vf_stASIF.js
: OverviewAdd your own sif-attributes to the existing set of vf-attributes.
See SIFmt-Attributes (sMsgTxt*
) for details. There is also a tutorial.
vf_stASIF
.stASIF()
Define a set of SIFmt
(integer-string format) attributes.
SIFmt
attributes are not required, so you don't have to call this function at all. At a maximum, however, you may call this function once. See SIFmt
for documentation on how to configure sif-attributes, and unit_tests.html#si_fmt for actually-and-currently configured sif-attributes.
These sif-attributes are deeply enmeshed into the existing "compatibility" objects, and the action taken by this function cannot be undone (or done further) without reloading the code--your webpage--entirely.
a_siFmt
: An array of SIFmt objects, each defining a SIFmt attribute you can use to enforce upon values in your form. If undefined, there are no useable SIFmt attributes. If defined, must be a good array, each element must be an SIFmt object, and sMTPost
and the formats of each SIFmt
element must all be (individually) unique. This array is analyzed, but not stored.stASIF(a_siFmt)
___RPLC___ vfjs_doc_footer ___RPLCZ___