FormatInputElement
Format Input Element
- Java API:
org.zkoss.zul.impl.FormatInputElement
- JavaScript API:
zul.inp.FormatWidget
Employment/Purpose
The primary purpose of FormatInputElement
is to allow developers to create input elements with specific formats. By extending this class, developers can customize the format of the input box according to their requirements. This can be useful in scenarios where input data needs to adhere to a specific format, such as dates, currencies, or phone numbers.
Supported Children
*NONE
: This component does not support any child components.