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

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

DirectRenderer::setRowTemplate()

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

Synopsis

require_once 'HTML/Menu/DirectRenderer.php';

void HTML_Menu_DirectRenderer::setRowTemplate ( string $prepend , string $append )

Description

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


'<tr>'
および


'</tr>'

Parameter

string $prepend

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

string $append

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

Throws

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

Note

This function can not be called statically.

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

Download Documentation Last updated: Sun, 21 Jun 2009
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.