JBoss Rich Faces SVN: r2507 - trunk/docs/taglibxsl.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-08-27 09:24:45 -0400 (Mon, 27 Aug 2007)
New Revision: 2507
Removed:
trunk/docs/taglibxsl/target/
Log:
target folder is automatic generated
18 years, 8 months
JBoss Rich Faces SVN: r2506 - trunk/ui/panelmenu/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-08-27 08:30:21 -0400 (Mon, 27 Aug 2007)
New Revision: 2506
Modified:
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
Log:
setted hidden=true to properties localValueSet and Valid
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2007-08-27 12:20:39 UTC (rev 2505)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2007-08-27 12:30:21 UTC (rev 2506)
@@ -4,7 +4,8 @@
<component>
<name>org.richfaces.PanelMenu</name>
<family>org.richfaces.PanelMenu</family>
- <description>Defines the menu on the page and the set of the child elements properties in layout.</description>
+ <description>Defines the menu on the page and the set of the child elements properties in
+ layout.</description>
<superclass>org.richfaces.component.UIPanelMenu</superclass>
<classname>org.richfaces.component.html.HtmlPanelMenu</classname>
<renderer generate="true" override="true">
@@ -16,308 +17,303 @@
<classname>org.richfaces.taglib.PanelMenuTag</classname>
<superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
</tag>
- <property>
- <name>event</name>
- <classname>java.lang.String</classname>
- <description>
- Defines the event on the representation element that
- triggers the submenu's expand/collapse. (default=onclick)
- </description>
- <defaultvalue><![CDATA["onclick"]]></defaultvalue>
- </property>
- <property>
- <name>mode</name>
- <classname>java.lang.String</classname>
- <description>
- Set the submission mode for all panel menu items on the panel
- menu except ones where this attribute redefined. (ajax, server,(Default), none)
- </description>
- <defaultvalue><![CDATA["server"]]></defaultvalue>
- </property>
- <property>
- <name>width</name>
- <classname>java.lang.String</classname>
- <description>Set minimal width for the menu.</description>
- <defaultvalue><![CDATA["100%"]]></defaultvalue>
- </property>
- <property>
+ <property>
+ <name>event</name>
+ <classname>java.lang.String</classname>
+ <description> Defines the event on the representation element that triggers the
+ submenu's expand/collapse. (default=onclick) </description>
+ <defaultvalue><![CDATA["onclick"]]></defaultvalue>
+ </property>
+ <property>
+ <name>mode</name>
+ <classname>java.lang.String</classname>
+ <description> Set the submission mode for all panel menu items on the panel menu except
+ ones where this attribute redefined. (ajax, server,(Default), none) </description>
+ <defaultvalue><![CDATA["server"]]></defaultvalue>
+ </property>
+ <property>
+ <name>width</name>
+ <classname>java.lang.String</classname>
+ <description>Set minimal width for the menu.</description>
+ <defaultvalue><![CDATA["100%"]]></defaultvalue>
+ </property>
+ <property>
<name>expandMode</name>
<classname>java.lang.String</classname>
- <description>
- Set the submission mode for all panel menu groups after
- expand/collapse except ones where this attribute redefined. (ajax, server, none(Default))
- </description>
+ <description> Set the submission mode for all panel menu groups after expand/collapse
+ except ones where this attribute redefined. (ajax, server, none(Default)) </description>
<defaultvalue><![CDATA["none"]]></defaultvalue>
</property>
<property>
<name>expandSingle</name>
<classname>boolean</classname>
- <description>
- Whether only one panel menu node on top level can be opened at a time.
- If the value of this attribute is true, the previously opened
- node on the top level is closed. If the value is false, the node is left opened. The default value is false.
- </description>
+ <description> Whether only one panel menu node on top level can be opened at a time. If
+ the value of this attribute is true, the previously opened node on the top level is
+ closed. If the value is false, the node is left opened. The default value is false. </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
- <name>iconItem</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the enabled item state</description>
- <defaultvalue><![CDATA["grid"]]></defaultvalue>
- </property>
- <property>
- <name>iconDisabledItem</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item state</description>
- <defaultvalue><![CDATA["grid"]]></defaultvalue>
- </property>
- <property>
- <name>iconTopItem</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the enabled top item state</description>
- <defaultvalue><![CDATA["grid"]]></defaultvalue>
- </property>
- <property>
- <name>iconTopDisabledItem</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled top item state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconExpandedGroup</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded Group state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconCollapsedGroup</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed Group state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconDisabledGroup</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled group state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconExpandedTopGroup</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded top group state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconCollapsedTopGroup</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed top group state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconTopDisableGroup</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled top Group state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconItemPosition</name>
- <classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the item icon</description>
- <defaultvalue><![CDATA["left"]]></defaultvalue>
- </property>
- <property>
- <name>iconItemTopPosition</name>
- <classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the top item icon</description>
- <defaultvalue><![CDATA["left"]]></defaultvalue>
- </property>
- <property>
- <name>iconGroupPosition</name>
- <classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the group icon</description>
- <defaultvalue><![CDATA["left"]]></defaultvalue>
- </property>
- <property>
- <name>iconGroupTopPosition</name>
- <classname>java.lang.String</classname>
- <description>Position of the icon (left, right none (default) ) for the top group icon</description>
- <defaultvalue><![CDATA["left"]]></defaultvalue>
- </property>
- <property>
- <name>style</name>
- <classname>java.lang.String</classname>
- <description>The CSS style for the panel menu.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>styleClass</name>
- <classname>java.lang.String</classname>
- <description>The CSS class for the panel menu.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>groupStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>groupClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>topGroupStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>topGroupClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>itemStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>itemClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>topItemStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>topItemClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>disabledItemClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA["dr-pmenu-disabled-element rich-pmenu-disabled-element"]]></defaultvalue>
- </property>
- <property>
- <name>disabledItemStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>disabledGroupClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA["dr-pmenu-disabled-element rich-pmenu-disabled-element"]]></defaultvalue>
- </property>
- <property>
- <name>disabledGroupStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>hoveredItemClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA["dr-pmenu-hovered-element rich-pmenu-hovered-element"]]></defaultvalue>
- </property>
- <property>
- <name>hoveredItemStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>hoveredGroupStyle</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>hoveredGroupClass</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA["dr-pmenu-hovered-element rich-pmenu-hovered-element"]]></defaultvalue>
- </property>
- <property>
- <name>selectedChild</name>
- <classname>java.lang.String</classname>
- <description>contain the name or the clientId of any of the item or group, the child defined in this attribute should be highlighted on PanelMenu rendering</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
-
- &ui_component_attributes;
- &html_events;
-
- <property>
- <name>onclick</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>ondblclick</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>onmouseout</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>onmousemove</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>onmouseover</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
-
- <property>
- <name>onitemhover</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>ongroupcollapse</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>ongroupexpand</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
+ <name>iconItem</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the enabled item state</description>
+ <defaultvalue><![CDATA["grid"]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconDisabledItem</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the disabled item state</description>
+ <defaultvalue><![CDATA["grid"]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconTopItem</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the enabled top item state</description>
+ <defaultvalue><![CDATA["grid"]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconTopDisabledItem</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the disabled top item state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconExpandedGroup</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the expanded Group state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconCollapsedGroup</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the collapsed Group state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconDisabledGroup</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the disabled group state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconExpandedTopGroup</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the expanded top group state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconCollapsedTopGroup</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the collapsed top group state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconTopDisableGroup</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the disabled top Group state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconItemPosition</name>
+ <classname>java.lang.String</classname>
+ <description>Position of the icon (left, right none (default) ) for the item icon</description>
+ <defaultvalue><![CDATA["left"]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconItemTopPosition</name>
+ <classname>java.lang.String</classname>
+ <description>Position of the icon (left, right none (default) ) for the top item icon</description>
+ <defaultvalue><![CDATA["left"]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconGroupPosition</name>
+ <classname>java.lang.String</classname>
+ <description>Position of the icon (left, right none (default) ) for the group icon</description>
+ <defaultvalue><![CDATA["left"]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconGroupTopPosition</name>
+ <classname>java.lang.String</classname>
+ <description>Position of the icon (left, right none (default) ) for the top group icon</description>
+ <defaultvalue><![CDATA["left"]]></defaultvalue>
+ </property>
+ <property>
+ <name>style</name>
+ <classname>java.lang.String</classname>
+ <description>The CSS style for the panel menu.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>styleClass</name>
+ <classname>java.lang.String</classname>
+ <description>The CSS class for the panel menu.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>groupStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>groupClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>topGroupStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>topGroupClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>itemStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>itemClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>topItemStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>topItemClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledItemClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA["dr-pmenu-disabled-element rich-pmenu-disabled-element"]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledItemStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledGroupClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA["dr-pmenu-disabled-element rich-pmenu-disabled-element"]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledGroupStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>hoveredItemClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA["dr-pmenu-hovered-element rich-pmenu-hovered-element"]]></defaultvalue>
+ </property>
+ <property>
+ <name>hoveredItemStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>hoveredGroupStyle</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>hoveredGroupClass</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA["dr-pmenu-hovered-element rich-pmenu-hovered-element"]]></defaultvalue>
+ </property>
+ <property>
+ <name>selectedChild</name>
+ <classname>java.lang.String</classname>
+ <description>contain the name or the clientId of any of the item or group, the child
+ defined in this attribute should be highlighted on PanelMenu rendering</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property> &ui_component_attributes; &html_events; <property>
+ <name>onclick</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>ondblclick</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>onmouseout</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>onmousemove</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>onmouseover</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>onitemhover</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>ongroupcollapse</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>ongroupexpand</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
<name>disabled</name>
<classname>boolean</classname>
- <description>
- If true sets state of the item to disabled state. false is default.
- </description>
+ <description> If true sets state of the item to disabled state. false is default. </description>
<defaultvalue>false</defaultvalue>
</property>
+
+ <property hidden="true">
+ <name>localValueSet</name>
+ <description>localValueSet</description>
+ </property>
+ <property hidden="true">
+ <name>valid</name>
+ <description>valid</description>
+ </property>
+
</component>
<component>
@@ -336,60 +332,55 @@
<superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
</tag>
<property>
- <name>expandMode</name>
- <classname>java.lang.String</classname>
- <description>
- Set the submission mode for all panel menu groups after expand/collapse
- except ones where this attribute redefined. (ajax, server, none(Default))
- </description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconExpanded</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded item state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
+ <name>expandMode</name>
+ <classname>java.lang.String</classname>
+ <description> Set the submission mode for all panel menu groups after expand/collapse
+ except ones where this attribute redefined. (ajax, server, none(Default)) </description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
<property>
- <name>iconCollapsed</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed item state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
+ <name>iconExpanded</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the expanded item state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
<property>
- <name>expanded</name>
- <classname>boolean</classname>
- <description>If “true” group will be displayed expanded initially.</description>
- <defaultvalue>false</defaultvalue>
- </property>
+ <name>iconCollapsed</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the collapsed item state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
<property>
- <name>iconDisabled</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
+ <name>expanded</name>
+ <classname>boolean</classname>
+ <description>If “true” group will be displayed expanded initially.</description>
+ <defaultvalue>false</defaultvalue>
+ </property>
+ <property>
+ <name>iconDisabled</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the disabled item state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
<name>disabled</name>
<classname>boolean</classname>
- <description>
- If “true” sets state of the item to disabled state. “false” is default.
- </description>
+ <description> If “true” sets state of the item to disabled state. “false” is default. </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
- <name>name</name>
- <classname>java.lang.String</classname>
- <description>'selectedChild' attribute of PanelMenu refers to group/item with the same name</description>
- <defaultvalue>getId()</defaultvalue>
- </property>
-
+ <name>name</name>
+ <classname>java.lang.String</classname>
+ <description>'selectedChild' attribute of PanelMenu refers to group/item with the same
+ name</description>
+ <defaultvalue>getId()</defaultvalue>
+ </property>
<!--property>
<name>value</name>
<classname>java.lang.Object</classname>
<description>Defines representation text for menuItem.</description>
</property-->
- &listeners;
- <!--property>
+ &listeners; <!--property>
<name>action</name>
<classname>java.lang.String</classname>
<description>The action method binding expression.</description>
@@ -402,80 +393,86 @@
<property>
<name>immediate</name>
<classname>boolean</classname>
- <description>A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase.
- </description>
+ <description>A flag indicating that this component value must be converted and validated
+ immediately (that is, during Apply Request Values phase), rather than waiting until
+ a Process Validations phase. </description>
+ </property> &ui_component_attributes; &html_input_attributes;
+ &html_input_events; &ui_input_attributes; &html_events; <property>
+ <name>oncollapse</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
</property>
- &ui_component_attributes;
- &html_input_attributes;
- &html_input_events;
- &ui_input_attributes;
- &html_events;
<property>
- <name>oncollapse</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>onexpand</name>
- <classname>java.lang.String</classname>
- <description></description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
+ <name>onexpand</name>
+ <classname>java.lang.String</classname>
+ <description/>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
<property>
- <name>hoverClass</name>
- <classname>java.lang.String</classname>
- <description>Class to be applied to hovered items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>hoverStyle</name>
- <classname>java.lang.String</classname>
- <description>CSS style rules to be applied to hovered items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>disabledClass</name>
- <classname>java.lang.String</classname>
- <description>Class to be applied to disabled items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>disabledStyle</name>
- <classname>java.lang.String</classname>
- <description>CSS style rules to be applied to disabled items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>styleClass</name>
- <classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>style</name>
- <classname>java.lang.String</classname>
- <description>CSS style(s) to be applied when this component is rendered.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconClass</name>
- <classname>java.lang.String</classname>
- <description>Class to be applied to icon element.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconStyle</name>
- <classname>java.lang.String</classname>
- <description>CSS style rules to be applied</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>label</name>
- <classname>java.lang.String</classname>
- <description>Displayed node's text</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
+ <name>hoverClass</name>
+ <classname>java.lang.String</classname>
+ <description>Class to be applied to hovered items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>hoverStyle</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style rules to be applied to hovered items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledClass</name>
+ <classname>java.lang.String</classname>
+ <description>Class to be applied to disabled items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledStyle</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style rules to be applied to disabled items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>styleClass</name>
+ <classname>java.lang.String</classname>
+ <description>Corresponds to the HTML class attribute.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>style</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style(s) to be applied when this component is rendered.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconClass</name>
+ <classname>java.lang.String</classname>
+ <description>Class to be applied to icon element.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconStyle</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style rules to be applied</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>label</name>
+ <classname>java.lang.String</classname>
+ <description>Displayed node's text</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+
+ <property hidden="true">
+ <name>localValueSet</name>
+ <description>localValueSet</description>
+ </property>
+ <property hidden="true">
+ <name>valid</name>
+ <description>valid</description>
+ </property>
+
</component>
<component>
@@ -494,100 +491,95 @@
<superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
</tag>
<property>
- <name>mode</name>
- <classname>java.lang.String</classname>
- <description>
- Set the submission mode (ajax,server(Default),none)
- </description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>icon</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon or the default one name to be displayed for the enabled item state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
+ <name>mode</name>
+ <classname>java.lang.String</classname>
+ <description> Set the submission mode (ajax,server(Default),none) </description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
<property>
- <name>iconDisabled</name>
- <classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item state</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
+ <name>icon</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon or the default one name to be displayed for the enabled
+ item state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconDisabled</name>
+ <classname>java.lang.String</classname>
+ <description>Path to the icon to be displayed for the disabled item state</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
<name>disabled</name>
<classname>boolean</classname>
- <description>
- If “true” sets state of the item to disabled state. “false” is default.
- </description>
+ <description> If “true” sets state of the item to disabled state. “false” is default. </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
- <name>label</name>
- <classname>java.lang.Object</classname>
- <description>Defines representation text for menuItem.</description>
- </property>
+ <name>label</name>
+ <classname>java.lang.Object</classname>
+ <description>Defines representation text for menuItem.</description>
+ </property>
<property>
- <name>name</name>
- <classname>java.lang.String</classname>
- <description>'selectedChild' attribute of PanelMenu refers to group/item with the same name</description>
- <defaultvalue>getId()</defaultvalue>
- </property>
- <property>
- <name>hoverClass</name>
- <classname>java.lang.String</classname>
- <description>Class to be applied to hovered items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>hoverStyle</name>
- <classname>java.lang.String</classname>
- <description>CSS style rules to be applied to hovered items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>disabledClass</name>
- <classname>java.lang.String</classname>
- <description>Class to be applied to disabled items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>disabledStyle</name>
- <classname>java.lang.String</classname>
- <description>CSS style rules to be applied to disabled items.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>styleClass</name>
- <classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>style</name>
- <classname>java.lang.String</classname>
- <description>CSS style(s) to be applied when this component is rendered.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconClass</name>
- <classname>java.lang.String</classname>
- <description>Class to be applied to icon element.</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>iconStyle</name>
- <classname>java.lang.String</classname>
- <description>CSS style rules to be applied</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- &ui_component_attributes;
- &ui_command_attributes;
- &html_style_attributes;
- &html_events;
- <property>
+ <name>name</name>
+ <classname>java.lang.String</classname>
+ <description>'selectedChild' attribute of PanelMenu refers to group/item with the same
+ name</description>
+ <defaultvalue>getId()</defaultvalue>
+ </property>
+ <property>
+ <name>hoverClass</name>
+ <classname>java.lang.String</classname>
+ <description>Class to be applied to hovered items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>hoverStyle</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style rules to be applied to hovered items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledClass</name>
+ <classname>java.lang.String</classname>
+ <description>Class to be applied to disabled items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>disabledStyle</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style rules to be applied to disabled items.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>styleClass</name>
+ <classname>java.lang.String</classname>
+ <description>Corresponds to the HTML class attribute.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>style</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style(s) to be applied when this component is rendered.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconClass</name>
+ <classname>java.lang.String</classname>
+ <description>Class to be applied to icon element.</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>iconStyle</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style rules to be applied</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property> &ui_component_attributes; &ui_command_attributes;
+ &html_style_attributes; &html_events; <property>
<name>target</name>
<classname>java.lang.String</classname>
<description>Target frame for action to execute.</description>
</property>
- </component>
+
+ </component>
</components>
18 years, 8 months
JBoss Rich Faces SVN: r2505 - trunk/ui/modal-panel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-08-27 08:20:39 -0400 (Mon, 27 Aug 2007)
New Revision: 2505
Modified:
trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-696
setted hidden=true to properties localValueSet and Valid, added descriptions
Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2007-08-27 11:31:52 UTC (rev 2504)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2007-08-27 12:20:39 UTC (rev 2505)
@@ -21,17 +21,14 @@
<tag>
<name>modalPanel</name>
<classname>org.richfaces.taglib.ModalPanelTag</classname>
- <superclass>
- org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
- </superclass>
+ <superclass> org.ajax4jsf.webapp.taglib.HtmlComponentTagBase </superclass>
</tag>
<!--
<taghandler>
<classname>org.ajax4jsf.tag.TestHandler</classname>
</taghandler>
-->
- &ui_component_attributes;
- <!--
+ &ui_component_attributes; &ui_input_attributes; &ui_output_attributes; <!--
<property>
<name>param</name>
<classname>java.lang.String</classname>
@@ -40,174 +37,150 @@
<defaultvalue>"default"</defaultvalue>
</property>
-->
-
- <property>
+ <property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to component header when this component is rendered
- </description>
+ <description>CSS style(s) is/are to be applied to component header when this component
+ is rendered </description>
<defaultvalue>""</defaultvalue>
</property>
-
- <property>
+ <property>
<name>controlsClass</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to component controls when this component is rendered
- </description>
+ <description>CSS style(s) is/are to be applied to component controls when this component
+ is rendered </description>
<defaultvalue>""</defaultvalue>
</property>
-
- <property>
+ <property>
<name>width</name>
<classname>int</classname>
- <description>
- Attribute defines width of component
- </description>
+ <description> Attribute defines width of component </description>
<defaultvalue>-1</defaultvalue>
</property>
<property>
<name>height</name>
<classname>int</classname>
- <description>Attribute defines height of component
- </description>
+ <description>Attribute defines height of component </description>
<defaultvalue>-1</defaultvalue>
</property>
-
- <property>
+ <property>
<name>minWidth</name>
<classname>int</classname>
- <description>
- Attribute defines min width of component
- </description>
+ <description> Attribute defines min width of component </description>
<defaultvalue>-1</defaultvalue>
</property>
<property>
<name>minHeight</name>
<classname>int</classname>
- <description>
- Attribute defines min height of component
- </description>
+ <description> Attribute defines min height of component </description>
<defaultvalue>-1</defaultvalue>
</property>
-
- <property>
+ <property>
<name>left</name>
<classname>java.lang.String</classname>
- <description>
- Attribute defines X position of component left-top corner
- </description>
+ <description> Attribute defines X position of component left-top corner </description>
<defaultvalue>"auto"</defaultvalue>
</property>
<property>
<name>top</name>
<classname>java.lang.String</classname>
- <description>
- Attribute defines Y position of component left-top corner
- </description>
+ <description> Attribute defines Y position of component left-top corner </description>
<defaultvalue>"auto"</defaultvalue>
</property>
-
- <property>
+ <property>
<name>resizeable</name>
<classname>boolean</classname>
- <description>
- if "true" there is possibility to change component size
- </description>
+ <description> if "true" there is possibility to change component size </description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>moveable</name>
<classname>boolean</classname>
- <description>
- if "true" there is possibility to move component
- </description>
+ <description> if "true" there is possibility to move component </description>
<defaultvalue>true</defaultvalue>
</property>
-
<property>
<name>zindex</name>
<classname>int</classname>
- <description>
- Attribute is similar to the standard HTML attribute and can specify window placement relative to the content
- </description>
+ <description> Attribute is similar to the standard HTML attribute and can specify window
+ placement relative to the content </description>
<defaultvalue>100</defaultvalue>
</property>
-
<property>
- <name>shadowOpacity</name>
- <classname>java.lang.String</classname>
- <description>
- HTML CSS class attribute of element for pop-up
- suggestion content
- </description>
- </property>
-
- <property>
- <name>keepVisualState</name>
- <classname>boolean</classname>
- <description>
- If 'true' modalPanel should save state after submittion
- </description>
- </property>
-
- <property>
- <name>shadowDepth</name>
- <classname>java.lang.String</classname>
- <description>
- Pop-up shadow depth for suggestion content
- </description>
- </property>
-
- <property>
- <name>onshow</name>
- <classname>java.lang.String</classname>
- <description>
- Event must occurs after panel opened
- </description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
-
- <property>
- <name>onhide</name>
- <classname>java.lang.String</classname>
- <description>
- Event must occurs after panel closed
- </description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
+ <name>shadowOpacity</name>
+ <classname>java.lang.String</classname>
+ <description> HTML CSS class attribute of element for pop-up suggestion content
+ </description>
+ </property>
<property>
+ <name>keepVisualState</name>
+ <classname>boolean</classname>
+ <description> If 'true' modalPanel should save state after submittion </description>
+ </property>
+ <property>
+ <name>shadowDepth</name>
+ <classname>java.lang.String</classname>
+ <description> Pop-up shadow depth for suggestion content </description>
+ </property>
+ <property>
+ <name>onshow</name>
+ <classname>java.lang.String</classname>
+ <description> Event must occurs after panel opened </description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>onhide</name>
+ <classname>java.lang.String</classname>
+ <description> Event must occurs after panel closed </description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
<name>showWhenRendered</name>
<classname>boolean</classname>
- <description>
- If "true" value for this attribute makes a modal panel opened as default.
- </description>
+ <description> If "true" value for this attribute makes a modal panel opened as default. </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>keepVisualState</name>
<classname>boolean</classname>
- <description>
- </description>
+ <description> </description>
<defaultvalue>false</defaultvalue>
- </property>
- <property>
- <name>tridentIVEngineSelectBehavior</name>
- <classname>java.lang.String</classname>
- <description>
- How to handle HTML SELECT-based controls in IE 6?
- - "disable" - default, handle as usual, use disabled="true" to hide SELECT controls
- - "hide" - use visibility="hidden" to hide SELECT controls
- </description>
- <defaultvalue><![CDATA["disable"]]></defaultvalue>
- </property>
- <property>
+ </property>
+ <property>
+ <name>tridentIVEngineSelectBehavior</name>
+ <classname>java.lang.String</classname>
+ <description> How to handle HTML SELECT-based controls in IE 6? - "disable" - default,
+ handle as usual, use disabled="true" to hide SELECT controls - "hide" - use
+ visibility="hidden" to hide SELECT controls </description>
+ <defaultvalue><![CDATA["disable"]]></defaultvalue>
+ </property>
+ <property>
<name>autosized</name>
<classname>boolean</classname>
- <description>
- If 'true' modalPanel should be autosizeable
- </description>
+ <description> If 'true' modalPanel should be autosizeable </description>
<defaultvalue>false</defaultvalue>
</property>
+ <property>
+ <name>requiredMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used as the
+ text of the validation message for the "required" facility, if the "required"
+ facility is used </description>
+ </property>
+ <property>
+ <name>validatorMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used as the
+ text of the validator message, replacing any message that comes from the validator
+ </description>
+ </property>
+ <property>
+ <name>converterMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used as the
+ text of the converter message, replacing any message that comes from the converter
+ </description>
+ </property>
<property hidden="true">
<name>localValueSet</name>
<description>localValueSet</description>
@@ -216,6 +189,5 @@
<name>valid</name>
<description>valid</description>
</property>
-
</component>
</components>
18 years, 8 months
JBoss Rich Faces SVN: r2504 - trunk/docs/userguide/en/src/main/resources/script.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-08-27 07:31:52 -0400 (Mon, 27 Aug 2007)
New Revision: 2504
Modified:
trunk/docs/userguide/en/src/main/resources/script/toggle.js
Log:
the file for highlighting
Modified: trunk/docs/userguide/en/src/main/resources/script/toggle.js
===================================================================
--- trunk/docs/userguide/en/src/main/resources/script/toggle.js 2007-08-27 11:16:39 UTC (rev 2503)
+++ trunk/docs/userguide/en/src/main/resources/script/toggle.js 2007-08-27 11:31:52 UTC (rev 2504)
@@ -40,4 +40,4 @@
show: function(node) {
node.style.display = "";
}
-};
\ No newline at end of file
+};
\ No newline at end of file
18 years, 8 months
JBoss Rich Faces SVN: r2503 - trunk/docs/xslt/en/src/main/xslt.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-08-27 07:16:39 -0400 (Mon, 27 Aug 2007)
New Revision: 2503
Added:
trunk/docs/xslt/en/src/main/xslt/code-highlight.xsl
Modified:
trunk/docs/xslt/en/src/main/xslt/html.xsl
trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl
Log:
files for code highlighting
Added: trunk/docs/xslt/en/src/main/xslt/code-highlight.xsl
===================================================================
--- trunk/docs/xslt/en/src/main/xslt/code-highlight.xsl (rev 0)
+++ trunk/docs/xslt/en/src/main/xslt/code-highlight.xsl 2007-08-27 11:16:39 UTC (rev 2503)
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+
+<!--
+
+-->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0"
+ xmlns="http://www.w3.org/TR/xhtml1/transitional"
+ exclude-result-prefixes="#default"
+ >
+
+ <xsl:template match="programlisting[@role='XML']|programlisting[@role='JAVA']|programlisting[@role='XHTML']|programlisting[@role='JSP']">
+
+ <xsl:variable name="role">
+ <xsl:value-of select="s:toUpperCase(string(@role))" xmlns:s="java:java.lang.String"/>
+ </xsl:variable>
+ <xsl:variable name="child.content">
+ <xsl:apply-templates/>
+ </xsl:variable>
+
+ <xsl:variable name="hiliter" select="jhl:getRenderer(string($role))" xmlns:jhl="java:com.uwyn.jhighlight.renderer.XhtmlRendererFactory"/>
+ <pre class="{$role}">
+ <xsl:choose>
+ <xsl:when test="$hiliter">
+ <xsl:value-of select="jhr:highlight($hiliter, $role, string($child.content), 'UTF-8', true())"
+ xmlns:jhr="com.uwyn.jhighlight.renderer.Renderer" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:copy-of select="$child.content"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </pre>
+
+ </xsl:template>
+
+</xsl:stylesheet>
\ No newline at end of file
Modified: trunk/docs/xslt/en/src/main/xslt/html.xsl
===================================================================
--- trunk/docs/xslt/en/src/main/xslt/html.xsl 2007-08-27 10:24:27 UTC (rev 2502)
+++ trunk/docs/xslt/en/src/main/xslt/html.xsl 2007-08-27 11:16:39 UTC (rev 2503)
@@ -25,7 +25,7 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:include href="./collapsing-navigation.xsl"></xsl:include>
-<!--xsl:include href="./code-highlight.xsl"></xsl:include-->
+<xsl:include href="./code-highlight.xsl"></xsl:include>
<!--###################################################
HTML Settings
Modified: trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl
===================================================================
--- trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl 2007-08-27 10:24:27 UTC (rev 2502)
+++ trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl 2007-08-27 11:16:39 UTC (rev 2503)
@@ -27,7 +27,7 @@
<xsl:include href="./collapsing-navigation.xsl"></xsl:include>
-<!--xsl:include href="./code-highlight.xsl"></xsl:include-->
+<xsl:include href="./code-highlight.xsl"></xsl:include>
<!--###################################################
18 years, 8 months
JBoss Rich Faces SVN: r2502 - trunk/ui/datascroller/src/main/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: a.izobov
Date: 2007-08-27 06:24:27 -0400 (Mon, 27 Aug 2007)
New Revision: 2502
Modified:
trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java
Log:
http://jira.jboss.com/jira/browse/RF-616
Modified: trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java
===================================================================
--- trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java 2007-08-27 09:59:01 UTC (rev 2501)
+++ trunk/ui/datascroller/src/main/java/org/richfaces/component/UIDatascroller.java 2007-08-27 10:24:27 UTC (rev 2502)
@@ -192,12 +192,12 @@
}
}
throw new FacesException(
- "could not dataTable for datascroller " + this.getId());
+ "could not find dataTable for datascroller " + this.getId());
} else {
forComp = findComponent(forAttribute);
}
if (forComp == null) {
- throw new IllegalArgumentException("could not dataTable with id '"
+ throw new IllegalArgumentException("could not find dataTable with id '"
+ forAttribute + "'");
} else if (!(forComp instanceof UIData)) {
throw new IllegalArgumentException(
18 years, 8 months
JBoss Rich Faces SVN: r2501 - trunk/test-applications/facelets/src/main/webapp/WEB-INF.
by richfaces-svn-commits@lists.jboss.org
Author: akushunin
Date: 2007-08-27 05:59:01 -0400 (Mon, 27 Aug 2007)
New Revision: 2501
Modified:
trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-TogglePanel.xml
Log:
RF-674
Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-TogglePanel.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-TogglePanel.xml 2007-08-27 09:30:08 UTC (rev 2500)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-TogglePanel.xml 2007-08-27 09:59:01 UTC (rev 2501)
@@ -3,8 +3,8 @@
"http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
<faces-config>
<managed-bean>
- <managed-bean-name>simpleTogglePanel</managed-bean-name>
- <managed-bean-class>sTP.SimpleTogglePanel</managed-bean-class>
+ <managed-bean-name>togglePanel</managed-bean-name>
+ <managed-bean-class>togglePanel.TogglePanel</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
</faces-config>
\ No newline at end of file
18 years, 8 months
JBoss Rich Faces SVN: r2500 - in trunk/ui: gmap/src/main/templates and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: a.izobov
Date: 2007-08-27 05:30:08 -0400 (Mon, 27 Aug 2007)
New Revision: 2500
Modified:
trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
trunk/ui/gmap/src/main/templates/gmap.jspx
trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx
Log:
http://jira.jboss.com/jira/browse/RF-637
Modified: trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
--- trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-08-27 09:30:08 UTC (rev 2500)
@@ -21,7 +21,7 @@
<![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>
</jsp:scriptlet>
<div id="#{clientId}"
- x:passThruWithExclusions="value,name,type,id,styleClass"
+ x:passThruWithExclusions="value,name,type,id,styleClass,class"
class="dr-dscr rich-datascr #{component.attributes['styleClass']}">
<table id="#{clientId}_table" align="#{component.attributes['align']}" border="0" cellpadding="0" cellspacing="1" class="dr-dscr-t rich-dtascroller-table #{component.attributes['tableStyleClass']}">
<tbody>
Modified: trunk/ui/gmap/src/main/templates/gmap.jspx
===================================================================
--- trunk/ui/gmap/src/main/templates/gmap.jspx 2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/gmap/src/main/templates/gmap.jspx 2007-08-27 09:30:08 UTC (rev 2500)
@@ -30,7 +30,7 @@
<h:scripts>new org.ajax4jsf.javascript.PrototypeScript(),script/gmap.js</h:scripts>
<div id="#{clientId}" class="dr-gmap rich-gmap #{component.attributes['styleClass']}"
- x:passThruWithExclusions="id, styleClass"
+ x:passThruWithExclusions="id, styleClass, class"
>
<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&key=#{key}" />
<script type="text/javascript">
Modified: trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx 2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx 2007-08-27 09:30:08 UTC (rev 2500)
@@ -20,7 +20,7 @@
scripts/simpleTogglePanel.js
</h:scripts>
- <div id="#{clientId}" x:passThruWithExclusions="id,value,style,styleClass"
+ <div id="#{clientId}" x:passThruWithExclusions="id,value,style,styleClass,class"
class="dr-stglpnl rich-stglpanel #{component.attributes['styleClass']}"
style="width: #{component.attributes['width']}; #{component.attributes['style']};">
Modified: trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx
===================================================================
--- trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx 2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx 2007-08-27 09:30:08 UTC (rev 2500)
@@ -23,7 +23,7 @@
<h:scripts>new org.ajax4jsf.javascript.PrototypeScript(),script/virtualEarth.js</h:scripts>
<div id="#{clientId}" style="position:relative; width:400px; height:400px;#{style}" class="dr-ve rich-virtualEarth #{component.attributes['styleClass']}"
- x:passThruWithExclusions="id, styleClass,style"
+ x:passThruWithExclusions="id, styleClass,style,class"
>
<script type="text/javascript" src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=5" />
<script type="text/javascript">
18 years, 8 months
JBoss Rich Faces SVN: r2499 - in trunk/ui: modal-panel/src/main/config/component and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: akushunin
Date: 2007-08-27 05:05:41 -0400 (Mon, 27 Aug 2007)
New Revision: 2499
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
setted hidden=true to properties localValueSet and Valid
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2007-08-26 13:32:57 UTC (rev 2498)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2007-08-27 09:05:41 UTC (rev 2499)
@@ -7,8 +7,12 @@
<classname>org.richfaces.component.html.HtmlCalendar</classname>
<superclass>org.richfaces.component.UICalendar</superclass>
<test>
- <classname>org.richfaces.component.html.HtmlCalendarTest</classname>
- <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+ <classname>
+ org.richfaces.component.html.HtmlCalendarTest
+ </classname>
+ <superclassname>
+ org.ajax4jsf.tests.AbstractAjax4JsfTestCase
+ </superclassname>
</test>
<description>
<![CDATA[
@@ -21,19 +25,25 @@
<tag>
<name>calendar</name>
<classname>org.richfaces.taglib.CalendarTag</classname>
- <superclass> org.ajax4jsf.webapp.taglib.HtmlComponentTagBase </superclass>
+ <superclass>
+ org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
+ </superclass>
<test>
- <classname>org.richfaces.component.html.HtmlCalendarTest</classname>
- <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+ <classname>
+ org.richfaces.component.html.HtmlCalendarTest
+ </classname>
+ <superclassname>
+ org.ajax4jsf.tests.AbstractAjax4JsfTestCase
+ </superclassname>
</test>
</tag>
<!--
- <taghandler>
+ <taghandler>
<classname>org.ajax4jsf.tag.TestHandler</classname>
- </taghandler>
+ </taghandler>
-->
- &ui_component_attributes;
+ &ui_component_attributes;
&ui_input_attributes;
&ui_output_attributes;
<property>
@@ -51,8 +61,11 @@
<property elonly="true">
<name>data</name>
<classname>org.richfaces.model.CalendarDataModel</classname>
- <description>Used to provide data for calendar elements. If data is not provided, all
- Data Model related functions are disabled</description>
+ <description>
+ Used to provide data for calendar elements. If data is
+ not provided, all Data Model related functions are
+ disabled
+ </description>
</property>
<property elonly="true">
<name>locale</name>
@@ -63,28 +76,40 @@
<property elonly="true">
<name>timeZone</name>
<classname>java.util.TimeZone</classname>
- <description>Used for current date calculations</description>
+ <description>
+ Used for current date calculations
+ </description>
<defaultvalue>getDefaultTimeZone()</defaultvalue>
</property>
<property elonly="true">
<name>preloadDateRangeBegin</name>
<classname>java.util.Date</classname>
- <description>Define the initial range of date which will be loaded to client from
- dataModel under rendering</description>
- <defaultvalue>getDefaultPreloadBegin(getCurrentDateOrDefault())</defaultvalue>
+ <description>
+ Define the initial range of date which will be loaded to
+ client from dataModel under rendering
+ </description>
+ <defaultvalue>
+ getDefaultPreloadBegin(getCurrentDateOrDefault())
+ </defaultvalue>
</property>
<property elonly="true">
<name>preloadDateRangeEnd</name>
<classname>java.util.Date</classname>
- <description>Defines the last range of date which will be loaded to client from
- dataModel under rendering</description>
- <defaultvalue>getDefaultPreloadEnd(getCurrentDateOrDefault())</defaultvalue>
+ <description>
+ Defines the last range of date which will be loaded to
+ client from dataModel under rendering
+ </description>
+ <defaultvalue>
+ getDefaultPreloadEnd(getCurrentDateOrDefault())
+ </defaultvalue>
</property>
<property elonly="true">
<name>currentDate</name>
<classname>java.util.Date</classname>
<description>Defines current date</description>
- <defaultvalue>java.util.Calendar.getInstance(getTimeZone()).getTime()</defaultvalue>
+ <defaultvalue>
+ java.util.Calendar.getInstance(getTimeZone()).getTime()
+ </defaultvalue>
</property>
<property>
<name>datePattern</name>
@@ -95,109 +120,147 @@
<property>
<name>scrollMode</name>
<classname>java.lang.String</classname>
- <description>Valid values are "ajax" and "client"</description>
+ <description>
+ Valid values are "ajax" and "client"
+ </description>
<defaultvalue>"ajax"</defaultvalue>
</property>
<property>
<name>popup</name>
<classname>boolean</classname>
- <description>If "true" calendar will be rendered initially as hidden
- with additional elements for calling as popup</description>
+ <description>
+ If "true" calendar will be rendered initially
+ as hidden with additional elements for calling as popup
+ </description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If "true", rendered is disabled. In
- "popup" mode both controls are disabled</description>
+ <description>
+ If "true", rendered is disabled. In
+ "popup" mode both controls are disabled
+ </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>jointPoint</name>
<classname>java.lang.String</classname>
- <description>Set the corner of the button for the popup to be connected with (top-left,
- top-right, bottom-left (Default), bottom-right, auto)</description>
+ <description>
+ Set the corner of the button for the popup to be
+ connected with (top-left, top-right, bottom-left
+ (Default), bottom-right, auto)
+ </description>
<defaultvalue>"bottom-left"</defaultvalue>
</property>
<property>
<name>direction</name>
<classname>java.lang.String</classname>
- <description>Defines direction of the calendar popup (top-left, top-right, bottom-left,
- bottom-right (Default), auto)</description>
+ <description>
+ Defines direction of the calendar popup (top-left,
+ top-right, bottom-left, bottom-right (Default), auto)
+ </description>
<defaultvalue>"bottom-right"</defaultvalue>
</property>
<property>
<name>weekDayLabels</name>
<classname>java.lang.Object</classname>
- <description>List of the day names displays on the days bar in the following way
- "Sun, Mon, Tue, Wed, …"</description>
+ <description>
+ List of the day names displays on the days bar in the
+ following way "Sun, Mon, Tue, Wed, …"
+ </description>
</property>
<property>
<name>weekDayLabelsShort</name>
<classname>java.lang.Object</classname>
- <description>Attribute that allows to customize short names of the weeks. Should accept
- list with the weeks names.</description>
+ <description>
+ Attribute that allows to customize short names of the
+ weeks. Should accept list with the weeks names.
+ </description>
</property>
<property>
<name>monthLabels</name>
<classname>java.lang.Object</classname>
- <description>Attribute that allows to customize names of the months. Should accept list
- with the month names</description>
+ <description>
+ Attribute that allows to customize names of the months.
+ Should accept list with the month names
+ </description>
</property>
<property>
<name>monthLabelsShort</name>
<classname>java.lang.Object</classname>
- <description>Attribute that allows to customize short names of the months. Should accept
- list with the month names</description>
+ <description>
+ Attribute that allows to customize short names of the
+ months. Should accept list with the month names
+ </description>
</property>
<property>
<name>buttonLabel</name>
<classname>java.lang.String</classname>
- <description>Defines label for the popup button element</description>
+ <description>
+ Defines label for the popup button element
+ </description>
<defaultvalue>"popupButton"</defaultvalue>
</property>
<property>
<name>toolTipMode</name>
<classname>java.lang.String</classname>
- <description>Used to specify mode to load tooltips. Valid values are
- "none", "single" and "batch"</description>
+ <description>
+ Used to specify mode to load tooltips. Valid values are
+ "none", "single" and
+ "batch"
+ </description>
<defaultvalue>"batch"</defaultvalue>
</property>
<property>
<name>boundaryDatesMode</name>
<classname>java.lang.String</classname>
- <description>Used for the dates boundaries in the list. Valid values are
- "inactive" (Default) – dates inactive and gray colored,
- "scroll" – boundaries work as month scrolling controls, and
- "select" – boundaries work in the same way as
- "scroll" but with the date clicked selection</description>
+ <description>
+ Used for the dates boundaries in the list. Valid values
+ are "inactive" (Default) – dates inactive and
+ gray colored, "scroll" – boundaries work as
+ month scrolling controls, and "select" –
+ boundaries work in the same way as "scroll"
+ but with the date clicked selection
+ </description>
<defaultvalue>"inactive"</defaultvalue>
</property>
<property>
- <name> enableManualInput </name>
+ <name>enableManualInput</name>
<classname>boolean</classname>
- <description>If "true" calendar input will be editable and it will be possible to change
- the date manualy. If "false" value for this attribute makes a text
- field "read-only", so the value can be changed only from a handle</description>
+ <description>
+ If "true" calendar input will be editable and
+ it will be possible to change the date manualy. If
+ "false" value for this attribute makes a text
+ field "read-only", so the value can be changed
+ only from a handle
+ </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
- <name> showInput </name>
+ <name>showInput</name>
<classname>boolean</classname>
- <description>"false" value for this attribute makes text field
- invisible. If "true" - input field will be shown</description>
+ <description>
+ "false" value for this attribute makes text
+ field invisible. If "true" - input field will
+ be shown
+ </description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied when this component is
- rendered</description>
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
+ </description>
</property>
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute</description>
+ <description>
+ Corresponds to the HTML class attribute
+ </description>
</property>
<property>
<name>inputStyle</name>
@@ -207,37 +270,55 @@
<property>
<name>inputClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for a text field</description>
+ <description>
+ Style Class attribute for a text field
+ </description>
</property>
<property>
<name>zindex</name>
<classname>int</classname>
- <description>Attribute is similar to the standard HTML attribute and can specify window
- placement relative to the content</description>
+ <description>
+ Attribute is similar to the standard HTML attribute and
+ can specify window placement relative to the content
+ </description>
<defaultvalue>3</defaultvalue>
</property>
-
+
<property>
<name>requiredMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
+ A ValueExpression enabled attribute that, if present,
+ will be used as the text of the validation message for
+ the "required" facility, if the "required" facility is
+ used
</description>
</property>
<property>
<name>validatorMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
+ A ValueExpression enabled attribute that, if present,
+ will be used as the text of the validator message,
+ replacing any message that comes from the validator
</description>
- </property>
+ </property>
<property>
<name>converterMessage</name>
<classname>java.lang.String</classname>
<description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
+ A ValueExpression enabled attribute that, if present,
+ will be used as the text of the converter message,
+ replacing any message that comes from the converter
</description>
</property>
-
+ <property hidden="true">
+ <name>localValueSet</name>
+ <description>localValueSet</description>
+ </property>
+ <property hidden="true">
+ <name>valid</name>
+ <description>valid</description>
+ </property>
</component>
</components>
Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2007-08-26 13:32:57 UTC (rev 2498)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2007-08-27 09:05:41 UTC (rev 2499)
@@ -208,6 +208,14 @@
</description>
<defaultvalue>false</defaultvalue>
</property>
+ <property hidden="true">
+ <name>localValueSet</name>
+ <description>localValueSet</description>
+ </property>
+ <property hidden="true">
+ <name>valid</name>
+ <description>valid</description>
+ </property>
</component>
</components>
18 years, 8 months
JBoss Rich Faces SVN: r2498 - trunk/ui/calendar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-08-26 09:32:57 -0400 (Sun, 26 Aug 2007)
New Revision: 2498
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
http://jira.jboss.com/jira/browse/RF-696 - added descriptions for attributes
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2007-08-26 13:31:33 UTC (rev 2497)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2007-08-26 13:32:57 UTC (rev 2498)
@@ -21,22 +21,21 @@
<tag>
<name>calendar</name>
<classname>org.richfaces.taglib.CalendarTag</classname>
- <superclass>
- org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
- </superclass>
-
+ <superclass> org.ajax4jsf.webapp.taglib.HtmlComponentTagBase </superclass>
+
<test>
- <classname>org.richfaces.component.html.HtmlCalendarTest</classname>
- <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
- </test>
+ <classname>org.richfaces.component.html.HtmlCalendarTest</classname>
+ <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+ </test>
</tag>
<!--
<taghandler>
<classname>org.ajax4jsf.tag.TestHandler</classname>
</taghandler>
-->
-
- &ui_component_attributes;
+ &ui_component_attributes;
+ &ui_input_attributes;
+ &ui_output_attributes;
<property>
<name>width</name>
<classname>java.lang.String</classname>
@@ -52,7 +51,8 @@
<property elonly="true">
<name>data</name>
<classname>org.richfaces.model.CalendarDataModel</classname>
- <description>Used to provide data for calendar elements. If data is not provided, all Data Model related functions are disabled</description>
+ <description>Used to provide data for calendar elements. If data is not provided, all
+ Data Model related functions are disabled</description>
</property>
<property elonly="true">
<name>locale</name>
@@ -69,13 +69,15 @@
<property elonly="true">
<name>preloadDateRangeBegin</name>
<classname>java.util.Date</classname>
- <description>Define the initial range of date which will be loaded to client from dataModel under rendering</description>
+ <description>Define the initial range of date which will be loaded to client from
+ dataModel under rendering</description>
<defaultvalue>getDefaultPreloadBegin(getCurrentDateOrDefault())</defaultvalue>
</property>
<property elonly="true">
<name>preloadDateRangeEnd</name>
<classname>java.util.Date</classname>
- <description>Defines the last range of date which will be loaded to client from dataModel under rendering</description>
+ <description>Defines the last range of date which will be loaded to client from
+ dataModel under rendering</description>
<defaultvalue>getDefaultPreloadEnd(getCurrentDateOrDefault())</defaultvalue>
</property>
<property elonly="true">
@@ -99,105 +101,143 @@
<property>
<name>popup</name>
<classname>boolean</classname>
- <description>If "true" calendar will be rendered initially as hidden with additional elements for calling as popup</description>
+ <description>If "true" calendar will be rendered initially as hidden
+ with additional elements for calling as popup</description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If "true", rendered is disabled. In "popup" mode both controls are disabled</description>
+ <description>If "true", rendered is disabled. In
+ "popup" mode both controls are disabled</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>jointPoint</name>
<classname>java.lang.String</classname>
- <description>Set the corner of the button for the popup to be connected with (top-left, top-right, bottom-left, bottom-right, auto)</description>
+ <description>Set the corner of the button for the popup to be connected with (top-left,
+ top-right, bottom-left (Default), bottom-right, auto)</description>
<defaultvalue>"bottom-left"</defaultvalue>
</property>
<property>
<name>direction</name>
<classname>java.lang.String</classname>
- <description>Defines direction of the calendar popup (top-left, top-right, bottom-left, bottom-right, auto (Default))</description>
+ <description>Defines direction of the calendar popup (top-left, top-right, bottom-left,
+ bottom-right (Default), auto)</description>
<defaultvalue>"bottom-right"</defaultvalue>
</property>
-
<property>
<name>weekDayLabels</name>
<classname>java.lang.Object</classname>
- <description>List of the day names displays on the days bar in the following way "Sun, Mon, Tue, Wed, …"</description>
+ <description>List of the day names displays on the days bar in the following way
+ "Sun, Mon, Tue, Wed, …"</description>
</property>
<property>
<name>weekDayLabelsShort</name>
<classname>java.lang.Object</classname>
- <description>Attribute that allows to customize short names of the weeks. Should accept list with the weeks names.</description>
+ <description>Attribute that allows to customize short names of the weeks. Should accept
+ list with the weeks names.</description>
</property>
<property>
<name>monthLabels</name>
<classname>java.lang.Object</classname>
- <description>Attribute that allows to customize names of the months. Should accept list with the month names</description>
+ <description>Attribute that allows to customize names of the months. Should accept list
+ with the month names</description>
</property>
<property>
<name>monthLabelsShort</name>
<classname>java.lang.Object</classname>
- <description>Attribute that allows to customize short names of the months. Should accept list with the month names</description>
+ <description>Attribute that allows to customize short names of the months. Should accept
+ list with the month names</description>
</property>
- <property>
+ <property>
<name>buttonLabel</name>
<classname>java.lang.String</classname>
- <description>Defines label for the popup button element</description>
+ <description>Defines label for the popup button element</description>
<defaultvalue>"popupButton"</defaultvalue>
</property>
<property>
<name>toolTipMode</name>
<classname>java.lang.String</classname>
- <description>Used to specify mode to load tooltips. Valid values are "none", "single" and "batch"</description>
+ <description>Used to specify mode to load tooltips. Valid values are
+ "none", "single" and "batch"</description>
<defaultvalue>"batch"</defaultvalue>
</property>
<property>
<name>boundaryDatesMode</name>
<classname>java.lang.String</classname>
- <description>Used for the dates boundaries in the list. Valid values are "inactive" (Default) – dates inactive and gray colored, "scroll"
- – boundaries work as month scrolling controls, and "select" – boundaries work in the same way as "scroll" but with the date clicked selection</description>
+ <description>Used for the dates boundaries in the list. Valid values are
+ "inactive" (Default) – dates inactive and gray colored,
+ "scroll" – boundaries work as month scrolling controls, and
+ "select" – boundaries work in the same way as
+ "scroll" but with the date clicked selection</description>
<defaultvalue>"inactive"</defaultvalue>
</property>
<property>
- <name> enableManualInput </name>
- <classname>boolean</classname>
- <description>If true – calendar input will be editable and it will be possible to change the date manualy. If "false" value for this attribute makes a text field "read-only", so the value can be changed only from a handle</description>
- <defaultvalue>false</defaultvalue>
- </property>
- <property>
- <name> showInput </name>
- <classname>boolean</classname>
- <description>"false" value for this attribute makes text a field invisible. If "true" – input field will be shown</description>
- <defaultvalue>true</defaultvalue>
- </property>
+ <name> enableManualInput </name>
+ <classname>boolean</classname>
+ <description>If "true" calendar input will be editable and it will be possible to change
+ the date manualy. If "false" value for this attribute makes a text
+ field "read-only", so the value can be changed only from a handle</description>
+ <defaultvalue>false</defaultvalue>
+ </property>
<property>
+ <name> showInput </name>
+ <classname>boolean</classname>
+ <description>"false" value for this attribute makes text field
+ invisible. If "true" - input field will be shown</description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+ <property>
<name>style</name>
<classname>java.lang.String</classname>
- <description></description>
- </property> <property>
+ <description>CSS style(s) is/are to be applied when this component is
+ rendered</description>
+ </property>
+ <property>
<name>styleClass</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>Corresponds to the HTML class attribute</description>
</property>
<property>
<name>inputStyle</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>Style attribute for text field</description>
</property>
<property>
<name>inputClass</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>Style Class attribute for a text field</description>
</property>
<property>
<name>zindex</name>
<classname>int</classname>
- <description>Attribute is similar to the standard HTML attribute and can specify window placement relative to the content</description>
+ <description>Attribute is similar to the standard HTML attribute and can specify window
+ placement relative to the content</description>
<defaultvalue>3</defaultvalue>
+ </property>
+
+ <property>
+ <name>requiredMessage</name>
+ <classname>java.lang.String</classname>
+ <description>
+ A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
+ </description>
+ </property>
+ <property>
+ <name>validatorMessage</name>
+ <classname>java.lang.String</classname>
+ <description>
+ A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
+ </description>
</property>
-
+ <property>
+ <name>converterMessage</name>
+ <classname>java.lang.String</classname>
+ <description>
+ A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
+ </description>
+ </property>
</component>
</components>
18 years, 8 months