Author: cagatay
Date: Thu Jan 4 03:40:31 2007
New Revision: 492526
URL: http://svn.apache.org/viewvc?view=rev&rev=492526
Log:
svn move of sandbox selectitems tld related to TOMAHAWK-805
Added:
myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_select_items_attributes.xml (with props)
Removed:
myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/select_items_attributes.xml
Modified:
myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld
myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
Added: myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_select_items_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_select_items_attributes.xml?view=auto&rev=492526
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_select_items_attributes.xml (added)
+++ myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_select_items_attributes.xml Thu Jan 4 03:40:31 2007
@@ -0,0 +1,24 @@
+
+ var
+ true
+ false
+
+ name of the iterator
+
+
+
+ itemLabel
+ true
+ false
+
+ name of the selectitem
+
+
+
+ itemValue
+ true
+ false
+
+ value of the selectitem
+
+
\ No newline at end of file
Propchange: myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_select_items_attributes.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: myfaces/tomahawk/trunk/core/src/main/tld/tomahawk-entities/tomahawk_select_items_attributes.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified: myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld?view=diff&rev=492526&r1=492525&r2=492526
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld Thu Jan 4 03:40:31 2007
@@ -217,6 +217,8 @@
SYSTEM "tomahawk-entities/tomahawk_panel_group_attributes.xml">
+
]>
@@ -1588,6 +1590,19 @@
Dojo initializer helper tag for debugging and communication flags. This tag encapsules the Dojo DjConfig meta configuration and also adds the needed dojo required functionality.
&ui_component_attributes;
&tomahawk_dojo_intializer_attributes;
+
+
+
+ selectItems
+ org.apache.myfaces.custom.selectitems.SelectItemsTag
+ JSP
+
+ An extended version of the standard UISelectItems.
+
+ Populates the SelectItem collection from the given value automatically using the itemLabel and itemValue attributes.
+
+ &ui_select_items_attributes;
+ &tomahawk_select_items_attributes;
Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?view=diff&rev=492526&r1=492525&r2=492526
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Thu Jan 4 03:40:31 2007
@@ -137,7 +137,6 @@
-
@@ -1204,18 +1203,6 @@
-
- selectItems
- org.apache.myfaces.custom.selectitems.SelectItemsTag
- JSP
-
- An extended version of the standard UISelectItems.
-
- Populates the SelectItem collection from the given value automatically using the itemLabel and itemValue attributes.
-
- &ui_select_items_attributes;
- &select_items_attributes;
-
pprPanelGroup