JBoss Tools SVN: r5128 - tags/jbosstools-2.0.0.GA.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2007-11-27 15:29:12 -0500 (Tue, 27 Nov 2007)
New Revision: 5128
Added:
tags/jbosstools-2.0.0.GA/core/
Log:
tagging for 2.0.0.GA
Copied: tags/jbosstools-2.0.0.GA/core (from rev 5127, trunk/core)
17 years, 1 month
JBoss Tools SVN: r5127 - tags/jbosstools-2.0.0.GA.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2007-11-27 15:29:03 -0500 (Tue, 27 Nov 2007)
New Revision: 5127
Added:
tags/jbosstools-2.0.0.GA/as/
Log:
tagging for 2.0.0.GA
Copied: tags/jbosstools-2.0.0.GA/as (from rev 5126, trunk/as)
17 years, 1 month
JBoss Tools SVN: r5126 - tags.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2007-11-27 15:28:26 -0500 (Tue, 27 Nov 2007)
New Revision: 5126
Added:
tags/jbosstools-2.0.0.GA/
Log:
tagging for 2.0.0.GA
17 years, 1 month
JBoss Tools SVN: r5125 - trunk/hibernatetools/plugins/org.hibernate.eclipse.help.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-11-27 14:27:14 -0500 (Tue, 27 Nov 2007)
New Revision: 5125
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/doc.zip
Log:
doc updats
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/doc.zip
===================================================================
(Binary files differ)
Property changes on: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/doc.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 1 month
JBoss Tools SVN: r5124 - trunk/hibernatetools/plugins/org.hibernate.eclipse.help.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-11-27 14:26:51 -0500 (Tue, 27 Nov 2007)
New Revision: 5124
Removed:
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/doc.zip
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toctoolsreference.xml
Log:
doc updats
Deleted: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/doc.zip
===================================================================
(Binary files differ)
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml 2007-11-27 19:25:28 UTC (rev 5123)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml 2007-11-27 19:26:51 UTC (rev 5124)
@@ -7,11 +7,11 @@
<project name="Hibernate Help" default="build" basedir=".">
- <property name="hibernate.root" location="../../../../../hibernate/branch_3_2"/>
+ <property name="hibernate.root" location="/home/max/work/os/hibernate/branches/Branch_3_2"/>
<available file="${hibernate.root}" property="hibernate.root.exists"/>
<fail unless="hibernate.root.exists">hibernate.root needs to be set to the root of the hibernate svn checkout. Currently it is ${hibernate.root} which does not exist.</fail>
- <import file="${hibernate.root}/HibernateExt/common/common-build.xml"/>
+ <import file="${hibernate.root}/HibernateExt/common/common-build.xml"/>
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="Hibernate Help"/>
@@ -45,14 +45,14 @@
</copy>-->
<!-- copy in the eclipse docs -->
- <copy todir="${tmpdir}/html/tools/eclipse">
+ <!-- <copy todir="${tmpdir}/html/tools/eclipse">
<fileset dir="../org.hibernate.eclipse.console/doc"/>
- </copy>
+ </copy> -->
<!-- copy in the tool docs -->
- <copy todir="${tmpdir}/html/tools/ant">
- <fileset dir="${hibernate.root}/HibernateExt/tools/doc/reference/build"/>
- </copy>
+ <!-- <copy todir="${tmpdir}/html/tools/ant/en/html_single">
+ <fileset dir="/home/max/work/os/jbosstools/trunk/hibernatetools/build/reference/en/html_single"/>
+ </copy>-->
<!-- zip into single zip file (must be called 'doc.zip') -->
<zip destfile="doc.zip" basedir="tmp"/>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml 2007-11-27 19:25:28 UTC (rev 5123)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml 2007-11-27 19:26:51 UTC (rev 5124)
@@ -11,8 +11,8 @@
<!-- <topic label="Quick Reference">
<link toc="tocquickreference.xml"/>
</topic> -->
- <topic label="Tools Documentation">
+ <!-- <topic label="Tools Documentation">
<link toc="toctoolsreference.xml"/>
- </topic>
+ </topic> -->
</toc>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toctoolsreference.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toctoolsreference.xml 2007-11-27 19:25:28 UTC (rev 5123)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toctoolsreference.xml 2007-11-27 19:26:51 UTC (rev 5124)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<toc label="Hibernate Tools Reference">
<topic label="Ant and Eclipse Tools" href="html/tools/ant/en/html_single/index.html"/>
- <topic label="New & Noteworthy" href="html/tools/eclipse/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta9.html"/>
+ <!-- <topic label="New & Noteworthy" href="html/tools/eclipse/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta9.html"/> -->
</toc>
17 years, 1 month
JBoss Tools SVN: r5123 - trunk/documentation/guides.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-11-27 14:25:28 -0500 (Tue, 27 Nov 2007)
New Revision: 5123
Modified:
trunk/documentation/guides/
Log:
bin ignore
Property changes on: trunk/documentation/guides
___________________________________________________________________
Name: svn:ignore
+ build
17 years, 1 month
JBoss Tools SVN: r5122 - in trunk: jbpm/docs/reference and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2007-11-27 14:02:31 -0500 (Tue, 27 Nov 2007)
New Revision: 5122
Modified:
trunk/as/docs/reference/build.xml
trunk/jbpm/docs/reference/build.xml
trunk/jsf/docs/userguide/build.xml
trunk/seam/docs/reference/build.xml
Log:
RHDS-329: updating build.xml's to work standalone
Modified: trunk/as/docs/reference/build.xml
===================================================================
--- trunk/as/docs/reference/build.xml 2007-11-27 18:58:42 UTC (rev 5121)
+++ trunk/as/docs/reference/build.xml 2007-11-27 19:02:31 UTC (rev 5122)
@@ -2,7 +2,7 @@
<!-- Set the following property to generate the doco in the output folder -->
<property name="modulename" value="as"></property>
- <condition property="build.dir" value="${doc-root}/${modulename}" else="{basedir}/../../build/reference">
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/reference">
<isset property="doc-root"/>
</condition>
Modified: trunk/jbpm/docs/reference/build.xml
===================================================================
--- trunk/jbpm/docs/reference/build.xml 2007-11-27 18:58:42 UTC (rev 5121)
+++ trunk/jbpm/docs/reference/build.xml 2007-11-27 19:02:31 UTC (rev 5122)
@@ -1,7 +1,7 @@
<project name="Documentation" default="all.doc" basedir=".">
<property name="modulename" value="jbpm"></property>
- <condition property="build.dir" value="${doc-root}/${modulename}" else="{basedir}/../../build/reference">
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/reference">
<isset property="doc-root"/>
</condition>
Modified: trunk/jsf/docs/userguide/build.xml
===================================================================
--- trunk/jsf/docs/userguide/build.xml 2007-11-27 18:58:42 UTC (rev 5121)
+++ trunk/jsf/docs/userguide/build.xml 2007-11-27 19:02:31 UTC (rev 5122)
@@ -1,7 +1,7 @@
<project name="Documentation" default="all.doc" basedir=".">
<property name="modulename" value="jsf"></property>
- <condition property="build.dir" value="${doc-root}/${modulename}" else="{basedir}/../../build/userguide">
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/userguide">
<isset property="doc-root"/>
</condition>
Modified: trunk/seam/docs/reference/build.xml
===================================================================
--- trunk/seam/docs/reference/build.xml 2007-11-27 18:58:42 UTC (rev 5121)
+++ trunk/seam/docs/reference/build.xml 2007-11-27 19:02:31 UTC (rev 5122)
@@ -1,8 +1,7 @@
<project name="Documentation" default="all.doc" basedir=".">
<!-- Set the following property to generate the doco in the output folder -->
- <property name="modulename" value="seam"></property>
- <condition property="build.dir" value="${doc-root}/${modulename}" else="{basedir}/../../build/reference">
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/reference">
<isset property="doc-root"/>
</condition>
17 years, 1 month
JBoss Tools SVN: r5121 - trunk/core/plugins/org.jboss.ide.eclipse.archives.ui.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2007-11-27 13:58:42 -0500 (Tue, 27 Nov 2007)
New Revision: 5121
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml
Log:
View should not allow multiple.
Modified: trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml
===================================================================
--- trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml 2007-11-27 18:27:10 UTC (rev 5120)
+++ trunk/core/plugins/org.jboss.ide.eclipse.archives.ui/plugin.xml 2007-11-27 18:58:42 UTC (rev 5121)
@@ -7,6 +7,7 @@
<extension
point="org.eclipse.ui.views">
<view
+ allowMultiple="false"
category="org.jboss.ide.eclipse.ui.views"
class="org.jboss.ide.eclipse.archives.ui.views.ProjectArchivesView"
icon="icons/jar_obj.gif"
17 years, 1 month
JBoss Tools SVN: r5120 - trunk/hibernatetools/docs/reference.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2007-11-27 13:27:10 -0500 (Tue, 27 Nov 2007)
New Revision: 5120
Modified:
trunk/hibernatetools/docs/reference/build.xml
Log:
{basedir} should've been ${basedir}
Modified: trunk/hibernatetools/docs/reference/build.xml
===================================================================
--- trunk/hibernatetools/docs/reference/build.xml 2007-11-27 17:51:38 UTC (rev 5119)
+++ trunk/hibernatetools/docs/reference/build.xml 2007-11-27 18:27:10 UTC (rev 5120)
@@ -2,7 +2,7 @@
<!-- Set the following property to generate the doco in the output folder -->
<property name="modulename" value="hibernatetools"></property>
- <condition property="build.dir" value="${doc-root}/${modulename}" else="{basedir}/../../build/reference">
+ <condition property="build.dir" value="${doc-root}/${modulename}" else="${basedir}/../../build/reference">
<isset property="doc-root"/>
</condition>
17 years, 1 month
JBoss Tools SVN: r5119 - trunk/common/plugins/org.jboss.tools.common.model/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2007-11-27 12:51:38 -0500 (Tue, 27 Nov 2007)
New Revision: 5119
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1370 Updated Palette
Modified: trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml 2007-11-27 17:31:00 UTC (rev 5118)
+++ trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml 2007-11-27 17:51:38 UTC (rev 5119)
@@ -1730,115 +1730,115 @@
REFORMAT="yes" SCOPE="project"
STARTTEXT="<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>\\n|" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:jsFunction&gt;</code><br><code>&lt;/a4j:jsFunction&gt;</code><br><b>Attributes:</b><br><code>actionListener, action, timeout, actionExpression, oncomplete, rendered, status, reRender, focus, id, requestDelay, eventsQueue, bypassUpdates, immediate, limitToList, data, ajaxSingle, ignoreDupResponses, binding, name</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:jsFunction&gt;</code><br><code>&lt;/a4j:jsFunction&gt;</code><br><b>Attributes:</b><br><code>actionListener, oncomplete, rendered, reRender, focus, id, bypassUpdates, limitToList, ajaxSingle, name, action, timeout, actionExpression, status, requestDelay, eventsQueue, immediate, data, onbeforedomupdate, binding, ignoreDupResponses</code>"
ENDTEXT="</jsFunction>" ENTITY="SharableMacroHTML" ICON=""
NAME="jsFunction" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<jsFunction>" />
+ STARTTEXT="<jsFunction>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:log&gt;</code><br><code>&lt;/a4j:log&gt;</code><br><b>Attributes:</b><br><code>level, width, popup, height, hotkey, rendered, binding, name, id</code>"
ENDTEXT="</log>" ENTITY="SharableMacroHTML" ICON="" NAME="log"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<log>" />
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<log>" large-icon="" />
<MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:form&gt;</code><br><code>&lt;/a4j:form&gt;</code><br><b>Attributes:</b><br><code>oncomplete, target, rendered, reRender, focus, id, prependId, bypassUpdates, limitToList, ajaxSingle, onreset, onsubmit, accept, timeout, enctype, status, ajaxSubmit, requestDelay, eventsQueue, data, acceptCharset, onbeforedomupdate, binding, ignoreDupResponses</code>"
+ ENDTEXT="</form>" ENTITY="SharableMacroHTML" ICON="" NAME="form"
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<form>" large-icon="" />
+ <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:repeat&gt;</code><br><code>&lt;/a4j:repeat&gt;</code><br><b>Attributes:</b><br><code>var, value, rows, first, componentState, stateVar, rowKeyVar, rendered, id, ajaxKeys, binding</code>"
ENDTEXT="</repeat>" ENTITY="SharableMacroHTML" ICON=""
NAME="repeat" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<repeat>" />
+ STARTTEXT="<repeat>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:form&gt;</code><br><code>&lt;/a4j:form&gt;</code><br><b>Attributes:</b><br><code>oncomplete, target, rendered, reRender, focus, id, prependId, bypassUpdates, limitToList, ajaxSingle, onreset, onsubmit, accept, timeout, enctype, status, ajaxSubmit, requestDelay, eventsQueue, data, acceptCharset, binding, ignoreDupResponses</code>"
- ENDTEXT="</form>" ENTITY="SharableMacroHTML" ICON="" NAME="form"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<form>" />
- <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:mediaOutput&gt;</code><br><code>&lt;/a4j:mediaOutput&gt;</code><br><b>Attributes:</b><br><code>declare, dir, id, rev, mimeType, style, onmouseover, onkeyup, tabindex, archive, converter, lang, createContent, onmouseout, element, rel, onmouseup, cacheable, binding, expires, onmousemove, coords, title, shape, target, session, charset, rendered, codetype, classid, styleClass, accesskey, onkeypress, ondblclick, align, vspace, lastModified, usemap, standby, border, onblur, value, hreflang, codebase, type, uriAttribute, onclick, ismap, onkeydown, onmousedown, hspace, onfocus</code>"
ENDTEXT="</mediaOutput>" ENTITY="SharableMacroHTML" ICON=""
NAME="mediaOutput" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<mediaOutput>" />
+ STARTTEXT="<mediaOutput>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:loadBundle&gt;</code><br><code>&lt;/a4j:loadBundle&gt;</code><br><b>Attributes:</b><br><code>var, basename, rendered, binding, id</code>"
ENDTEXT="</loadBundle>" ENTITY="SharableMacroHTML" ICON=""
NAME="loadBundle" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<loadBundle>" />
+ STARTTEXT="<loadBundle>" large-icon="" />
<MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:include&gt;</code><br><code>&lt;/a4j:include&gt;</code><br><b>Attributes:</b><br><code>layout, lang, title, ajaxRendered, rendered, id, dir, styleClass, keepTransient, style, binding, viewId</code>"
+ ENDTEXT="</include>" ENTITY="SharableMacroHTML" ICON=""
+ NAME="include" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<include>" large-icon="" />
+ <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:region&gt;</code><br><code>&lt;/a4j:region&gt;</code><br><b>Attributes:</b><br><code>selfRendered, renderRegionOnly, immediate, rendered, binding, ajaxListener, id</code>"
ENDTEXT="</region>" ENTITY="SharableMacroHTML" ICON=""
NAME="region" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<region>" />
+ STARTTEXT="<region>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:include&gt;</code><br><code>&lt;/a4j:include&gt;</code><br><b>Attributes:</b><br><code>layout, lang, title, ajaxRendered, rendered, id, dir, styleClass, keepTransient, style, binding, viewId</code>"
- ENDTEXT="</include>" ENTITY="SharableMacroHTML" ICON=""
- NAME="include" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<include>" />
- <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:outputPanel&gt;</code><br><code>&lt;/a4j:outputPanel&gt;</code><br><b>Attributes:</b><br><code>onkeyup, layout, lang, title, ajaxRendered, onclick, rendered, onmouseout, onkeydown, onmousedown, id, dir, styleClass, keepTransient, onkeypress, ondblclick, onmouseup, style, binding, onmousemove, onmouseover</code>"
ENDTEXT="</outputPanel>" ENTITY="SharableMacroHTML" ICON=""
NAME="outputPanel" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<outputPanel>" />
+ STARTTEXT="<outputPanel>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:status&gt;</code><br><code>&lt;/a4j:status&gt;</code><br><b>Attributes:</b><br><code>startStyleClass, stopStyle, stopStyleClass, layout, title, onstart, rendered, id, dir, styleClass, startStyle, onkeypress, ondblclick, style, onmouseover, for, onkeyup, lang, onclick, onmouseout, startText, onkeydown, onmousedown, forceId, stopText, onstop, onmouseup, binding, onmousemove</code>"
ENDTEXT="</status>" ENTITY="SharableMacroHTML" ICON=""
NAME="status" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<status>" />
+ STARTTEXT="<status>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:htmlCommandLink&gt;</code><br><code>&lt;/a4j:htmlCommandLink&gt;</code><br><b>Attributes:</b><br><code>actionListener, title, shape, target, rendered, charset, id, dir, rev, styleClass, accesskey, onkeypress, ondblclick, style, onmouseover, onblur, onkeyup, value, action, tabindex, hreflang, lang, type, actionExpression, disabled, onclick, onmouseout, onkeydown, onmousedown, rel, immediate, onfocus, onmouseup, binding, onmousemove, coords</code>"
ENDTEXT="</htmlCommandLink>" ENTITY="SharableMacroHTML" ICON=""
NAME="htmlCommandLink" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<htmlCommandLink>" />
+ STARTTEXT="<htmlCommandLink>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:commandLink&gt;</code><br><code>&lt;/a4j:commandLink&gt;</code><br><b>Attributes:</b><br><code>focus, dir, id, rev, bypassUpdates, limitToList, style, onmouseover, onkeyup, tabindex, timeout, lang, actionExpression, onmouseout, rel, onmouseup, binding, onmousemove, coords, actionListener, title, shape, oncomplete, target, charset, rendered, reRender, styleClass, accesskey, onkeypress, ondblclick, ajaxSingle, onblur, action, value, hreflang, type, onclick, status, onkeydown, onmousedown, requestDelay, eventsQueue, immediate, data, onfocus, ignoreDupResponses</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:commandLink&gt;</code><br><code>&lt;/a4j:commandLink&gt;</code><br><b>Attributes:</b><br><code>focus, dir, id, rev, bypassUpdates, limitToList, style, onmouseover, onkeyup, tabindex, timeout, lang, actionExpression, onmouseout, rel, onmouseup, binding, onmousemove, coords, actionListener, title, shape, oncomplete, target, charset, rendered, reRender, styleClass, accesskey, onkeypress, ondblclick, ajaxSingle, onblur, action, value, hreflang, type, onclick, status, onkeydown, onmousedown, requestDelay, eventsQueue, immediate, data, onfocus, onbeforedomupdate, ignoreDupResponses</code>"
ENDTEXT="</commandLink>" ENTITY="SharableMacroHTML" ICON=""
NAME="commandLink" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<commandLink>" />
+ STARTTEXT="<commandLink>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:push&gt;</code><br><code>&lt;/a4j:push&gt;</code><br><b>Attributes:</b><br><code>actionListener, oncomplete, rendered, reRender, focus, id, bypassUpdates, limitToList, ajaxSingle, eventProducer, action, timeout, actionExpression, status, interval, eventsQueue, immediate, enabled, data, binding, ignoreDupResponses</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:push&gt;</code><br><code>&lt;/a4j:push&gt;</code><br><b>Attributes:</b><br><code>actionListener, oncomplete, rendered, reRender, focus, id, bypassUpdates, limitToList, ajaxSingle, eventProducer, action, timeout, actionExpression, status, interval, eventsQueue, immediate, enabled, data, onbeforedomupdate, binding, ignoreDupResponses</code>"
ENDTEXT="</push>" ENTITY="SharableMacroHTML" ICON="" NAME="push"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<push>" />
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<push>" large-icon="" />
<MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:page&gt;</code><br><code>&lt;/a4j:page&gt;</code><br><b>Attributes:</b><br><code>namespace, selfRendered, lang, title, onunload, rendered, contentType, id, dir, styleClass, immediate, onload, pageTitle, style, binding, ajaxListener, format</code>"
+ ENDTEXT="</page>" ENTITY="SharableMacroHTML" ICON="" NAME="page"
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<page>" large-icon="" />
+ <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:actionparam&gt;</code><br><code>&lt;/a4j:actionparam&gt;</code><br><b>Attributes:</b><br><code>noEscape, value, converter, assignTo, binding, name, id</code>"
ENDTEXT="</actionparam>" ENTITY="SharableMacroHTML" ICON=""
NAME="actionparam" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<actionparam>" />
+ STARTTEXT="<actionparam>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:page&gt;</code><br><code>&lt;/a4j:page&gt;</code><br><b>Attributes:</b><br><code>namespace, selfRendered, lang, title, onunload, rendered, contentType, id, dir, styleClass, immediate, onload, pageTitle, style, binding, ajaxListener, format</code>"
- ENDTEXT="</page>" ENTITY="SharableMacroHTML" ICON="" NAME="page"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<page>" />
- <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:portlet&gt;</code><br><code>&lt;/a4j:portlet&gt;</code><br><b>Attributes:</b><br><code>rendered, binding, id</code>"
ENDTEXT="</portlet>" ENTITY="SharableMacroHTML" ICON=""
NAME="portlet" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<portlet>" />
+ STARTTEXT="<portlet>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:loadScript&gt;</code><br><code>&lt;/a4j:loadScript&gt;</code><br><b>Attributes:</b><br><code><b>src</b>, rendered, binding, id</code>"
ENDTEXT="</loadScript>" ENTITY="SharableMacroHTML" ICON=""
NAME="loadScript" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<loadScript src="|">" />
+ STARTTEXT="<loadScript src="|">" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:keepAlive&gt;</code><br><code>&lt;/a4j:keepAlive&gt;</code><br><b>Attributes:</b><br><code><b>beanName</b>, ajaxOnly</code>"
ENDTEXT="</keepAlive>" ENTITY="SharableMacroHTML" ICON=""
NAME="keepAlive" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<keepAlive beanName="|">" />
+ STARTTEXT="<keepAlive beanName="|">" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:loadStyle&gt;</code><br><code>&lt;/a4j:loadStyle&gt;</code><br><b>Attributes:</b><br><code><b>src</b>, rendered, binding, id</code>"
ENDTEXT="</loadStyle>" ENTITY="SharableMacroHTML" ICON=""
NAME="loadStyle" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<loadStyle src="|">" />
+ STARTTEXT="<loadStyle src="|">" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:commandButton&gt;</code><br><code>&lt;/a4j:commandButton&gt;</code><br><b>Attributes:</b><br><code>actionListener, title, oncomplete, rendered, reRender, focus, onchange, dir, id, bypassUpdates, styleClass, accesskey, limitToList, onkeypress, ajaxSingle, ondblclick, image, style, size, onblur, onmouseover, value, action, onkeyup, timeout, tabindex, lang, type, actionExpression, disabled, onclick, status, onmouseout, alt, onkeydown, onmousedown, requestDelay, eventsQueue, immediate, data, onfocus, onmouseup, ignoreDupResponses, binding, onmousemove</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:commandButton&gt;</code><br><code>&lt;/a4j:commandButton&gt;</code><br><b>Attributes:</b><br><code>focus, id, dir, onchange, bypassUpdates, limitToList, style, size, onmouseover, onkeyup, tabindex, timeout, lang, actionExpression, disabled, alt, onmouseout, onmouseup, binding, onmousemove, actionListener, title, oncomplete, rendered, reRender, styleClass, accesskey, onkeypress, ondblclick, ajaxSingle, image, onblur, action, value, type, onclick, status, onkeydown, onmousedown, requestDelay, eventsQueue, immediate, data, onfocus, onbeforedomupdate, ignoreDupResponses</code>"
ENDTEXT="</commandButton>" ENTITY="SharableMacroHTML" ICON=""
NAME="commandButton" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<commandButton>" />
+ STARTTEXT="<commandButton>" large-icon="" />
<MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:poll&gt;</code><br><code>&lt;/a4j:poll&gt;</code><br><b>Attributes:</b><br><code>actionListener, oncomplete, rendered, reRender, focus, id, bypassUpdates, limitToList, ajaxSingle, onsubmit, action, timeout, actionExpression, status, interval, eventsQueue, immediate, enabled, data, onbeforedomupdate, binding, ignoreDupResponses</code>"
+ ENDTEXT="</poll>" ENTITY="SharableMacroHTML" ICON="" NAME="poll"
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<poll>" large-icon="" />
+ <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:ajaxListener&gt;</code><br><code>&lt;/a4j:ajaxListener&gt;</code><br><b>Attributes:</b><br><code><b>type</b></code>"
ENDTEXT="</ajaxListener>" ENTITY="SharableMacroHTML" ICON=""
NAME="ajaxListener" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<ajaxListener type="|">" />
+ STARTTEXT="<ajaxListener type="|">" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:poll&gt;</code><br><code>&lt;/a4j:poll&gt;</code><br><b>Attributes:</b><br><code>actionListener, oncomplete, rendered, reRender, focus, id, bypassUpdates, limitToList, ajaxSingle, onsubmit, action, timeout, actionExpression, status, interval, eventsQueue, immediate, enabled, data, binding, ignoreDupResponses</code>"
- ENDTEXT="</poll>" ENTITY="SharableMacroHTML" ICON="" NAME="poll"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<poll>" />
- <MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:support&gt;</code><br><code>&lt;/a4j:support&gt;</code><br><b>Attributes:</b><br><code>actionListener, oncomplete, rendered, reRender, focus, id, disableDefault, bypassUpdates, limitToList, ajaxSingle, onsubmit, action, timeout, actionExpression, status, requestDelay, eventsQueue, immediate, data, event, binding, ignoreDupResponses</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;a4j:support&gt;</code><br><code>&lt;/a4j:support&gt;</code><br><b>Attributes:</b><br><code>actionListener, oncomplete, rendered, reRender, focus, id, disableDefault, bypassUpdates, limitToList, ajaxSingle, onsubmit, action, timeout, actionExpression, status, requestDelay, eventsQueue, immediate, data, event, onbeforedomupdate, binding, ignoreDupResponses</code>"
ENDTEXT="</support>" ENTITY="SharableMacroHTML" ICON=""
NAME="support" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<support>" />
+ STARTTEXT="<support>" large-icon="" />
</GroupHTML>
<GroupHTML ENTITY="SharableGroupHTML" HIDDEN="no" ICON=""
NAME="RichFaces" PREFIX="rich" SCOPE="project"
@@ -1851,260 +1851,284 @@
REFORMAT="yes" SCOPE="project"
STARTTEXT="<%@ taglib uri="http://richfaces.org/rich" prefix="rich" %>\\n|" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:tree&gt;</code><br><code>&lt;/rich:tree&gt;</code><br><b>Attributes:</b><br><code>ajaxSubmitSelection, stateVar, rowKeyVar, id, onexpand, switchType, preserveDataInRequest, ondropend, style, oncollapse, onmouseover, var, showConnectingLines, dragListener, onkeyup, nodeSelectListener, dropListener, onmouseout, iconLeaf, ondragexit, onmouseup, ondragstart, binding, nodeFace, onmousemove, adviseNodeSelected, ondragend, ondragenter, iconExpanded, componentState, rendered, reRender, iconCollapsed, styleClass, onkeypress, selectedClass, icon, ondblclick, dragIndicator, ondrop, changeExpandListener, adviseNodeOpened, preserveModel, value, acceptedTypes, onclick, highlightedClass, dragType, toggleOnClick, onkeydown, onmousedown, onselected, immediate, ignoreDupResponses, stateAdvisor, typeMapping</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:tree&gt;</code><br><code>&lt;/rich:tree&gt;</code><br><b>Attributes:</b><br><code>dragValue, ajaxSubmitSelection, stateVar, rowKeyVar, focus, id, onexpand, bypassUpdates, switchType, preserveDataInRequest, ondropend, limitToList, style, oncollapse, onmouseover, var, showConnectingLines, dragListener, onkeyup, timeout, nodeSelectListener, dropValue, dropListener, onmouseout, iconLeaf, ondragexit, onmouseup, ondragstart, nodeFace, binding, onmousemove, adviseNodeSelected, ondragend, ondragenter, iconExpanded, oncomplete, componentState, rendered, reRender, iconCollapsed, styleClass, onkeypress, selectedClass, icon, ajaxSingle, ondblclick, dragIndicator, ondrop, changeExpandListener, adviseNodeOpened, preserveModel, value, acceptedTypes, onclick, highlightedClass, dragType, status, toggleOnClick, onkeydown, onmousedown, requestDelay, eventsQueue, onselected, immediate, dat!
a, onbeforedomupdate, ignoreDupResponses, stateAdvisor, typeMapping</code>"
ENDTEXT="</tree>" ENTITY="SharableMacroHTML" ICON="" NAME="tree"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<tree>" />
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<tree>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:scrollableDataTable&gt;</code><br><code>&lt;/rich:scrollableDataTable&gt;</code><br><b>Attributes:</b><br><code>onselectionchange, footer, width, hideWhenScrolling, stateVar, rowKeyVar, focus, id, bypassUpdates, rowKey, limitToList, var, sortMode, rows, timeout, columnClasses, header, first, headerClass, binding, responseData, rowClasses, oncomplete, componentState, rendered, footerClass, reRender, activeClass, styleClass, ajaxKeys, scrollPos, sortListener, height, captionClass, ajaxSingle, selectedClass, frozenColCount, rowIndex, scriptVar, value, status, requestDelay, eventsQueue, data, ignoreDupResponses</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:scrollableDataTable&gt;</code><br><code>&lt;/rich:scrollableDataTable&gt;</code><br><b>Attributes:</b><br><code>onselectionchange, width, hideWhenScrolling, onRowClick, stateVar, rowKeyVar, onRowDblClick, focus, id, bypassUpdates, rowKey, limitToList, style, var, sortMode, rows, timeout, onRowMouseUp, columnClasses, first, selection, headerClass, binding, rowClasses, oncomplete, componentState, sortOrder, onRowMouseDown, rendered, footerClass, reRender, activeClass, styleClass, ajaxKeys, height, captionClass, selectedClass, ajaxSingle, frozenColCount, scriptVar, value, status, requestDelay, eventsQueue, data, onbeforedomupdate, ignoreDupResponses</code>"
ENDTEXT="</scrollableDataTable>" ENTITY="SharableMacroHTML"
ICON="" NAME="scrollableDataTable" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<scrollableDataTable>" />
+ STARTTEXT="<scrollableDataTable>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:toggleControl&gt;</code><br><code>&lt;/rich:toggleControl&gt;</code><br><b>Attributes:</b><br><code>actionListener, title, oncomplete, rendered, focus, dir, id, bypassUpdates, styleClass, accesskey, switchToState, limitToList, onkeypress, ajaxSingle, ondblclick, style, panelId, onblur, onmouseover, for, onkeyup, value, action, tabindex, timeout, lang, actionExpression, onclick, status, onmouseout, onkeydown, onmousedown, requestDelay, eventsQueue, immediate, data, onfocus, onmouseup, binding, ignoreDupResponses, onmousemove</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:toggleControl&gt;</code><br><code>&lt;/rich:toggleControl&gt;</code><br><b>Attributes:</b><br><code>actionListener, title, oncomplete, rendered, focus, dir, id, bypassUpdates, styleClass, accesskey, switchToState, onkeypress, limitToList, ajaxSingle, ondblclick, style, panelId, onblur, onmouseover, for, onkeyup, value, action, tabindex, timeout, lang, actionExpression, onclick, status, onmouseout, onkeydown, onmousedown, requestDelay, eventsQueue, immediate, data, onfocus, onmouseup, onbeforedomupdate, binding, ignoreDupResponses, onmousemove</code>"
ENDTEXT="</toggleControl>" ENTITY="SharableMacroHTML" ICON=""
NAME="toggleControl" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<toggleControl>" />
+ STARTTEXT="<toggleControl>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:suggestionbox&gt;</code><br><code>&lt;/rich:suggestionbox&gt;</code><br><b>Attributes:</b><br><code><b>width</b>, <b>height</b>, focus, id, dir, bypassUpdates, popupClass, limitToList, style, shadowOpacity, for, nothingLabel, var, summary, timeout, converter, lang, first, cellspacing, shadowDepth, fetchValue, zindex, entryClass, onselect, binding, selfRendered, cellpadding, title, rowClasses, oncomplete, rules, popupStyle, suggestionAction, rendered, reRender, styleClass, ajaxSingle, selectedClass, onsubmit, border, bgcolor, selectValueClass, value, frequency, tokens, status, requestDelay, eventsQueue, frame, immediate, data, param, minChars, ignoreDupResponses</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:suggestionbox&gt;</code><br><code>&lt;/rich:suggestionbox&gt;</code><br><b>Attributes:</b><br><code><b>width</b>, <b>height</b>, focus, id, dir, bypassUpdates, popupClass, limitToList, style, shadowOpacity, for, nothingLabel, var, summary, timeout, converter, lang, first, cellspacing, shadowDepth, fetchValue, zindex, entryClass, onselect, binding, selfRendered, cellpadding, title, rowClasses, oncomplete, rules, popupStyle, suggestionAction, rendered, reRender, styleClass, ajaxSingle, selectedClass, onsubmit, border, bgcolor, selectValueClass, value, frequency, tokens, status, requestDelay, eventsQueue, frame, immediate, data, param, onbeforedomupdate, minChars, ignoreDupResponses</code>"
ENDTEXT="</suggestionbox>" ENTITY="SharableMacroHTML" ICON=""
NAME="suggestionbox" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<suggestionbox width="|" height="">" />
+ STARTTEXT="<suggestionbox width="|" height="">"
+ large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:calendar&gt;</code><br><code>&lt;/rich:calendar&gt;</code><br><b>Attributes:</b><br><code>jointPoint, optionalHeader, width, inputType, localValueSet, buttonLabel, monthLabelsShort, rendered, id, weekDayLabels, locale, requiredMessage, height, scrollMode, optionalFooter, datePattern, currentDate, timeZone, value, converter, toolTipMode, required, validatorMessage, disabled, valid, preloadDateRangeEnd, valueChangeListener, weekDayLabelsShort, preloadDateRangeBegin, validator, converterMessage, popup, direction, immediate, data, binding, monthLabels, boundaryDatesMode</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:calendar&gt;</code><br><code>&lt;/rich:calendar&gt;</code><br><b>Attributes:</b><br><code>oncurrentdateselect, width, buttonLabel, ondatemouseout, monthLabelsShort, oninputselect, ondateselect, buttonClass, focus, id, onexpand, locale, bypassUpdates, inputStyle, requiredMessage, limitToList, style, buttonIconDisabled, oncollapse, oninputfocus, datePattern, oninputkeydown, timeout, oninputkeypress, converter, toolTipMode, disabled, preloadDateRangeEnd, weekDayLabelsShort, zindex, validator, oninputclick, showInput, popup, direction, currentDateChangeListener, binding, enableManualInput, jointPoint, dataModel, oncomplete, inputClass, rendered, reRender, weekDayLabels, styleClass, height, ajaxSingle, oninputkeyup, scrollMode, oninputblur, timeZone, currentDate, value, ondatemouseover, required, validatorMessage, valueChangeListener, status, requestDelay, eventsQueue, prelo!
adDateRangeBegin, converterMessage, immediate, buttonIcon, onbeforedomupdate, ignoreDupResponses, monthLabels, boundaryDatesMode, oninputchange</code>"
ENDTEXT="</calendar>" ENTITY="SharableMacroHTML" ICON=""
NAME="calendar" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<calendar>" />
+ STARTTEXT="<calendar>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:inputNumberSlider&gt;</code><br><code>&lt;/rich:inputNumberSlider&gt;</code><br><b>Attributes:</b><br><code>width, onchange, showToolTip, inputPosition, id, inputStyle, requiredMessage, style, onmouseover, onkeyup, tabindex, maxlength, converter, disabled, onmouseout, validator, showInput, onselect, barClass, onmouseup, binding, onmousemove, enableManualInput, onerror, handleClass, inputClass, rendered, styleClass, accesskey, onkeypress, showBoundaryValues, ondblclick, handleSelectedClass, tipClass, onblur, value, inputSize, maxValue, required, tipStyle, validatorMessage, onclick, valueChangeListener, onkeydown, onmousedown, converterMessage, minValue, immediate, onfocus, step, barStyle</code>"
ENDTEXT="</inputNumberSlider>" ENTITY="SharableMacroHTML"
ICON="" NAME="inputNumberSlider" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<inputNumberSlider>" />
+ STARTTEXT="<inputNumberSlider>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dndParam&gt;</code><br><code>&lt;/rich:dndParam&gt;</code><br><b>Attributes:</b><br><code><b>name</b>, value, type, rendered, binding, id</code>"
ENDTEXT="</dndParam>" ENTITY="SharableMacroHTML" ICON=""
NAME="dndParam" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dndParam name="|">" />
+ STARTTEXT="<dndParam name="|">" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:modalPanel&gt;</code><br><code>&lt;/rich:modalPanel&gt;</code><br><b>Attributes:</b><br><code>top, width, localValueSet, controlsClass, moveable, rendered, onhide, id, keepVisualState, onshow, visualOptions, requiredMessage, height, showWhenRendered, left, shadowOpacity, value, converter, required, validatorMessage, valid, valueChangeListener, headerClass, shadowDepth, zindex, minWidth, validator, resizeable, converterMessage, immediate, tridentIVEngineSelectBehavior, binding, minHeight</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:modalPanel&gt;</code><br><code>&lt;/rich:modalPanel&gt;</code><br><b>Attributes:</b><br><code>width, top, controlsClass, moveable, onhide, rendered, id, keepVisualState, onshow, visualOptions, styleClass, requiredMessage, showWhenRendered, height, left, style, shadowOpacity, value, converter, required, validatorMessage, autosized, headerClass, valueChangeListener, shadowDepth, zindex, minWidth, validator, resizeable, converterMessage, immediate, tridentIVEngineSelectBehavior, binding, minHeight</code>"
ENDTEXT="</modalPanel>" ENTITY="SharableMacroHTML" ICON=""
NAME="modalPanel" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<modalPanel>" />
+ STARTTEXT="<modalPanel>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:menuItem&gt;</code><br><code>&lt;/rich:menuItem&gt;</code><br><b>Attributes:</b><br><code>actionListener, iconClass, oncomplete, target, rendered, reRender, focus, iconDisabled, id, submitMode, bypassUpdates, styleClass, limitToList, ajaxSingle, icon, style, onmouseover, value, action, timeout, actionExpression, selectClass, disabled, onclick, status, selectStyle, onmouseout, onmousedown, requestDelay, eventsQueue, immediate, data, onselect, iconStyle, onmouseup, ignoreDupResponses, binding, onmousemove</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:menuItem&gt;</code><br><code>&lt;/rich:menuItem&gt;</code><br><b>Attributes:</b><br><code>actionListener, iconClass, oncomplete, target, rendered, reRender, focus, iconDisabled, id, submitMode, bypassUpdates, styleClass, limitToList, ajaxSingle, icon, style, onmouseover, value, action, timeout, actionExpression, selectClass, disabled, onclick, status, selectStyle, onmouseout, onmousedown, requestDelay, eventsQueue, immediate, data, onselect, iconStyle, onmouseup, onbeforedomupdate, ignoreDupResponses, binding, onmousemove</code>"
ENDTEXT="</menuItem>" ENTITY="SharableMacroHTML" ICON=""
NAME="menuItem" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<menuItem>" />
+ STARTTEXT="<menuItem>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:tabPanel&gt;</code><br><code>&lt;/rich:tabPanel&gt;</code><br><b>Attributes:</b><br><code>width, contentStyle, title, activeTabClass, tabClass, rendered, id, dir, styleClass, switchType, height, requiredMessage, onkeypress, ondblclick, headerAlignment, style, onmouseover, value, onkeyup, disabledTabClass, converter, required, lang, validatorMessage, onclick, inactiveTabClass, valueChangeListener, headerClass, onmouseout, onkeydown, onmousedown, selectedTab, contentClass, validator, converterMessage, immediate, onmouseup, renderedValue, binding, onmousemove, headerSpacing</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:recursiveTreeNodesAdaptor&gt;</code><br><code>&lt;/rich:recursiveTreeNodesAdaptor&gt;</code><br><b>Attributes:</b><br><code>var, includedRoot, includedNode, roots, included, rendered, nodes, binding, id</code>"
+ ENDTEXT="</recursiveTreeNodesAdaptor>"
+ ENTITY="SharableMacroHTML" ICON="" NAME="recursiveTreeNodesAdaptor"
+ REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<recursiveTreeNodesAdaptor>" large-icon="" />
+ <MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:tabPanel&gt;</code><br><code>&lt;/rich:tabPanel&gt;</code><br><b>Attributes:</b><br><code>width, contentStyle, title, activeTabClass, tabClass, rendered, id, dir, styleClass, switchType, height, requiredMessage, onkeypress, ondblclick, headerAlignment, style, onmouseover, value, onkeyup, disabledTabClass, converter, required, lang, validatorMessage, onclick, inactiveTabClass, valueChangeListener, headerClass, onmouseout, onkeydown, onmousedown, selectedTab, contentClass, validator, converterMessage, immediate, onmouseup, binding, onmousemove, headerSpacing</code>"
ENDTEXT="</tabPanel>" ENTITY="SharableMacroHTML" ICON=""
NAME="tabPanel" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<tabPanel>" />
+ STARTTEXT="<tabPanel>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dropSupport&gt;</code><br><code>&lt;/rich:dropSupport&gt;</code><br><b>Attributes:</b><br><code>actionListener, ondragenter, oncomplete, rendered, reRender, focus, id, disableDefault, bypassUpdates, ondropend, limitToList, ajaxSingle, onsubmit, ondrop, value, action, timeout, acceptedTypes, dropValue, dropListener, status, requestDelay, eventsQueue, ondragexit, immediate, data, ignoreDupResponses, binding, typeMapping</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dropSupport&gt;</code><br><code>&lt;/rich:dropSupport&gt;</code><br><b>Attributes:</b><br><code>actionListener, ondragenter, oncomplete, rendered, reRender, focus, id, disableDefault, bypassUpdates, ondropend, limitToList, ajaxSingle, onsubmit, ondrop, value, action, timeout, acceptedTypes, dropValue, dropListener, status, requestDelay, eventsQueue, ondragexit, immediate, data, onbeforedomupdate, ignoreDupResponses, binding, typeMapping</code>"
ENDTEXT="</dropSupport>" ENTITY="SharableMacroHTML" ICON=""
NAME="dropSupport" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dropSupport>" />
+ STARTTEXT="<dropSupport>" large-icon="" />
<MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dragListener&gt;</code><br><code>&lt;/rich:dragListener&gt;</code><br><b>Attributes:</b><br><code>type, binding</code>"
+ ENDTEXT="</dragListener>" ENTITY="SharableMacroHTML" ICON=""
+ NAME="dragListener" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<dragListener>" large-icon="" />
+ <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panelBar&gt;</code><br><code>&lt;/rich:panelBar&gt;</code><br><b>Attributes:</b><br><code>headerStyle, width, contentStyle, rendered, id, headerClassActive, styleClass, height, requiredMessage, style, value, converter, required, validatorMessage, onclick, valueChangeListener, headerClass, contentClass, validator, converterMessage, immediate, selectedPanel, headerStyleActive, binding</code>"
ENDTEXT="</panelBar>" ENTITY="SharableMacroHTML" ICON=""
NAME="panelBar" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<panelBar>" />
+ STARTTEXT="<panelBar>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:subTable&gt;</code><br><code>&lt;/rich:subTable&gt;</code><br><b>Attributes:</b><br><code>rowClasses, componentState, stateVar, onRowClick, rowKeyVar, onRowDblClick, rendered, onRowMouseDown, footerClass, id, ajaxKeys, rowKey, var, onRowMouseOver, value, rows, onRowMouseUp, columnClasses, first, headerClass, onRowMouseMove, onRowMouseOut, sortable, binding</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:subTable&gt;</code><br><code>&lt;/rich:subTable&gt;</code><br><b>Attributes:</b><br><code>rowClasses, componentState, stateVar, onRowClick, rowKeyVar, onRowDblClick, rendered, onRowMouseDown, footerClass, id, ajaxKeys, rowKey, onRowMouseOver, var, value, rows, onRowMouseUp, columnClasses, first, headerClass, onRowMouseMove, onRowMouseOut, sortExpression, binding</code>"
ENDTEXT="</subTable>" ENTITY="SharableMacroHTML" ICON=""
NAME="subTable" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<subTable>" />
+ STARTTEXT="<subTable>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:datascroller&gt;</code><br><code>&lt;/rich:datascroller&gt;</code><br><b>Attributes:</b><br><code>maxPages, selectedStyle, fastControls, tableStyle, focus, id, bypassUpdates, limitToList, style, onmouseover, for, onkeyup, timeout, actionExpression, onmouseout, onmouseup, pageIndexVar, binding, onmousemove, actionListener, renderIfSinglePage, oncomplete, fastStep, rendered, reRender, tableStyleClass, stepControls, styleClass, onkeypress, ajaxSingle, ondblclick, align, handleValue, selectedStyleClass, boundaryControls, value, action, pagesVar, onclick, status, onkeydown, scrollerListener, onmousedown, requestDelay, eventsQueue, immediate, data, ignoreDupResponses</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:nodeSelectListener&gt;</code><br><code>&lt;/rich:nodeSelectListener&gt;</code><br><b>Attributes:</b><br><code>type, binding</code>"
+ ENDTEXT="</nodeSelectListener>" ENTITY="SharableMacroHTML"
+ ICON="" NAME="nodeSelectListener" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<nodeSelectListener>" large-icon="" />
+ <MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:datascroller&gt;</code><br><code>&lt;/rich:datascroller&gt;</code><br><b>Attributes:</b><br><code>maxPages, selectedStyle, fastControls, tableStyle, focus, id, bypassUpdates, limitToList, style, onmouseover, for, onkeyup, timeout, actionExpression, onmouseout, inactiveStyleClass, pageIndexVar, onmouseup, binding, onmousemove, actionListener, inactiveStyle, renderIfSinglePage, oncomplete, fastStep, rendered, reRender, tableStyleClass, stepControls, styleClass, onkeypress, ajaxSingle, ondblclick, align, handleValue, selectedStyleClass, boundaryControls, value, action, pagesVar, onclick, status, onkeydown, scrollerListener, onmousedown, requestDelay, eventsQueue, immediate, data, onbeforedomupdate, ignoreDupResponses</code>"
ENDTEXT="</datascroller>" ENTITY="SharableMacroHTML" ICON=""
NAME="datascroller" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<datascroller>" />
+ STARTTEXT="<datascroller>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:menuSeparator /&gt;</code><br><b>Attributes:</b><br><code>rendered, binding, id</code>"
ENDTEXT="" ENTITY="SharableMacroHTML" ICON="" NAME="menuSeparator"
- REFORMAT="no" SCOPE="project" STARTTEXT="<menuSeparator/>" />
+ REFORMAT="no" SCOPE="project" STARTTEXT="<menuSeparator/>"
+ large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dragSupport&gt;</code><br><code>&lt;/rich:dragSupport&gt;</code><br><b>Attributes:</b><br><code>actionListener, dragValue, ondragend, oncomplete, rendered, reRender, focus, id, disableDefault, bypassUpdates, limitToList, ajaxSingle, onsubmit, dragIndicator, value, action, dragListener, timeout, dragType, status, requestDelay, eventsQueue, immediate, data, ondragstart, binding, ignoreDupResponses</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dropListener&gt;</code><br><code>&lt;/rich:dropListener&gt;</code><br><b>Attributes:</b><br><code>type, binding</code>"
+ ENDTEXT="</dropListener>" ENTITY="SharableMacroHTML" ICON=""
+ NAME="dropListener" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<dropListener>" large-icon="" />
+ <MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dragSupport&gt;</code><br><code>&lt;/rich:dragSupport&gt;</code><br><b>Attributes:</b><br><code>actionListener, dragValue, ondragend, oncomplete, rendered, reRender, focus, id, disableDefault, bypassUpdates, limitToList, ajaxSingle, onsubmit, dragIndicator, value, action, dragListener, timeout, dragType, status, requestDelay, eventsQueue, immediate, data, onbeforedomupdate, ondragstart, binding, ignoreDupResponses</code>"
ENDTEXT="</dragSupport>" ENTITY="SharableMacroHTML" ICON=""
NAME="dragSupport" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dragSupport>" />
+ STARTTEXT="<dragSupport>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:virtualEarth&gt;</code><br><code>&lt;/rich:virtualEarth&gt;</code><br><b>Attributes:</b><br><code>lat, var, zoom, onkeyup, onclick, onLoadMap, rendered, onmouseout, onkeydown, id, onmousedown, styleClass, dashboardSize, onkeypress, ondblclick, style, onmouseup, lng, binding, onmousemove, mapStyle, onmouseover</code>"
ENDTEXT="</virtualEarth>" ENTITY="SharableMacroHTML" ICON=""
NAME="virtualEarth" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<virtualEarth>" />
+ STARTTEXT="<virtualEarth>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panelMenuItem&gt;</code><br><code>&lt;/rich:panelMenuItem&gt;</code><br><b>Attributes:</b><br><code>hoverClass, actionListener, disabledStyle, iconClass, target, hoverStyle, rendered, iconDisabled, id, styleClass, onkeypress, icon, ondblclick, style, name, onmouseover, disabledClass, onkeyup, action, value, actionExpression, disabled, mode, onclick, onmouseout, onkeydown, onmousedown, label, immediate, iconStyle, onmouseup, binding, onmousemove</code>"
ENDTEXT="</panelMenuItem>" ENTITY="SharableMacroHTML" ICON=""
NAME="panelMenuItem" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<panelMenuItem>" />
+ STARTTEXT="<panelMenuItem>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:paint2D&gt;</code><br><code>&lt;/rich:paint2D&gt;</code><br><b>Attributes:</b><br><code>value, width, converter, lang, title, rendered, id, styleClass, height, data, align, hspace, vspace, style, bgcolor, cacheable, border, binding, paint, format</code>"
ENDTEXT="</paint2D>" ENTITY="SharableMacroHTML" ICON=""
NAME="paint2D" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<paint2D>" />
+ STARTTEXT="<paint2D>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dropDownMenu&gt;</code><br><code>&lt;/rich:dropDownMenu&gt;</code><br><b>Attributes:</b><br><code>jointPoint, onitemselect, disabledItemStyle, disabledItemClass, verticalOffset, rendered, selectItemStyle, showDelay, id, onexpand, submitMode, styleClass, style, itemClass, oncollapse, onmouseover, value, horizontalOffset, ongroupactivate, onmouseout, selectItemClass, itemStyle, direction, popupWidth, event, binding, onmousemove, hideDelay</code>"
ENDTEXT="</dropDownMenu>" ENTITY="SharableMacroHTML" ICON=""
NAME="dropDownMenu" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dropDownMenu>" />
+ STARTTEXT="<dropDownMenu>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataDefinitionList&gt;</code><br><code>&lt;/rich:dataDefinitionList&gt;</code><br><b>Attributes:</b><br><code>title, rowClasses, stateVar, componentState, rowKeyVar, rendered, footerClass, dir, id, styleClass, ajaxKeys, rowKey, style, var, value, rows, lang, columnClasses, first, headerClass, binding</code>"
ENDTEXT="</dataDefinitionList>" ENTITY="SharableMacroHTML"
ICON="" NAME="dataDefinitionList" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dataDefinitionList>" />
+ STARTTEXT="<dataDefinitionList>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:inputNumberSpinner&gt;</code><br><code>&lt;/rich:inputNumberSpinner&gt;</code><br><b>Attributes:</b><br><code>id, onchange, inputStyle, requiredMessage, style, onmouseover, onkeyup, tabindex, cycled, converter, disabled, onmouseout, validator, onselect, onmouseup, binding, onmousemove, enableManualInput, onerror, inputClass, rendered, styleClass, accesskey, onupclick, onkeypress, ondblclick, onblur, value, inputSize, maxValue, required, validatorMessage, ondownclick, onclick, valueChangeListener, onkeydown, onmousedown, converterMessage, minValue, immediate, onfocus, step</code>"
ENDTEXT="</inputNumberSpinner>" ENTITY="SharableMacroHTML"
ICON="" NAME="inputNumberSpinner" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<inputNumberSpinner>" />
+ STARTTEXT="<inputNumberSpinner>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataGrid&gt;</code><br><code>&lt;/rich:dataGrid&gt;</code><br><b>Attributes:</b><br><code>cellpadding, width, rowClasses, title, rules, componentState, onRowClick, stateVar, onRowDblClick, rowKeyVar, onRowMouseDown, columns, rendered, footerClass, captionStyle, dir, id, ajaxKeys, styleClass, rowKey, captionClass, align, style, border, bgcolor, onRowMouseOver, var, summary, value, onRowMouseUp, lang, columnClasses, first, cellspacing, headerClass, onRowMouseMove, frame, onRowMouseOut, binding, elements</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataGrid&gt;</code><br><code>&lt;/rich:dataGrid&gt;</code><br><b>Attributes:</b><br><code>width, stateVar, onRowClick, rowKeyVar, onRowDblClick, columns, id, dir, rowKey, style, summary, var, onRowMouseOver, onRowMouseUp, lang, columnClasses, first, cellspacing, headerClass, onRowMouseOut, binding, cellpadding, title, rowClasses, rules, componentState, rendered, onRowMouseDown, footerClass, captionStyle, styleClass, ajaxKeys, captionClass, align, bgcolor, border, value, onRowMouseMove, frame, elements</code>"
ENDTEXT="</dataGrid>" ENTITY="SharableMacroHTML" ICON=""
NAME="dataGrid" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dataGrid>" />
+ STARTTEXT="<dataGrid>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:treeNodesAdaptor&gt;</code><br><code>&lt;/rich:treeNodesAdaptor&gt;</code><br><b>Attributes:</b><br><code>active, var, rendered, nodes, binding, id</code>"
- ENDTEXT="</treeNodesAdaptor>" ENTITY="SharableMacroHTML" ICON=""
- NAME="treeNodesAdaptor" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<treeNodesAdaptor>" />
- <MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:jQuery&gt;</code><br><code>&lt;/rich:jQuery&gt;</code><br><b>Attributes:</b><br><code>query, name, timing, id, rendered, binding, selector</code>"
- ENDTEXT="</jQuery>" ENTITY="SharableMacroHTML" ICON=""
- NAME="jQuery" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<jQuery>" />
- <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:menuGroup&gt;</code><br><code>&lt;/rich:menuGroup&gt;</code><br><b>Attributes:</b><br><code><b>value</b>, onclose, iconClass, rendered, showDelay, iconDisabled, id, onopen, styleClass, icon, style, onmouseover, iconFolderDisabled, converter, disabled, selectClass, selectStyle, onmouseout, direction, iconStyle, event, binding, onmousemove, iconFolder</code>"
ENDTEXT="</menuGroup>" ENTITY="SharableMacroHTML" ICON=""
NAME="menuGroup" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<menuGroup value="|">" />
+ STARTTEXT="<menuGroup value="|">" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:messages&gt;</code><br><code>&lt;/rich:messages&gt;</code><br><b>Attributes:</b><br><code>markerStyle, title, layout, tooltip, rendered, warnMarkerClass, id, passedLabel, styleClass, fatalMarkerClass, keepTransient, globalOnly, style, infoMarkerClass, headerLocation, fatalLabelClass, fatalClass, var, infoLabelClass, ajaxRendered, markerClass, infoClass, showDetail, errorLabelClass, labelClass, errorMarkerClass, showSummary, warnLabelClass, warnClass, binding, errorClass</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:messages&gt;</code><br><code>&lt;/rich:messages&gt;</code><br><b>Attributes:</b><br><code>markerStyle, title, layout, tooltip, rendered, warnMarkerClass, id, passedLabel, styleClass, fatalMarkerClass, keepTransient, globalOnly, style, infoMarkerClass, fatalLabelClass, fatalClass, var, infoLabelClass, ajaxRendered, markerClass, infoClass, showDetail, errorLabelClass, labelClass, errorMarkerClass, showSummary, warnLabelClass, warnClass, binding, errorClass</code>"
ENDTEXT="</messages>" ENTITY="SharableMacroHTML" ICON=""
NAME="messages" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<messages>" />
+ STARTTEXT="<messages>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataOrderedList&gt;</code><br><code>&lt;/rich:dataOrderedList&gt;</code><br><b>Attributes:</b><br><code>title, rowClasses, stateVar, componentState, rowKeyVar, rendered, footerClass, dir, id, styleClass, ajaxKeys, rowKey, style, var, value, rows, lang, type, columnClasses, first, headerClass, binding</code>"
ENDTEXT="</dataOrderedList>" ENTITY="SharableMacroHTML" ICON=""
NAME="dataOrderedList" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dataOrderedList>" />
+ STARTTEXT="<dataOrderedList>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:column&gt;</code><br><code>&lt;/rich:column&gt;</code><br><b>Attributes:</b><br><code>width, lang, title, colspan, headerClass, rendered, footerClass, id, dir, styleClass, breakBefore, style, sortable, binding, rowspan</code>"
- ENDTEXT="</column>" ENTITY="SharableMacroHTML" ICON=""
- NAME="column" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<column>" />
- <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:message&gt;</code><br><code>&lt;/rich:message&gt;</code><br><b>Attributes:</b><br><code>markerStyle, title, tooltip, rendered, warnMarkerClass, passedLabel, id, styleClass, fatalMarkerClass, keepTransient, style, infoMarkerClass, fatalLabelClass, for, fatalClass, infoLabelClass, ajaxRendered, markerClass, infoClass, showDetail, errorLabelClass, labelClass, errorMarkerClass, showSummary, warnLabelClass, warnClass, binding, errorClass</code>"
ENDTEXT="</message>" ENTITY="SharableMacroHTML" ICON=""
NAME="message" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<message>" />
+ STARTTEXT="<message>" large-icon="" />
<MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:column&gt;</code><br><code>&lt;/rich:column&gt;</code><br><b>Attributes:</b><br><code>width, lang, title, colspan, headerClass, rendered, footerClass, id, dir, styleClass, breakBefore, sortExpression, style, sortable, binding, rowspan</code>"
+ ENDTEXT="</column>" ENTITY="SharableMacroHTML" ICON=""
+ NAME="column" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<column>" large-icon="" />
+ <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataList&gt;</code><br><code>&lt;/rich:dataList&gt;</code><br><b>Attributes:</b><br><code>title, rowClasses, stateVar, componentState, rowKeyVar, rendered, footerClass, dir, id, styleClass, ajaxKeys, rowKey, style, var, value, rows, lang, type, columnClasses, first, headerClass, binding</code>"
ENDTEXT="</dataList>" ENTITY="SharableMacroHTML" ICON=""
NAME="dataList" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dataList>" />
+ STARTTEXT="<dataList>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:toolBarGroup&gt;</code><br><code>&lt;/rich:toolBarGroup&gt;</code><br><b>Attributes:</b><br><code>styleClass, style, rendered, separatorClass, binding, location, id, itemSeparator</code>"
ENDTEXT="</toolBarGroup>" ENTITY="SharableMacroHTML" ICON=""
NAME="toolBarGroup" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<toolBarGroup>" />
+ STARTTEXT="<toolBarGroup>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panelMenu&gt;</code><br><code>&lt;/rich:panelMenu&gt;</code><br><b>Attributes:</b><br><code>iconGroupPosition, width, onitemhover, disabledItemStyle, iconCollapsedGroup, id, requiredMessage, iconTopDisableGroup, expandSingle, style, iconExpandedGroup, itemClass, ongroupexpand, iconItemTopPosition, disabledGroupClass, onmouseover, hoveredItemClass, onkeyup, converter, iconDisabledGroup, disabled, valid, onmouseout, iconGroupTopPosition, validator, disabledGroupStyle, topItemStyle, onmouseup, event, expandMode, binding, onmousemove, iconDisabledItem, hoveredGroupClass, iconTopDisabledItem, localValueSet, ongroupcollapse, disabledItemClass, iconItemPosition, groupClass, selectedChild, rendered, iconItem, styleClass, hoveredGroupStyle, onkeypress, ondblclick, iconTopItem, value, required, validatorMessage, iconCollapsedTopGroup, mode, onclick, topGroupStyle, valueChangeList!
ener, onkeydown, onmousedown, groupStyle, hoveredItemStyle, topItemClass, converterMessage, itemStyle, immediate, topGroupClass, iconExpandedTopGroup</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panelMenu&gt;</code><br><code>&lt;/rich:panelMenu&gt;</code><br><b>Attributes:</b><br><code>iconGroupPosition, width, onitemhover, disabledItemStyle, iconCollapsedGroup, id, requiredMessage, iconTopDisableGroup, expandSingle, style, iconExpandedGroup, itemClass, ongroupexpand, iconItemTopPosition, disabledGroupClass, onmouseover, hoveredItemClass, onkeyup, converter, iconDisabledGroup, disabled, onmouseout, iconGroupTopPosition, validator, disabledGroupStyle, topItemStyle, onmouseup, event, expandMode, binding, onmousemove, iconDisabledItem, hoveredGroupClass, iconTopDisabledItem, ongroupcollapse, disabledItemClass, iconItemPosition, groupClass, selectedChild, rendered, iconItem, styleClass, hoveredGroupStyle, onkeypress, ondblclick, iconTopItem, value, required, validatorMessage, iconCollapsedTopGroup, mode, onclick, topGroupStyle, valueChangeListener, onkeydown, onmou!
sedown, groupStyle, hoveredItemStyle, topItemClass, converterMessage, itemStyle, immediate, topGroupClass, iconExpandedTopGroup</code>"
ENDTEXT="</panelMenu>" ENTITY="SharableMacroHTML" ICON=""
NAME="panelMenu" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<panelMenu>" />
+ STARTTEXT="<panelMenu>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:gmap&gt;</code><br><code>&lt;/rich:gmap&gt;</code><br><b>Attributes:</b><br><code>lat, zoom, showGLargeMapControl, gmapKey, rendered, id, showGScaleControl, styleClass, onkeypress, ondblclick, oninit, enableDoubleClickZoom, style, mapType, onmouseover, enableInfoWindow, onkeyup, enableContinuousZoom, warningMessage, onclick, gmapVar, onmouseout, onkeydown, onmousedown, enableDragging, showGMapTypeControl, onmouseup, binding, lng, onmousemove</code>"
ENDTEXT="</gmap>" ENTITY="SharableMacroHTML" ICON="" NAME="gmap"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<gmap>" />
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<gmap>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:effect&gt;</code><br><code>&lt;/rich:effect&gt;</code><br><b>Attributes:</b><br><code>parentProperties, type, rendered, id, disableDefault, targetId, params, event, binding, name, for</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:effect&gt;</code><br><code>&lt;/rich:effect&gt;</code><br><b>Attributes:</b><br><code>type, rendered, id, disableDefault, targetId, params, event, binding, name, for</code>"
ENDTEXT="</effect>" ENTITY="SharableMacroHTML" ICON=""
NAME="effect" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<effect>" />
+ STARTTEXT="<effect>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:separator&gt;</code><br><code>&lt;/rich:separator&gt;</code><br><b>Attributes:</b><br><code>onkeyup, width, title, onclick, rendered, onmouseout, onkeydown, onmousedown, id, styleClass, height, lineType, onkeypress, align, ondblclick, style, onmouseup, binding, onmousemove, onmouseover</code>"
ENDTEXT="</separator>" ENTITY="SharableMacroHTML" ICON=""
NAME="separator" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<separator>" />
+ STARTTEXT="<separator>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:toolBar&gt;</code><br><code>&lt;/rich:toolBar&gt;</code><br><b>Attributes:</b><br><code>contentClass, styleClass, width, height, contentStyle, style, rendered, separatorClass, binding, id, itemSeparator</code>"
ENDTEXT="</toolBar>" ENTITY="SharableMacroHTML" ICON=""
NAME="toolBar" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<toolBar>" />
+ STARTTEXT="<toolBar>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:insert&gt;</code><br><code>&lt;/rich:insert&gt;</code><br><b>Attributes:</b><br><code>highlight, src, rendered, binding, id</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:insert&gt;</code><br><code>&lt;/rich:insert&gt;</code><br><b>Attributes:</b><br><code>encoding, errorContent, highlight, src, rendered, binding, id</code>"
ENDTEXT="</insert>" ENTITY="SharableMacroHTML" ICON=""
NAME="insert" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<insert>" />
+ STARTTEXT="<insert>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dragIndicator&gt;</code><br><code>&lt;/rich:dragIndicator&gt;</code><br><b>Attributes:</b><br><code>acceptClass, styleClass, rejectClass, rendered, binding, id</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dragIndicator&gt;</code><br><code>&lt;/rich:dragIndicator&gt;</code><br><b>Attributes:</b><br><code>acceptClass, styleClass, rejectClass, style, rendered, binding, id</code>"
ENDTEXT="</dragIndicator>" ENTITY="SharableMacroHTML" ICON=""
NAME="dragIndicator" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dragIndicator>" />
+ STARTTEXT="<dragIndicator>" large-icon="" />
<MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:changeExpandListener&gt;</code><br><code>&lt;/rich:changeExpandListener&gt;</code><br><b>Attributes:</b><br><code>type, binding</code>"
+ ENDTEXT="</changeExpandListener>" ENTITY="SharableMacroHTML"
+ ICON="" NAME="changeExpandListener" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<changeExpandListener>" large-icon="" />
+ <MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:toolTip&gt;</code><br><code>&lt;/rich:toolTip&gt;</code><br><b>Attributes:</b><br><code>layout, oncomplete, verticalOffset, onhide, rendered, id, onshow, followMouse, styleClass, onkeypress, ondblclick, style, delay, onmouseover, zorder, value, onkeyup, horizontalOffset, disabled, mode, onclick, onmouseout, onkeydown, onmousedown, direction, onmouseup, event, binding, onmousemove</code>"
ENDTEXT="</toolTip>" ENTITY="SharableMacroHTML" ICON=""
NAME="toolTip" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<toolTip>" />
+ STARTTEXT="<toolTip>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panelBarItem&gt;</code><br><code>&lt;/rich:panelBarItem&gt;</code><br><b>Attributes:</b><br><code>headerStyle, contentStyle, rendered, headerClass, id, headerClassActive, contentClass, label, headerStyleActive, binding, name</code>"
ENDTEXT="</panelBarItem>" ENTITY="SharableMacroHTML" ICON=""
NAME="panelBarItem" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<panelBarItem>" />
+ STARTTEXT="<panelBarItem>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataTable&gt;</code><br><code>&lt;/rich:dataTable&gt;</code><br><b>Attributes:</b><br><code>cellpadding, width, rowClasses, title, rules, onRowClick, stateVar, componentState, onRowDblClick, rowKeyVar, onRowMouseDown, columns, rendered, footerClass, captionStyle, dir, id, ajaxKeys, styleClass, rowKey, captionClass, align, style, border, bgcolor, onRowMouseOver, var, summary, value, rows, onRowMouseUp, lang, columnClasses, first, cellspacing, headerClass, onRowMouseMove, frame, onRowMouseOut, columnsWidth, binding</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataTable&gt;</code><br><code>&lt;/rich:dataTable&gt;</code><br><b>Attributes:</b><br><code>width, stateVar, onRowClick, rowKeyVar, onRowDblClick, columns, id, dir, rowKey, style, summary, var, onRowMouseOver, rows, onRowMouseUp, lang, columnClasses, first, cellspacing, headerClass, onRowMouseOut, binding, cellpadding, title, rowClasses, rules, componentState, rendered, onRowMouseDown, footerClass, captionStyle, styleClass, ajaxKeys, captionClass, align, bgcolor, border, value, onRowMouseMove, frame, columnsWidth</code>"
ENDTEXT="</dataTable>" ENTITY="SharableMacroHTML" ICON=""
NAME="dataTable" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dataTable>" />
+ STARTTEXT="<dataTable>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:columnGroup&gt;</code><br><code>&lt;/rich:columnGroup&gt;</code><br><b>Attributes:</b><br><code>lang, title, rowClasses, columnClasses, rendered, id, dir, styleClass, breakBefore, style, sortable, binding</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:columnGroup&gt;</code><br><code>&lt;/rich:columnGroup&gt;</code><br><b>Attributes:</b><br><code>lang, title, rowClasses, columnClasses, rendered, id, dir, styleClass, breakBefore, style, binding</code>"
ENDTEXT="</columnGroup>" ENTITY="SharableMacroHTML" ICON=""
NAME="columnGroup" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<columnGroup>" />
+ STARTTEXT="<columnGroup>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:treeNode&gt;</code><br><code>&lt;/rich:treeNode&gt;</code><br><b>Attributes:</b><br><code>ajaxSubmitSelection, id, onexpand, ondropend, oncollapse, onmouseover, dragListener, onkeyup, nodeSelectListener, dropListener, onmouseout, iconLeaf, ondragexit, nodeClass, onmouseup, ondragstart, oncontextmenu, binding, onmousemove, ondragend, ondragenter, iconExpanded, rendered, reRender, iconCollapsed, onkeypress, selectedClass, icon, ondblclick, dragIndicator, ondrop, changeExpandListener, type, acceptedTypes, onclick, highlightedClass, dragType, onkeydown, onmousedown, onselected, ignoreDupResponses, typeMapping</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:treeNodesAdaptor&gt;</code><br><code>&lt;/rich:treeNodesAdaptor&gt;</code><br><b>Attributes:</b><br><code>var, includedNode, rendered, nodes, binding, id</code>"
+ ENDTEXT="</treeNodesAdaptor>" ENTITY="SharableMacroHTML" ICON=""
+ NAME="treeNodesAdaptor" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<treeNodesAdaptor>" large-icon="" />
+ <MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:treeNode&gt;</code><br><code>&lt;/rich:treeNode&gt;</code><br><b>Attributes:</b><br><code>dragValue, ajaxSubmitSelection, focus, id, onexpand, bypassUpdates, ondropend, limitToList, oncollapse, onmouseover, onkeyup, dragListener, timeout, nodeSelectListener, dropValue, dropListener, onmouseout, iconLeaf, ondragexit, nodeClass, onmouseup, ondragstart, oncontextmenu, binding, onmousemove, ondragend, ondragenter, iconExpanded, oncomplete, rendered, reRender, iconCollapsed, onkeypress, selectedClass, icon, ajaxSingle, ondblclick, dragIndicator, ondrop, changeExpandListener, type, acceptedTypes, onclick, highlightedClass, dragType, status, onkeydown, onmousedown, requestDelay, eventsQueue, onselected, data, onbeforedomupdate, ignoreDupResponses, typeMapping</code>"
ENDTEXT="</treeNode>" ENTITY="SharableMacroHTML" ICON=""
NAME="treeNode" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<treeNode>" />
+ STARTTEXT="<treeNode>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:togglePanel&gt;</code><br><code>&lt;/rich:togglePanel&gt;</code><br><b>Attributes:</b><br><code>rendered, id, initialState, styleClass, switchType, requiredMessage, onkeypress, ondblclick, style, onmouseover, value, onkeyup, stateOrder, converter, required, validatorMessage, valid, onclick, valueChangeListener, onmouseout, onkeydown, onmousedown, validator, converterMessage, immediate, onmouseup, binding, onmousemove</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:togglePanel&gt;</code><br><code>&lt;/rich:togglePanel&gt;</code><br><b>Attributes:</b><br><code>rendered, id, initialState, styleClass, switchType, requiredMessage, onkeypress, ondblclick, style, onmouseover, value, onkeyup, stateOrder, converter, required, validatorMessage, onclick, valueChangeListener, onmouseout, onkeydown, onmousedown, validator, converterMessage, immediate, onmouseup, binding, onmousemove</code>"
ENDTEXT="</togglePanel>" ENTITY="SharableMacroHTML" ICON=""
NAME="togglePanel" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<togglePanel>" />
+ STARTTEXT="<togglePanel>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panelMenuGroup&gt;</code><br><code>&lt;/rich:panelMenuGroup&gt;</code><br><b>Attributes:</b><br><code>hoverClass, disabledStyle, hoverStyle, onchange, id, onexpand, requiredMessage, style, size, oncollapse, onmouseover, disabledClass, onkeyup, tabindex, converter, maxlength, disabled, valid, alt, onmouseout, validator, onselect, iconStyle, expandMode, onmouseup, binding, onmousemove, actionListener, iconClass, localValueSet, iconExpanded, target, rendered, iconDisabled, iconCollapsed, styleClass, accesskey, onkeypress, align, ondblclick, name, onblur, value, action, required, validatorMessage, onclick, valueChangeListener, onkeydown, onmousedown, converterMessage, immediate, label, onfocus, expanded</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panelMenuGroup&gt;</code><br><code>&lt;/rich:panelMenuGroup&gt;</code><br><b>Attributes:</b><br><code>hoverClass, disabledStyle, hoverStyle, onchange, id, onexpand, requiredMessage, style, size, oncollapse, onmouseover, disabledClass, onkeyup, tabindex, maxlength, converter, disabled, alt, onmouseout, validator, onselect, iconStyle, expandMode, onmouseup, binding, onmousemove, actionListener, iconClass, iconExpanded, target, rendered, iconDisabled, iconCollapsed, styleClass, accesskey, onkeypress, align, ondblclick, name, onblur, value, action, required, validatorMessage, onclick, valueChangeListener, onkeydown, onmousedown, converterMessage, label, immediate, onfocus, expanded</code>"
ENDTEXT="</panelMenuGroup>" ENTITY="SharableMacroHTML" ICON=""
NAME="panelMenuGroup" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<panelMenuGroup>" />
+ STARTTEXT="<panelMenuGroup>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:recursiveTreeNodesAdaptor&gt;</code><br><code>&lt;/rich:recursiveTreeNodesAdaptor&gt;</code><br><b>Attributes:</b><br><code>active, var, activeRoot, rendered, nodes, id, root, binding, activeNodes</code>"
- ENDTEXT="</recursiveTreeNodesAdaptor>" ENTITY="SharableMacroHTML"
- ICON="" NAME="recursiveTreeNodesAdaptor" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<recursiveTreeNodesAdaptor>" />
- <MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:simpleTogglePanel&gt;</code><br><code>&lt;/rich:simpleTogglePanel&gt;</code><br><b>Attributes:</b><br><code>actionListener, width, oncomplete, bodyClass, rendered, reRender, focus, id, styleClass, bypassUpdates, switchType, height, onkeypress, limitToList, ondblclick, ajaxSingle, style, onmouseover, onkeyup, action, value, timeout, actionExpression, onclick, headerClass, status, onmouseout, onkeydown, onmousedown, requestDelay, opened, eventsQueue, label, immediate, data, onmouseup, ignoreDupResponses, binding, onmousemove</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:simpleTogglePanel&gt;</code><br><code>&lt;/rich:simpleTogglePanel&gt;</code><br><b>Attributes:</b><br><code>actionListener, width, oncomplete, bodyClass, rendered, reRender, focus, id, styleClass, bypassUpdates, switchType, height, onkeypress, limitToList, ondblclick, ajaxSingle, style, onmouseover, onkeyup, action, value, timeout, actionExpression, onclick, headerClass, status, onmouseout, onkeydown, onmousedown, requestDelay, opened, eventsQueue, label, immediate, data, onmouseup, onbeforedomupdate, ignoreDupResponses, binding, onmousemove</code>"
ENDTEXT="</simpleTogglePanel>" ENTITY="SharableMacroHTML"
ICON="" NAME="simpleTogglePanel" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<simpleTogglePanel>" />
+ STARTTEXT="<simpleTogglePanel>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:dataFilterSlider&gt;</code><br><code>&lt;/rich:dataFilterSlider&gt;</code><br><b>Attributes:</b><br><code>width, filterBy, startRange, rendered, id, endRange, storeResults, styleClass, style, onSlide, handleValue, sliderListener, trackStyleClass, handleStyleClass, for, increment, rangeStyleClass, fieldStyleClass, trailer, manualInput, forValRef, onChange, trailerStyleClass, binding</code>"
ENDTEXT="</dataFilterSlider>" ENTITY="SharableMacroHTML" ICON=""
NAME="dataFilterSlider" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<dataFilterSlider>" />
+ STARTTEXT="<dataFilterSlider>" large-icon="" />
<MacroHTML
- DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:tab&gt;</code><br><code>&lt;/rich:tab&gt;</code><br><b>Attributes:</b><br><code>actionListener, title, oncomplete, rendered, reRender, focus, id, bypassUpdates, styleClass, switchType, limitToList, onkeypress, ajaxSingle, ondblclick, style, name, onmouseover, ontabenter, onkeyup, action, timeout, actionExpression, disabled, onclick, status, onmouseout, onkeydown, onmousedown, requestDelay, eventsQueue, labelWidth, label, immediate, data, onmouseup, binding, ignoreDupResponses, onmousemove, ontableave</code>"
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:tab&gt;</code><br><code>&lt;/rich:tab&gt;</code><br><b>Attributes:</b><br><code>actionListener, title, oncomplete, rendered, reRender, focus, id, bypassUpdates, styleClass, switchType, onkeypress, limitToList, ajaxSingle, ondblclick, style, name, onmouseover, ontabenter, onkeyup, action, timeout, actionExpression, disabled, onclick, status, onmouseout, onkeydown, onmousedown, requestDelay, eventsQueue, labelWidth, label, immediate, data, onmouseup, onbeforedomupdate, binding, ignoreDupResponses, onmousemove, ontableave</code>"
ENDTEXT="</tab>" ENTITY="SharableMacroHTML" ICON="" NAME="tab"
- REFORMAT="yes" SCOPE="project" STARTTEXT="<tab>" />
+ REFORMAT="yes" SCOPE="project" STARTTEXT="<tab>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:spacer&gt;</code><br><code>&lt;/rich:spacer&gt;</code><br><b>Attributes:</b><br><code>onkeyup, width, title, onclick, rendered, onmouseout, onkeydown, id, onmousedown, styleClass, height, onkeypress, ondblclick, style, onmouseup, binding, onmousemove, onmouseover</code>"
ENDTEXT="</spacer>" ENTITY="SharableMacroHTML" ICON=""
NAME="spacer" REFORMAT="yes" SCOPE="project"
- STARTTEXT="<spacer>" />
+ STARTTEXT="<spacer>" large-icon="" />
<MacroHTML
DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:panel&gt;</code><br><code>&lt;/rich:panel&gt;</code><br><b>Attributes:</b><br><code>onkeyup, header, onclick, bodyClass, headerClass, rendered, onmouseout, onkeydown, id, onmousedown, styleClass, onkeypress, ondblclick, style, onmouseup, binding, onmousemove, onmouseover</code>"
ENDTEXT="</panel>" ENTITY="SharableMacroHTML" ICON=""
- NAME="panel" REFORMAT="yes" SCOPE="project" STARTTEXT="<panel>" />
+ NAME="panel" REFORMAT="yes" SCOPE="project" STARTTEXT="<panel>"
+ large-icon="" />
+ <MacroHTML
+ DESCRIPTION="<b>Syntax:</b><br><code>&lt;rich:jQuery&gt;</code><br><code>&lt;/rich:jQuery&gt;</code><br><b>Attributes:</b><br><code>query, name, timing, id, rendered, binding, selector</code>"
+ ENDTEXT="</jQuery>" ENTITY="SharableMacroHTML" ICON=""
+ NAME="jQuery" REFORMAT="yes" SCOPE="project"
+ STARTTEXT="<jQuery>" />
</GroupHTML>
<GroupHTML ENTITY="SharableGroupHTML" HIDDEN="no" ICON=""
NAME="Seam" PREFIX="s" SCOPE="project"
17 years, 1 month