» Version | » Information |
---|---|
0.6.2 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.6.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.6.2 Release date: 2011-07-02 10:48 UTC Release state: beta Release uploaded by: doconnor Changelog: QA release - Bug #15402: "id" attribute missing on groups Dependencies:
|
0.6.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.6.1 Release date: 2008-09-23 12:15 UTC Release state: beta Release uploaded by: wiesemann Changelog: - Bug #14443: form fields with regular expression syntax characters (e.g. with '**') were not added to the form and generated a PHP warning (thanks to Nikola Vignjevic) Dependencies:
|
0.6.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.6.0 Release date: 2007-10-24 16:39 UTC Release state: beta Release uploaded by: wiesemann Changelog: - setElementTemplate() now allows to apply a template multiple elements with a single call (the second parameter can now be an array of element names; this addition was inspired by a blog comment from Noel, herrnoel at gmail dot com, thanks) Dependencies:
|
0.5.3 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.5.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.5.3 Release date: 2007-05-29 14:44 UTC Release state: beta Release uploaded by: wiesemann Changelog: - Bug #11164: Static elements generate invalid XHTML code Dependencies:
|
0.5.2 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.5.2 Release date: 2007-05-04 10:25 UTC Release state: beta Release uploaded by: wiesemann Changelog: - Bug #10926: "Undefined index in HTML/QuickForm/Renderer/Tableless.php:441" Dependencies:
|
0.5.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.5.1 Release date: 2007-05-03 17:48 UTC Release state: beta Release uploaded by: wiesemann Changelog: - Request #10848: addStopFieldsetElements() now accepts also group names - Request #10850: an additional class name for the hidden fieldsets that are generated by addStopFieldsetElements() can now be specified via the new second parameter (the template variable {class} was added to the openHiddenFieldsetTemplate) Dependencies:
|
0.5.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.5.0 Release date: 2007-04-23 13:21 UTC Release state: beta Release uploaded by: wiesemann Changelog: It is now possible to add attributes to the fieldset tags. A short example: $form->addElement('header', 'header', 'A new fieldset'); $header =& $form->getElement('header'); $header->setAttribute('style', 'border: 2px dashed blue;'); (Setting the attributes via addElement() is not possible for 'header' elements.) To add the attributes to the fieldset tags, the template variable {attributes} was added into the "openFieldsetTemplate". To avoid problems with nested fieldsets, the fieldset and the legend tag have now "100%" instead of "560px" width. If you want to use nested fieldsets, you should consider re-enabling the border in the "form fieldset" block of the stylesheet. Dependencies:
|
0.4.3 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.4.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.4.3 Release date: 2006-12-04 15:30 UTC Release state: beta Release uploaded by: wiesemann Changelog: The "height: 1px;" style was removed from "form fieldset li" block in the stylesheet to achieve layout compatibility with Windows Internet Explorer 7. WARNING: This breaks layout compatibility with Firefox 1.x browsers (Firefox 2.0 still works as expected). The FAQ for this package in the PEAR manual contains solutions for getting Firefox 1.x compatibility. (thanks to Brett Bieber and Alvin Woon for investigation on the layout issues and the provided solutions) Dependencies:
|
0.4.2 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.4.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.4.2 Release date: 2006-11-09 16:13 UTC Release state: beta Release uploaded by: wiesemann Changelog: - fixed handling of empty header elements (which resulted in invalid XHTML code) Dependencies:
|
0.4.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.4.1 Release date: 2006-11-02 13:10 UTC Release state: beta Release uploaded by: wiesemann Changelog: In some browser (Firefox < 2.0, Safari 2) the layout of the generated was broken. This release adds two styles to the "form fieldset" as well as to the "form fieldset li" blocks in the stylesheet. (thanks to Brett Bieber for the patch) Comparisons of all changes to the stylesheet are available: - between release 0.3.4 and release 0.4.1: http://pear.markwiesemann.eu/stylesheet-comparison-0.3.4-0.4.1.txt - between release 0.4.0 and release 0.4.1: http://pear.markwiesemann.eu/stylesheet-comparison-0.4.0-0.4.1.txt Dependencies:
|
0.4.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.4.0 Release date: 2006-10-31 08:49 UTC Release state: beta Release uploaded by: wiesemann Changelog: - this package is now in beta status, i.e. the API can be considered as stable - this package is now licensed under the New BSD license - end-user documentation is now available in the manual - bugfix: for real groups (e.g. groups of checkboxes) the "id" attribute was set two times (and an invalid "for" attribute was added to the label element) - changes in the div tag (in the form template) for the hidden elements: * added a line break (\n) after the opening div tag * added a tab (\t) before the closing div tag - changes in the templates: rows (consisting of a label and an element) are not put anymore into a div tag, but in a li element (and all li elements in an ol element); this adds also a more semantical meaning to the generated forms (a full list of changes to the templates is available on http://pear.markwiesemann.eu/template-changes-0.4.0.txt) WARNING: you need to adopt the stylesheet changes (see also below) to your stylesheets, because otherwise your forms will not work (in terms of layout) anymore - example file: added three hidden form elements - added "id" attribute also to group elements (and the "for" attribute to the label tag for groups) - added "id" attribute also to hidden elemens - removed "qf" prefix from CSS class names (exception: "label.qflabel" was renamed into "label.element") - adjusted the layout in the example file and the bundled stylesheet to the layout of the default renderer: * fieldsets now don't have a border and no top or bottom margin, and the fieldset legends have gotten a grey background (in Firefox not for the whole width of the fieldset) * element labels are now in a bold font * the required note is now horizontally aligned like the form elements, and not as before on the left margin (a comparison of all changes to the stylesheet is available on http://pear.markwiesemann.eu/stylesheet-comparison-0.4.0.txt) Dependencies:
|
0.3.4 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.3.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.3.4 Release date: 2006-09-18 15:24 UTC Release state: alpha Release uploaded by: wiesemann Changelog: - Bug #8523: the id attribute wasn't assigned to date elements which caused the generated HTML code to be not XHTML valid (thanks to Eduardo Marinho, eduardo593734256 at gmail dot com) - Request #8569: added a div element with new class "qfreqnote" to the required note template to allow easier customisation of the required note by only CSS and not calling setRequiredNoteTemplate() for every form. Please note that this renderer now replaces the default (and only the default!) required note by a shortened variant which will be rendered exactly like the default note if the new "qfreqnote" class (see below) is given. The shortened variant is: '<span class="required">*</span> denotes required field'. It is now recommened to use the same format for translated or reformulated required notes. (thanks to Eduardo Marinho, eduardo593734256 at gmail dot com) - Fixed label tag for empty or not given element name - added examples for date and hierselect elements and two text elements with no and an empty name to the example file (XHTML valid) - added a new "form div.qfreqnote" class into the stylesheet and the example file according to request #8569 Dependencies:
|
0.3.3 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.3.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.3.3 Release date: 2006-08-13 16:21 UTC Release state: alpha Release uploaded by: wiesemann Changelog: - Bug #8385: another change for XHTML validity: if a label is empty, ' ' will be used as the label (thanks to Laurent Laville, pear at laurent-laville dot org) - Request #8389: use a CSS class for the formatting of the required mark in the element template instead of a hard-coded color; this allows to change the color of the required mark via a stylesheet; the example stylesheet was extended accordingly (form span.required) (thanks to Laurent Laville, pear at laurent-laville dot org) - the example file was extended and corrected to be fully XHTML valid Dependencies:
|
0.3.2 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.3.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.3.2 Release date: 2006-08-06 09:04 UTC Release state: alpha Release uploaded by: wiesemann Changelog: - Request #8241: a fieldset should only be closed if it is open, this also improved usage of this renderer with subforms (which are part of DB_DataObject_FormBuilder) (thanks to Brett Bieber, brett dot bieber at gmail dot com) Dependencies:
|
0.3.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.3.1 Release date: 2006-07-18 10:27 UTC Release state: alpha Release uploaded by: wiesemann Changelog: - Bug #8222: several fixes to get valid XHTML code: * a fieldset tag is now only closed if a fieldset tag is open * the (internal) open fieldset status variable is now resetted for a second (third, ...) form on the same page * QuickForm's internal hidden fields are not put into an invisible div (=> the form template has changed) * every other element is now put into a fieldset; elements that were outside a fieldset in the last releases are now in a "hidden" fieldset (using a new template that can be changed via setOpenHiddenFieldsetTemplate(), and using a new CSS style 'form fieldset.hidden' in data/stylesheet.css) (thanks to Daniel Maglione, danielmaglione at gmail dot com) - Request #8236: the template for the opening fieldset tag now includes a variable for an id which is filled with the name of the header element (if given) (thanks to v8kf6x11fb5v06l at jetable dot org) Dependencies:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_Renderer_Tableless-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_Renderer_Tableless-0.3.0 Release date: 2006-07-11 14:59 UTC Release state: alpha Release uploaded by: wiesemann Changelog: initial PEAR release Dependencies:
|