HTML_QuickForm_image::setAlign() -- Sets alignment for image element
Synopsis
require_once 'HTML/QuickForm/image.php'; |
void HTML_QuickForm_image::setAlign
(string $align)
Описание
This is just a shortcut for
$element->updateAttributes(array('align' => $align)); |
Параметр
- string
$align
alignment for image element
Throws
throws no exceptions thrown
Заметка
since 1.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |