xowiki::MenuItem instproc render (public)

 <instance of xowiki::MenuItem[i]> render

Defined in packages/xowiki/tcl/menu-procs.tcl

doku

Partial Call Graph (max 5 caller/called nodes):
%3 html::a html::a html::li html::li html::t html::t xowiki::MenuItem instproc render xowiki::MenuItem instproc render xowiki::MenuItem instproc render->html::a xowiki::MenuItem instproc render->html::li xowiki::MenuItem instproc render->html::t

Testcases:
No testcase defined.
Source code:
html::li [:get_attributes id {CSSclass class}] {
  html::a [:get_attributes title href target] {
    html::t ${:text}
  }
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: