Author: musachy
Date: Mon May 28 09:37:27 2007
New Revision: 542265

URL: http://svn.apache.org/viewvc?view=rev&rev=542265
Log:
Fix example to use Dojo plugin tags

Modified:
    
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example5.jsp

Modified: 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example5.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example5.jsp?view=diff&rev=542265&r1=542264&r2=542265
==============================================================================
--- 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example5.jsp
 (original)
+++ 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example5.jsp
 Mon May 28 09:37:27 2007
@@ -12,10 +12,10 @@
 <body>
 
                                <sx:tabbedpanel id="test2" cssStyle="width: 
500px; height: 300px;" doLayout="true" labelposition="bottom">
-                      <sx:div id="left" label="test1" theme="ajax" 
closable="true">
+                      <sx:div id="left" label="test1" closable="true">
                           I'm a Tab!!!
                       </sx:div >
-                      <sx:div  id="middle" label="test2"  theme="ajax" 
closable="true">
+                      <sx:div  id="middle" label="test2"  closable="true">
                           I'm the other Tab!!!
                       </sx:div >
                      


Reply via email to