PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #7280

QF element size

Details

Request #7280QF element size
Submitted2006-04-03 10:55 UTC
Fromraivoa at ut dot ee
StatusBogus
PackageHTML_QuickForm
PHP Version5.1.2
OSXP
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