HtmlForgeX

API Reference

Class

SmartWizardValidationFunctions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Helpers for common SmartWizard validation scenarios without hand-writing JavaScript in user code.

Inheritance

  • Object
  • SmartWizardValidationFunctions

Methods

public static String RequireCheckboxChecked(String checkboxId) #
Returns: String

Requires a checkbox (by id) to be checked.

Parameters

checkboxId System.String requiredposition: 0