public function __construct($fieldName, $caption, $dataset, $orderable = true)
 {
     parent::__construct($fieldName, $caption, $dataset, $orderable);
     $this->maxLength = null;
     $this->replaceLFByBR = false;
     $this->escapeHTMLSpecialChars = false;
     $this->fullTextWindowHandlerName = null;
 }
 public function __construct($fieldName, $caption, $dataset, $orderable = true)
 {
     parent::__construct($fieldName, $caption, $dataset, $orderable);
     $this->dateTimeFormat = 'Y-m-d';
 }