mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Number: Extend our FormElement class
This commit is contained in:
parent
a3409b166d
commit
fa96a1cbbe
@ -4,24 +4,13 @@
|
|||||||
|
|
||||||
namespace Icinga\Web\Form\Element;
|
namespace Icinga\Web\Form\Element;
|
||||||
|
|
||||||
use Zend_Form_Element;
|
use Icinga\Web\Form\FormElement;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A number input control
|
* A number input control
|
||||||
*/
|
*/
|
||||||
class Number extends Zend_Form_Element
|
class Number extends FormElement
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Disable default decorators
|
|
||||||
*
|
|
||||||
* \Icinga\Web\Form sets default decorators for elements.
|
|
||||||
*
|
|
||||||
* @var bool
|
|
||||||
*
|
|
||||||
* @see \Icinga\Web\Form::__construct() For default element decorators.
|
|
||||||
*/
|
|
||||||
protected $_disableLoadDefaultDecorators = true;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form view helper to use for rendering
|
* Form view helper to use for rendering
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user