Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
require_once 'HTML/QuickForm/image.php';
void HTML_QuickForm_image::setAlign (string $align)
void HTML_QuickForm_image::setAlign
This is just a shortcut for
<?php $element->updateAttributes(array('align' => $align)); ?>
alignment for image element
throws no exceptions thrown
since 1.0
This function can not be called statically.