You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/09/08 23:36:07 UTC

svn commit: r441658 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp

Author: werpu
Date: Fri Sep  8 14:36:07 2006
New Revision: 441658

URL: http://svn.apache.org/viewvc?view=rev&rev=441658
Log:
added linked split pane

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp?view=diff&rev=441658&r1=441657&r2=441658
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp Fri Sep  8 14:36:07 2006
@@ -121,6 +121,11 @@
             <h:panelGrid style="padding-left:25px">
                 <h:outputLink value="dojo/dojoDialog.jsf" ><f:verbatim>Dojo Dialog examples</f:verbatim></h:outputLink>
             </h:panelGrid>
+            <h:outputText value="Dojo Split Pane"/>
+            <h:panelGrid style="padding-left:25px">
+                <h:outputLink value="dojo/splitpanejsfonly.jsf" ><f:verbatim>Split Pane example</f:verbatim></h:outputLink>
+            </h:panelGrid>
+
         </h:panelGrid>
     </h:form>
     </f:view>