API Reference
Class
SmartWizardValidationFunctions
Helpers for common SmartWizard validation scenarios without hand-writing JavaScript in user code.
Inheritance
- Object
- SmartWizardValidationFunctions
Methods
public static String RequireCheckboxChecked(String checkboxId) #Returns:
StringRequires a checkbox (by id) to be checked.
Parameters
- checkboxId System.String