previousDirectRenderer::setEntryTemplate() (Previous) (Next) DirectRenderer::setRowTemplate()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::setMenuTemplate()

DirectRenderer::setMenuTemplate() – メニューのテンプレート (行を囲む HTML) を設定する

Synopsis

require_once 'HTML/Menu/DirectRenderer.php';

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

Description

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


'<table border="1">'
および


'</table>'

Parameter

string $prepend

これが行の HTML の先頭に追加されます。

string $append

これが行の HTML の末尾に追加されます。

Throws

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

Note

This function can not be called statically.

previousDirectRenderer::setEntryTemplate() (Previous) (Next) DirectRenderer::setRowTemplate()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.