function __construct($name)
 {
     $this->element['type'] = 'range';
     parent::__construct($name);
 }