Author: musachy
Date: Mon Apr 16 17:47:04 2007
New Revision: 529459

URL: http://svn.apache.org/viewvc?view=rev&rev=529459
Log:
WW-1876 Improve tooltips support

Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp?view=diff&rev=529459&r1=529458&r2=529459
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp 
(original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp Mon 
Apr 16 17:47:04 2007
@@ -15,11 +15,11 @@
 <s:fielderror />
 
 
-<s:form action="exampleSubmit" enctype="multipart/form-data" 
tooltipConfig="%{'jsTooltipEnabled':'true'}">
+<s:form action="exampleSubmit" enctype="multipart/form-data" 
javascriptTooltip="true">
     <s:textfield 
             label="Name" 
             name="name"
-            tooltip="Enter your Name here" />
+            tooltip="Enter your Name here"/>
 
     <sx:datetimepicker
             tooltip="Select Your Birthday"


Reply via email to