InputfieldFloat class

Floating point number with precision

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the InputfieldFloat class also inherits all the methods and properties of: InputfieldInteger, Inputfield, WireData and Wire.

Show class?             Show args?        

Common

NameReturnSummary 
InputfieldFloat::defaultValue int float string Initial/default value (when used with FieldtypeInteger) 
InputfieldFloat::digits int Total digits, for when used in decimal mode (default=0) 
InputfieldFloat::getAttributesString()
stringOverride method from Inputfield to convert locale specific decimals for input[type=number] 
InputfieldFloat::getConfigInputfields()
InputfieldWrapperInputfield config
InputfieldFloat::hasE(string $value)
boolDoes the value have an E in it like ”123E-3” or "123E3” ? 
InputfieldFloat::initValue int float Initial/default value (when used as independent Inputfield) 
InputfieldFloat::inputType string Input type to use, one of "text" or "number" 
InputfieldFloat::max int float 
InputfieldFloat::min int float 
InputfieldFloat::noE bool int Convert “123E-3” and “123E3” type numbers to real numbers in the <input>? 3.0.193+ 
InputfieldFloat::placeholder string 
InputfieldFloat::precision int null string Decimals precision (or -1 to disable rounding in 3.0.193+) 
InputfieldFloat::size int 
InputfieldFloat::step int float string 

Additional methods and properties

In addition to the methods and properties above, InputfieldFloat also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #518
    The 518th issue of ProcessWire Weekly brings in all the latest news from the ProcessWire community. Modules, sites, and more. Read on!
    Weekly.pw / 13 April 2024
  • ProFields Table Field with Actions support
    This week we have some updates for the ProFields table field (FieldtypeTable). These updates are primarily focused on adding new tools for the editor to facilitate input and management of content in a table field.
    Blog / 12 April 2024
  • Subscribe to weekly ProcessWire news

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.