value = $value; $this->id = $id; $this->name = $name; $this->isArray = $isArray; $this->style = 'width:60%;'; $this->cssClass =''; } public function Render() { $isArr = ($this->isArray) ? '[]' : ''; ?>title = $title; parent::__construct($value, $id, $name, $isArray); $this->divStyle .= 'width:90%; display:inline-block; text-align:left; padding-left:10px; padding-top:4px; padding-bottom:4px;'; } public function Render() { $isArr = ($this->isArray) ? '[]' : ''; ?>
options = $options; parent::__construct($title, $value, $id, $name, $isArray); } public function Render() { $isArr = ($this->isArray) ? '[]' : ''; ?>
options = $options; $this->selectedValue = $selectedValue; } public function Render() { foreach($this->options as $optk => $optv) { ?>