📄 menus_conf.dtd
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--DTD of menus_conf.xml file. This files defines profile specific menus to be used together with OPIAM Admin taglib. -->
<!--
Top level element containing menu elements and profile menus
-->
<!ELEMENT menus (feature+, profile+)>
<!--
Menu element
name : name of the menu element
onicon, officon : associated icons
url : associated application URL
label : associated label
paramId : HTTP parameter inserted in the associated URL
paramName : object carrying the parameter
paramProperty : attribute of the object carrying the parameter value
currentObjname : name of the object carrying the parameter transmitted to the "classname" class
currentObjprop : name of the property of the currentObjname object carrying the parameter
transmitted to the "classname" class or null if the parameter is currentObjname itself.
classname : optional Java class used for menu activation. It must implement
opiam.admin.faare.struts.service.MenuFeaturePluginInterface
target : indicates where to open the target URL :
- open in new window : _blank ;
- open in the parent frameset : _parent ;
- open in the same frame as it was clicked : _self ;
- open in the full body of the window : _top ;
- open in the specified frame : name of the frame.
-->
<!ELEMENT feature EMPTY>
<!ATTLIST feature
name CDATA #REQUIRED
onicon CDATA #REQUIRED
officon CDATA #REQUIRED
url CDATA #REQUIRED
label CDATA #REQUIRED
paramId CDATA #IMPLIED
paramName CDATA #IMPLIED
paramProperty CDATA #IMPLIED
currentObjname CDATA #IMPLIED
currentObjprop CDATA #IMPLIED
classname CDATA #IMPLIED
target CDATA #IMPLIED
>
<!--
List of menus associated with a profile
name : name of the profile
menu : list of associated menus
-->
<!ELEMENT profile (menu+)>
<!ATTLIST profile
name CDATA #REQUIRED
>
<!--
A menu associated with a profile
name : name of the menu
element : menu elements
-->
<!ELEMENT menu (element+)>
<!ATTLIST menu
name CDATA #REQUIRED
>
<!--
One menu element in a profile specific menu
name : name of the menu element, which is the name of a previously declared feature
type : not used (set it to "feature")
showicon : if true, display the icon; if false, display the label
-->
<!ELEMENT element EMPTY>
<!ATTLIST element
name CDATA #REQUIRED
type CDATA #IMPLIED
showicon CDATA #REQUIRED
>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -