k102

Results 1 comments of k102

TbInput[Inline|Horizontal|Vertical].php ``` php /** * Renders a text field. * * @return string the rendered content */ protected function textField() { .... if (isset($this->htmlOptions['type'])) $type = $this->htmlOptions['type']; else $type =...