Home » HTML » HTML_QuickForm_altselect
An alternative to HTML_QuickForm_select using radio buttons and checkboxes
This package is unmaintained.
Download latest release 1.1.1 (archived versions might be outdated)
License: LGPL
Description
A QuickForm plugin that extends the select element and turns its options into checkboxes or radio buttons depending on whether the multiple html attribute was set or not. For extra options not listed, you can also render an 'Other' textfield.
Maintainers
- David Sanders (shangxiao) — lead, active
Dependencies
Required
- PHP (>= 4.2)
- PEAR Installer (>= 1.4.0b1)
- HTML_Common (>= 1.2.1)
- HTML_QuickForm (>= 3.2.5)
Releases
- 1.1.1 (stable, 2010-10-25)
Release notes
License: LGPL
Automatically built QA release
Req #12941 Allow generation of list markup in addition to existing <br
/> and - shangxiao - 1.1.0 (stable, 2008-08-18)
Release notes
License: LGPL
- Fixed Bug #12940: XHTML compliance
- Implemented Request #14475: SelectOther as textarea instead of input text
- Implemented Request #12941: Allow generation of list markup - 1.0.0 (stable, 2007-10-31)
Release notes
License: LGPL
- Added the ability to apply HTML attributes to all the option elements by using '_qf_all' in the associative array for the attributes parameter.
- 1.0.0RC1 (beta, 2007-02-13)
Release notes
License: LGPL
This is the initial release of the HTML_QuickForm_altselect package.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #10102 | Closed | Bug | 1.0.0RC1 | 2007-02-14 | Can not set individual attributes |
| #10698 | Wont fix | Req | 1.0.0RC1 | 2007-04-12 | function setSlave($master_elemet, $master_value, $slave_element) |
| #12622 | Bogus | Bug | 1.0.0 | 2007-12-05 | altselect not defined in QuickForm HTML_QUICKFORM_ELEMENT_TYPES |
| #12940 | Closed | Bug | 1.0.0 | 2008-01-20 | XHTML compliance: onClick should be onclick |
| #12941 | Closed | Req | 1.0.0 | 2008-01-20 | Allow generation of list markup in addition to existing <br /> and |
| #13685 | Bogus | Bug | 1.0.0 | 2008-04-15 | setSelected() overrides form submit |
| #14014 | Open | Bug | CVS | 2008-05-29 | Selection Not Remembered on Failed Form Validation |
| #14057 | Bogus | Bug | 1.0.0 | 2008-06-03 | Validation Failure |
| #14475 | Closed | Req | 1.0.0 | 2008-08-08 | SelectOther as textarea instead of input text |
| #15298 | Verified | Req | 1.1.0 | 2008-12-12 | All checkbox values become 1 after freeze |
| #17232 | Open | Bug | 1.1.0 | 2010-03-16 | Can't fetch the value of the other text if the element name contains [] |