$labelWidth); parent::__construct($properties); } public function render() { echo '
'; } public function renderCSS() { $id = $this->form->getId(); $width = $this->form->getWidth(); $widthSuffix = $this->form->getWidthSuffix(); if($widthSuffix == "px") $elementWidth = $width - $this->labelWidth - $this->labelPaddingRight; else $elementWidth = 100 - $this->labelWidth - $this->labelPaddingRight; View::renderCSS(); echo <<