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

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

DirectRenderer::setMenuTemplate()

DirectRenderer::setMenuTemplate() – Définit le template du menu

Synopsis

require_once 'HTML/Menu/DirectRenderer.php';

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

Description

Ceux sont les chaînes qui seront ajoutées au HTML généré pour les lignes du menu à chaque appel à la méthode finishMenu(). Par défaut, ce sera :


'<table border="1">'
et


 '</table>'

Parameter

string $prepend

ceci sera ajouté au début des lignes HTML

string $append

ceci sera ajouté à fin des lignes HTML

Throws

No exceptions thrown.

Note

This function can not be called statically.

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

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