Author: SeanRogers
Date: 2011-02-23 18:17:15 -0500 (Wed, 23 Feb 2011)
New Revision: 21902
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml
Log:
Completed review of panelMenu RFPL-986
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml 2011-02-23
20:10:53 UTC (rev 21901)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml 2011-02-23
23:17:15 UTC (rev 21902)
@@ -307,9 +307,11 @@
<para>
Icons can be added to menu groups through the use of two icon attributes. The
<varname>icon</varname> attribute specifies the normal icon, while the
<varname>iconDisabled</varname> attribute specifies the icon for a disabled
group.
</para>
+ <!--
<para>
Alternatively, define facets with the names <literal>icon</literal> and
<literal>iconDisabled</literal> to set the icons. If facets are defined, the
<varname>icon</varname> and <varname>iconDisabled</varname>
attributes are ignored.
</para>
+ -->
<para>
The <sgmltag><rich:menuGroup></sgmltag> component can be
positioned using the <varname>jointPoint</varname> and
<varname>direction</varname> attributes, the same as the parent menu control.
For details on the <varname>jointPoint</varname> and
<varname>direction</varname> attributes, refer to <xref
linkend="sect-Component_Reference-richdropDownMenu-Appearance"/>.
</para>
@@ -470,7 +472,7 @@
<section id="sect-Component_Reference-richpanelMenu-Appearance">
<title>Appearance</title>
<para>
- Icons for the panel menu can be chosen from a set of standard icons. Icons can be set
for the top panel menu, child panel menus, and child item. There are three different menu
states that the icon represents, as well as icons for both the left and right side of the
item title. The icons can also be managed using facets.
+ Icons for the panel menu can be chosen from a set of standard icons. Icons can be set
for the top panel menu, child panel menus, and child item. There are three different menu
states that the icon represents, as well as icons for both the left and right side of the
item title.
</para>
<variablelist>
<varlistentry>
@@ -478,7 +480,8 @@
<term><varname>topGroupExpandedRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for the top level menu when it is expanded.
The related facet is the <literal>topGroupExpandedClass</literal> facet.
+ These attributes determine the icons for the top level menu when it is expanded.
+ <!--The related facet is the
<literal>topGroupExpandedClass</literal> facet.-->
</para>
</listitem>
</varlistentry>
@@ -487,7 +490,8 @@
<term><varname>topGroupCollapsedRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for the top level menu when it is collapsed.
The related facet is the <literal>topGroupCollapsedClass</literal> facet.
+ These attributes determine the icons for the top level menu when it is collapsed.
+ <!--The related facet is the
<literal>topGroupCollapsedClass</literal> facet.-->
</para>
</listitem>
</varlistentry>
@@ -496,7 +500,8 @@
<term><varname>topGroupDisabledRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for the top level menu when it is disabled.
The related facet is the <literal>topGroupDisabledClass</literal> facet.
+ These attributes determine the icons for the top level menu when it is disabled.
+ <!--The related facet is the
<literal>topGroupDisabledClass</literal> facet.-->
</para>
</listitem>
</varlistentry>
@@ -505,7 +510,8 @@
<term><varname>topItemRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for a top level menu item. The related facet
is the <literal>topItemClass</literal> facet.
+ These attributes determine the icons for a top level menu item.
+ <!--The related facet is the <literal>topItemClass</literal>
facet.-->
</para>
</listitem>
</varlistentry>
@@ -514,7 +520,8 @@
<term><varname>topItemDisabledRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for a top level menu item when it is
disabled. The related facet is the <literal>topItemDisabledClass</literal>
facet.
+ These attributes determine the icons for a top level menu item when it is
disabled.
+ <!--The related facet is the
<literal>topItemDisabledClass</literal> facet.-->
</para>
</listitem>
</varlistentry>
@@ -523,7 +530,8 @@
<term><varname>groupExpandedRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for sub-menus that are not the top-level menu
when they are expanded. The related facet is the
<literal>groupExpandedClass</literal> facet.
+ These attributes determine the icons for sub-menus that are not the top-level menu
when they are expanded.
+ <!--The related facet is the <literal>groupExpandedClass</literal>
facet.-->
</para>
</listitem>
</varlistentry>
@@ -532,7 +540,8 @@
<term><varname>groupCollapsedRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for sub-menus that are not the top-level menu
when they are collapsed. The related facet is the
<literal>groupCollapsedClass</literal> facet.
+ These attributes determine the icons for sub-menus that are not the top-level menu
when they are collapsed.
+ <!--The related facet is the <literal>groupCollapsedClass</literal>
facet.-->
</para>
</listitem>
</varlistentry>
@@ -541,7 +550,8 @@
<term><varname>groupDisabledRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for sub-menus that are not the top-level menu
when they are disabled. The related facet is the
<literal>groupDisabledClass</literal> facet.
+ These attributes determine the icons for sub-menus that are not the top-level menu
when they are disabled.
+ <!--The related facet is the <literal>groupDisabledClass</literal>
facet.-->
</para>
</listitem>
</varlistentry>
@@ -550,7 +560,8 @@
<term><varname>itemRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for items in the menus. The related facet is
the <literal>itemClass</literal> facet.
+ These attributes determine the icons for items in the menus.
+ <!--The related facet is the <literal>itemClass</literal>
facet.-->
</para>
</listitem>
</varlistentry>
@@ -559,7 +570,8 @@
<term><varname>itemDisabledRightIcon</varname></term>
<listitem>
<para>
- These attributes determine the icons for items in the menus when they are
disabled. The related facet is the <literal>itemDisabledClass</literal>
facet.
+ These attributes determine the icons for items in the menus when they are
disabled.
+ <!--The related facet is the <literal>itemDisabledClass</literal>
facet.-->
</para>
</listitem>
</varlistentry>
Show replies by date