Author: musachy Date: Tue May 29 18:40:36 2007 New Revision: 542715 URL: http://svn.apache.org/viewvc?view=rev&rev=542715 Log: Improve remote div documentation
Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Div.java Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Div.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Div.java?view=diff&rev=542715&r1=542714&r2=542715 ============================================================================== --- struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Div.java (original) +++ struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Div.java Tue May 29 18:40:36 2007 @@ -31,10 +31,10 @@ /** * <!-- START SNIPPET: javadoc --> * <p> - * This tag generates an HTMl div that loads its content using an XMLHttpRequest call via - * the dojo framework. When the "updateFreq" is set the timer will start automatically and - * reload the div content with the value of "updateFreq" as the refresh period. Topics can - * be used to stop(stopTimerListenTopics) and start(startTimerListenTopics) this timer. + * This tag generates an HTML div that loads its content using an XMLHttpRequest call, via + * the dojo framework. When the "updateFreq" is set the built in timer will start automatically and + * reload the div content with the value of "updateFreq" as the refresh period(in milliseconds). + * Topics can be used to stop(stopTimerListenTopics) and start(startTimerListenTopics) this timer. * </p> * <p> * When used inside a "tabbedpanel" tag, each div becomes a tab. Some attributes are specific