Closed GoogleCodeExporter closed 8 years ago
The labelRightAlign attribute doesn't display the label to the right of the
appropriate form element. Instead, it just right aligns the text inside the
label. To display the label to the right of the appropriate form element, you
will have to use the preventDefaultCSS form attribute and apply your own css
definitions.
$form->setAttributes(array(
"preventDefaultCSS" => 1
));
- Andrew
Original comment by ajporterfield@gmail.com
on 20 Oct 2010 at 8:47
The latest svn revision - r417 - includes a new form/element attribute,
labelDisplayRight, that can be used display labels to the right of their
appropriate form element. The layout.php has been updated in this revision as
well to demo the new functionality.
This update will be included in the 1.1.3 version release.
- Andrew
Original comment by ajporterfield@gmail.com
on 21 Oct 2010 at 3:11
Original issue reported on code.google.com by
rj05cole...@gmail.com
on 19 Oct 2010 at 7:35Attachments: