%META:TOPICINFO{author="TWikiContributor" date="1354780850" format="1.1" version="$Rev$"}%
%META:TOPICPARENT{name="TWikiVariables"}%
#VarPERCENTCOMPLETE
---+++ PERCENTCOMPLETE{} --  percent complete selector for use in HTML forms
   * The =%<nop>PERCENTCOMPLETE{}%= variable is handled by the PercentCompletePlugin.
   * Syntax: =%<nop>PERCENTCOMPLETE{ name="..." value="..." }%=
   * Parameters:%STARTSECTION{parameters}%
     | *Parameter* | *Description* | *Default* | *Example* |
     | =name= | Name of selector | (required) | =name="Progress"= |
     | =value= | Initial value, range 0 to 100. | ="0"= | =value="70"= |%ENDSECTION{parameters}%
   * Example:
     %BR% =&lt;form action="..."&gt;=
     %BR% =%<nop>PERCENTCOMPLETE{ name="Progress" value="30" }%=
     %BR% =&lt;form&gt;=
   * Expands to: <form action="#">%PERCENTCOMPLETE{ name="Progress" value="30" }%<form>
   * Category: ApplicationsAndComponentsVariables, DatabaseAndFormsVariables, EditingAndContentUpdateVariables, FormattingAndRenderingVariables, UIAndVisualizationVariables
   * Related: PercentCompletePlugin, %SYSTEMWEB%.TWikiForms
