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

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

DirectRenderer::setRowTemplate()

DirectRenderer::setRowTemplate() -- Sets the row template (HTML that wraps around entries)

Leírás

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

'<tr>'
and
'</tr>'

Paraméterek

string $prepend

this will be prepended to the entries HTML

string $append

this will be appended to the entries HTML

Lehetséges hibaértékek

throws no exceptions thrown

Megjegyzés

Ez a függvény nem hívható statikusan.

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

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