InputfieldInteger class
Integer Inputfield
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the Inputfield
class also inherits all the methods and properties of: Inputfield, WireData and Wire.
Common
Properties
Name | Return | Summary | Default |
---|---|---|---|
Inputfield | int float string | Initial/default value (when used with FieldtypeInteger) | '' |
Inputfield | int float | Initial/default value (when used as independent Inputfield) | '' |
Inputfield | string | Input type to use, one of "text" or "number" | text |
Inputfield | int float | Maximum allowed value | '' |
Inputfield | int float | Minimum allowed value | '' |
Inputfield | string | Placeholder attribute value | '' |
Inputfield | int | Size attribute value | 10 |
Inputfield | int float string | HTML5 step attribute value | '' |
Additional methods and properties
In addition to the methods and properties above, Inputfield
API reference based on ProcessWire core version 3.0.251