Home » HTML » HTML_QuickForm » Bug #7280
QF element size
Details
| Request #7280 | QF element size |
|---|---|
| Submitted | 2006-04-03 10:55 UTC |
| From | raivoa at ut dot ee |
| Status | Bogus |
| Package | HTML_QuickForm |
| PHP Version | 5.1.2 |
| OS | XP |
| Roadmaps | (Not assigned) |
Comments
[2006-04-03 10:55 UTC] raivoa at ut dot ee
Description:
------------
Would be nice if it's possible to change for example QF button or select element size in place, as it is possible with QF text element.
Below isnt possible:
$this->vorm->addElement('button','btn','Click me',array('size'=>50));
But, following is:
$this->vorm->addElement('text','some_text','Write:',array('size'=>50));
[2006-04-04 16:11 UTC] mansion at php dot net
You meant 'size' attribute :p