• Publicity: Public Only All

menu-procs.tcl

Basic classes for Menus (context menu, menu bar, menu item). The design is influenced by the YUI2 classes, but we tried to keep the implementation generic. The original version was developed by Michael Aram in his Master Thesis. Over the time it was simplified, downstripped and refactored by Gustaf Neumann. The currently preferred interface is the class.

Location:
packages/xowiki/tcl/menu-procs.tcl
Authors:
Michael Aram
Gustaf Neumann

Procedures in this file

Detailed information

xowiki::Menu instproc render (public)

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

doku

Partial Call Graph (max 5 caller/called nodes):
%3 html::ul html::ul xowiki::Menu instproc render xowiki::Menu instproc render xowiki::Menu instproc render->html::ul

Testcases:
No testcase defined.

xowiki::MenuItem instproc render (public)

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

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.
[ show source ]