コンストラクタ HTML_QuickForm_image() (Previous) (Next) HTML_QuickForm_image::setBorder()

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

HTML_QuickForm_image::setAlign()

HTML_QuickForm_image::setAlign() -- image 要素の配置を設定する

説明

これは、単に以下の処理と同じことをします。


<?php
$element->updateAttributes(array('align' => $align));
?>

パラメータ

string $align

image 要素の配置。

例外・エラー

例外はスローされません。

注意

since 1.0

この関数は、スタティックにコールする ことはできません。

コンストラクタ HTML_QuickForm_image() (Previous) (Next) HTML_QuickForm_image::setBorder()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.