You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jl...@apache.org on 2006/10/27 00:20:44 UTC

svn commit: r468171 - in /myfaces/tomahawk/trunk/examples/simple/src/main/webapp: WEB-INF/examples-config.xml schedule1.jsp schedule2.jsp schedule3.jsp schedule4.jsp schedule5.jsp schedule_editsettings.jsp

Author: jlust
Date: Thu Oct 26 15:20:43 2006
New Revision: 468171

URL: http://svn.apache.org/viewvc?view=rev&rev=468171
Log:
corrected layout after adding the include for viewing the source of the managed beans

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml?view=diff&rev=468171&r1=468170&r2=468171
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml Thu Oct 26 15:20:43 2006
@@ -426,7 +426,7 @@
     	<managed-bean-scope>session</managed-bean-scope>
     	<managed-property>
     		<property-name>mode</property-name>
-    		<value>1</value>
+    		<value>3</value>
     	</managed-property>
     	<managed-property>
     		<property-name>selectedDate</property-name>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp?view=diff&rev=468171&r1=468170&r2=468171
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule1.jsp Thu Oct 26 15:20:43 2006
@@ -33,7 +33,7 @@
 				theme="evolution" tooltip="true"/>
 		</t:div>
 		<!--  The column on the left, containing the calendar and other controls -->
-		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px;">
+		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px; overflow: auto">
 			<h:panelGrid columns="1">
 				<t:inputCalendar id="scheduleNavigator"
 					value="#{scheduleHandler1.model.selectedDate}" />
@@ -45,10 +45,11 @@
 					value="add sample holiday" />
 			</h:panelGrid>
     <%@include file="/inc/page_footer.jsp" %>
+    <jsp:include page="inc/mbean_source.jsp"/>
 		</t:div>
 	</h:form>
 
-    <jsp:include page="inc/mbean_source.jsp"/>
+    
 
 </f:view>
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp?view=diff&rev=468171&r1=468170&r2=468171
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule2.jsp Thu Oct 26 15:20:43 2006
@@ -33,7 +33,7 @@
 				theme="evolution" tooltip="true" />
 		</t:div>
 		<!--  The column on the left, containing the calendar and other controls -->
-		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px;">
+		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px; overflow: auto">
 			<h:panelGrid columns="1">
 				<t:inputCalendar id="scheduleNavigator"
 					value="#{scheduleHandler1.model.selectedDate}" />
@@ -46,11 +46,9 @@
 					rendered="#{scheduleHandler1.model.entrySelected}"/>
 			</h:panelGrid>
 		    <%@include file="/inc/page_footer.jsp" %>
+		    <jsp:include page="inc/mbean_source.jsp"/>
 		</t:div>
 	</h:form>
-
-    <jsp:include page="inc/mbean_source.jsp"/>
-
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp?view=diff&rev=468171&r1=468170&r2=468171
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule3.jsp Thu Oct 26 15:20:43 2006
@@ -43,7 +43,7 @@
 				detailedRowHeight="#{scheduleSettings2.detailedRowHeight}"/>
 		</t:div>
 		<!--  The column on the left, containing the calendar and other controls -->
-		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px;">
+		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px; overflow: auto">
 			<h:panelGrid columns="1">
 				<t:inputCalendar id="scheduleNavigator"
 					value="#{scheduleHandler2.model.selectedDate}" />
@@ -58,10 +58,9 @@
 					value="Schedule properties..." />
 			</h:panelGrid>
 			<%@include file="/inc/page_footer.jsp"%>
+		    <jsp:include page="inc/mbean_source.jsp"/>
 		</t:div>
 	</h:form>
-
-    <jsp:include page="inc/mbean_source.jsp"/>
 
 </f:view>
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp?view=diff&rev=468171&r1=468170&r2=468171
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule4.jsp Thu Oct 26 15:20:43 2006
@@ -63,7 +63,7 @@
 				entryRenderer="#{randomColorEntryRenderer}" />
 		</t:div>
 		<!--  The column on the left, containing the calendar and other controls -->
-		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px;">
+		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px; overflow: auto">
 			<h:panelGrid columns="1">
 				<t:inputCalendar id="scheduleNavigator"
 					value="#{scheduleHandler1.model.selectedDate}" />
@@ -75,10 +75,9 @@
 					value="add sample holiday" />
 			</h:panelGrid>
 			<%@include file="/inc/page_footer.jsp"%>
+		    <jsp:include page="inc/mbean_source.jsp"/>
 		</t:div>
 	</h:form>
-
-    <jsp:include page="inc/mbean_source.jsp"/>
 
 </f:view>
 </body>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp?view=diff&rev=468171&r1=468170&r2=468171
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule5.jsp Thu Oct 26 15:20:43 2006
@@ -47,7 +47,7 @@
 			<h:outputText value="#{bindingScheduleHandler.mouseActionText}"></h:outputText>
 		</t:div>
 		<!--  The column on the left, containing the calendar and other controls -->
-		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px;">
+		<t:div style="position: absolute; left: 5px; top: 5px; width: 210px; overflow: auto">
 			<h:panelGrid columns="1">
 				<t:inputCalendar id="scheduleNavigator"
 					value="#{bindingScheduleHandler.model.selectedDate}" />
@@ -58,12 +58,10 @@
 					actionListener="#{bindingScheduleHandler.addSampleHoliday}"
 					value="add sample holiday" />
 			</h:panelGrid>
-    <%@include file="/inc/page_footer.jsp" %>
+		    <%@include file="/inc/page_footer.jsp" %>
+		    <jsp:include page="inc/mbean_source.jsp"/>
 		</t:div>
 	</h:form>
-
-    <jsp:include page="inc/mbean_source.jsp"/>
-
 </f:view>
 </body>
 </html>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp?view=diff&rev=468171&r1=468170&r2=468171
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/schedule_editsettings.jsp Thu Oct 26 15:20:43 2006
@@ -29,7 +29,7 @@
 		<h:messages tooltip="true" layout="table" globalOnly="false" />
 		<h:panelGrid columns="3">
 			<h:outputLabel for="mode" value="Display mode:" />
-			<h:selectOneRadio id="mode" value="#{scheduleHandler2.model.mode}">
+			<h:selectOneRadio id="mode" value="#{scheduleSettings2.model.mode}">
 				<f:selectItem itemValue="0" itemLabel="day"/>
 				<f:selectItem itemValue="1" itemLabel="workweek"/>
 				<f:selectItem itemValue="2" itemLabel="week" />