...
Debugging Output: alert()
helpful diagnostic information regarding the form, its elements, and your vf-configuration....
Permanent VF-Diagnostics: Permanent interactive diagnostics, which can be left, unactivated, in your form during production, without downloading any code until activated via a url parameter.Concept | Description | Rule | Action | Object Type / Interactive Examples | ||||||||
frm |
txt |
pwd |
txa |
rdo |
sl1 |
chk |
slm |
|||||
GO |
sMsgRequired |
An element's value is mandatory. | x | x | x | x | x | x | x | x | ||
GO |
sMsgTxtDec |
A string value must be a legal decimal, potentially within a range. | x | x | x | |||||||
GO |
sMsgTxtEmail |
A string value must be a properly-formatted email address. | x | x | x | |||||||
GO |
sMsgTxtInt |
A string value must be a legal integer, potentially within a range. | x | x | x | |||||||
GO |
SIFmt attribute (sMsgTxt* ) |
A string value must be a properly-formatted 'string-integer', such as a phone number, zip code, or Social Security Number. | x | x | x | x | ||||||
GO |
sMsgBadLength |
Ensures the length of a string value is within a defined range. | x | x | x | x | ||||||
GO |
sMsgMCRange |
Ensure the number of multiple-choice options is within a desired range. | x | x | x | |||||||
GO |
Bad Sub-Strings |
Ensure a string value does not equal or contain undesired strings. | x | x | x | x | x | |||||
GO |
Trim Spaces |
Trim spaces from the ends of a string value, before analyzing it further. | x | x | x | x | x |
This table shows which element types are somehow involved with a concept. Here is a complete list of attribute-element and attribute-attribute compatibility.
Copyright (C) 2003-2005, Jeff Epstein. All rights reserved.