mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Cleaning up div javadocs
WW-1392 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -36,7 +36,7 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* It creates a HTML <DIV /> that obtains it's content via a remote XMLHttpRequest call via
|
||||
* the dojo framework.<p/>
|
||||
*
|
||||
* </p>
|
||||
* <p>
|
||||
* <!-- START SNIPPET: ajaxJavadoc -->
|
||||
* <B>THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED</B>
|
||||
* <ul>
|
||||
@@ -82,9 +82,9 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* <li>type: 'before' before the request is made, 'load' when the request succeeds, or 'error' when it fails</li>
|
||||
* <li>request: request javascript object, when type='load' or type='error'</li>
|
||||
* <ul>
|
||||
|
||||
* </p>
|
||||
* <!-- END SNIPPET: javadoc -->
|
||||
* <p/> <b>Examples</b>
|
||||
* <p> <b>Examples</b>
|
||||
*
|
||||
* <pre>
|
||||
* <!-- START SNIPPET: example -->
|
||||
@@ -101,6 +101,7 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
*></s:div>
|
||||
* <!-- END SNIPPET: example -->
|
||||
* </pre>
|
||||
* </p>
|
||||
*
|
||||
*/
|
||||
@StrutsTag(name="div", tldTagClass="org.apache.struts2.views.jsp.ui.DivTag", description="Render HTML div providing content from remote call via AJAX")
|
||||
|
||||
Reference in New Issue
Block a user