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

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DirectRenderer::setMenuTemplate()

DirectRenderer::setMenuTemplate() -- Sets the menu template (HTML that wraps around rows)

Opis

These are the strings that will be prepended and appended to HTML generated for menu rows on each call to finishMenu(). Defaults are

'<table border="1">'
and
'</table>'

Parametr

string $prepend

this will be prepended to the rows HTML

string $append

this will be appended to the rows HTML

Wyjątki

throws no exceptions thrown

Uwagi

Ta funkcja nie może być wywołana statycznie.

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

Download Documentation Last updated: Mon, 02 Jul 2007
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.