DirectRenderer::setEntryTemplate() (Previous) (Next) DirectRenderer::setRowTemplate()

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

DirectRenderer::setMenuTemplate()

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

説明

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

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

パラメータ

string $prepend

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

string $append

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

例外・エラー

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

注意

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

DirectRenderer::setEntryTemplate() (Previous) (Next) DirectRenderer::setRowTemplate()

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.