DirectRenderer::setMenuTemplate() (Previous) (Next) DirectRenderer::toHtml()

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

DirectRenderer::setRowTemplate()

DirectRenderer::setRowTemplate() -- 行のテンプレート (エントリを囲む HTML) を設定する

説明

これは、 finishRow() がコールされるたびにメニューの HTML の前後に追加される文字列となります。 デフォルトは次のようになります。

'<tr>'
および
'</tr>'

パラメータ

string $prepend

これがエントリの HTML の先頭に追加されます。

string $append

これがエントリの HTML の末尾に追加されます。

例外・エラー

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

注意

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

DirectRenderer::setMenuTemplate() (Previous) (Next) DirectRenderer::toHtml()

Download Documentation Last updated: Sun, 07 Sep 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.