Author: mvitenkov
Date: 2008-04-30 09:52:25 -0400 (Wed, 30 Apr 2008)
New Revision: 8379
Modified:
trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp
Log:
inputNumberSlider in tabPanel
Modified:
trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp 2008-04-30
13:15:58 UTC (rev 8378)
+++
trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp 2008-04-30
13:52:25 UTC (rev 8379)
@@ -24,4 +24,18 @@
</h:panelGroup>
</h:panelGrid>
<rich:spacer height="20px"></rich:spacer>
+
+ <h:form>
+ <rich:tabPanel switchType="client">
+ <rich:tab label="First">
+ Here is tab #1
+ <rich:inputNumberSlider value="10" />
+ </rich:tab>
+ <rich:tab label="Second">
+ Here is tab #2
+ <rich:inputNumberSlider value="20" />
+ </rich:tab>
+ </rich:tabPanel>
+ <h:commandButton action="submit" value="Submit" />
+ </h:form>
</f:subview>
\ No newline at end of file
Show replies by date