Author: vmolotkov
Date: 2007-11-14 12:41:47 -0500 (Wed, 14 Nov 2007)
New Revision: 3994
Added:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_header.png
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_press.png
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_select.png
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bottom.gif
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/down.gif
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/top.gif
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/up.gif
Modified:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
Log:
new styles for component
Added: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_header.png
===================================================================
(Binary files differ)
Property changes on:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_header.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_press.png
===================================================================
(Binary files differ)
Property changes on:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_press.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_select.png
===================================================================
(Binary files differ)
Property changes on:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bg_select.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bottom.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/bottom.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/down.gif
===================================================================
(Binary files differ)
Property changes on: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/down.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/top.gif
===================================================================
(Binary files differ)
Property changes on: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/top.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/up.gif
===================================================================
(Binary files differ)
Property changes on: trunk/sandbox/samples/orderingListDemo/src/main/webapp/img/up.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-14
17:40:37 UTC (rev 3993)
+++ trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-14
17:41:47 UTC (rev 3994)
@@ -178,38 +178,6 @@
</h:panelGrid>
<h3>Ordering lists within a4j:repeat</h3>
<a4j:commandButton reRender="repeat" value="Rerender
a4j:repeat" />
- <h:panelGrid columns="3" >
- <a4j:repeat value="#{bean.lists}" var="list"
id="repeat">
- <ol:orderingList value="#{list.items}" var="item" >
- <h:column>
- <f:facet name="header">
- <h:outputText value="Name" />
- </f:facet>
- <h:inputText value="#{item.name}" />
- </h:column>
- <h:column>
- <f:facet name="header">
- <h:outputText value="Price" />
- </f:facet>
- <h:outputText value="#{item.price}" />
- </h:column>
- <h:column>
- <f:facet name="header">
- <h:outputText value="Ajax Action" />
- </f:facet>
- <a4j:commandButton value="Ajax Action"
reRender="actionResult"
- action="#{item.action}" />
- </h:column>
- <h:column>
- <f:facet name="header">
- <h:outputText value="Server Action" />
- </f:facet>
- <h:commandLink value="Server Action"
action="#{item.action}" />
- </h:column>
- </ol:orderingList>
- </a4j:repeat>
- </h:panelGrid>
- <a4j:log popup="false" />
</h:form>
</f:view>
</body>
Show replies by date