Telosys JSP Tag Library
Tag menuitem


Menu item widget (to populate 'menubar' and 'menubox' tags) A menu item can be used to fire a JavaScript action (with 'onclick'), to refer a submenu (with 'menubox'), to navigate to a new screen (with 'screen' and 'param'), or to a context resource ( with 'cres' ), or to an external link ( with 'href' ).


Tag Information
Tag Classorg.objectweb.telosys.uil.taglib.widget.MenuItemTAG
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringStandard html 'id' attribute
imgfalsetruejava.lang.StringNo Description
txtfalsetruejava.lang.StringThe text of the item
hreffalsetruejava.lang.StringStandard hypertext reference (used as is)
cresfalsetruejava.lang.StringContext resource (resource path from the context root)
screenfalsetruejava.lang.StringScreen name and context (for future use)
paramfalsetruejava.lang.StringScreen initialization parameters (for future use)
menuboxfalsetruejava.lang.StringMenuBox id ( to refer to a submenu )
separatorfalsetruejava.lang.StringIf this attribute is set to 'true', the menu item is a separator
onclickfalsetruejava.lang.StringNo Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.