Query: html::formfu::element::number
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::FormFu::Element::Number(3pm) User Contributed Perl Documentation HTML::FormFu::Element::Number(3pm)NAMEHTML::FormFu::Element::Number - Number element with formattingSYNOPSIS--- elements: - type: Number locale: de_DE precision: 2 trailing_zeroes: 1DESCRIPTIONThis element formats numbers according to the current locale. You can set this locale either by setting "$form->locale" or by setting the element's locale. If none of them is set the element uses the system's locale.METHODSlocale Set the locale for this element. The format of the number is chosen according to this locale. precision Set the precision for the number. Defaults to 2. trailing_zeroes If this is set to 1 the number has trailing zeroes. Defaults to 0.SEE ALSOHTML::FormFu::Deflator::FormatNumber HTML::FormFu::Filter::FormatNumber "locale" in HTML::FormFuAUTHORMoritz Onken " onken at houseofdesign.de " perl v5.14.2 2011-05-10 HTML::FormFu::Element::Number(3pm)