» Version | » Information |
---|---|
2018-12-05 stable |
|
2005-10-16 stable |
|
2005-03-18 stable |
|
2005-03-07 stable |
|
2005-02-25 stable |
|
2005-01-10 stable |
|
2004-10-23 stable |
|
2004-10-04 beta |
|
2004-09-21 beta |
|
2004-06-15 beta |
|
1.1.0RC1 |
Easy InstallNot sure? Get more info. pear install HTML_Form-1.1.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Form-1.1.0RC1 Release date: 2004-06-14 00:07 UTC Release state: beta Release uploaded by: danielc Changelog: * Don't pass $this->action through basename() in returnStart() or start(). Bug #658. * Make notes in the docblock comments regarding methods with unusual parameter orders. Bug #659. * addImage() now works. Accomplished by adding displayImage(), displayImageRow(), returnImageRow() and returnImage() methods. Bug #1126. * Have returnStart() put $this->target into the <form> element's attributes. PHP Bug 24017. (nicos) * Remove reference on $default in displayTextareaRow(). PHP Bug 22062. (mj) * Add docblock comments. * Add new methods: returnRadio(), returnRadioRow() and returnFileRow(). * $maxlength parameter added to returnText(), returnTextRow(), returnPassword(), returnPasswordRow(), returnTextarea() and returnTextareaRow() for consistency with display*() methods' parameters. * Add $maxlength to addPassword(), displayPassword(), and displayPasswordRow(). * $accept parameter added to returnMultipleFiles() and returnFile() for consistency with addFile(). * Add $attr parameter to most methods. * valign="top" added to <td> in returnPlaintextRow() for consistency with displayPlaintextRow(). * displayFile() and displayMultipleFiles() now produce a separate hidden input for MAX_FILE_SIZE. * returnCheckbox() now does a type sensitive comparison on $default to determine if checked. * ":" now appears in each $title. * Add the $thattr and $tdattr parameters. * Use <th> instead of <td> for empty cell in returnSubmitRow() and returnResetRow(), matching layout of other methods. * Ease maintenance by having all display*() methods just print the results of the return*() methods. * $default parameter to addCheckbox() now defaults to FALSE. * $default parameter to addTextarea() and addPassword() now defaults an empty string. * Define the constants used by addTextarea(): HTML_FORM_TEXTAREA_WT and HTML_FORM_TEXTAREA_HT. * Add "$multipartformdata = false" parameter to start() for compatibility with returnStart(). * Have returnStart() put $this->enctype and $this->target into the <form> element's attributes. * register_long_arrays can now be Off. * Change checked to checked="checked". * Clean up nesting/indenting of HTML output. * Change while/list/each to foreach in returnSelect() and returnEnd(). * Remove references from $entries parameter to returnSelectRow() and displaySelectRow(). * returnEnd() no longer populates _fields for addBlank() items. * Fix $defined variable values in display(): reset: 0 should have been 1 submit: 0 should have been 2 blank: 0 should have been 1 radio: 3 should have been 1 select: 4 should have been 5 * Added tests. Dependencies:
|
2003-04-09 stable |
|
2003-01-10 stable |