biundeterminedprogressbar.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 48 行
XML
48 行
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiUndeterminedProgressBar" extends="BiProgressBar"> <description> This component is used to show a progress bar that shows progress of an undeterminable size. The progress bar is animated to show that it is busy. Use <link>start</link> and <link>stop</link> to control the animation. Changing the <link class="BiProgressBar" field="maximum">maximum</link> changes the number of steps the animation does. </description> <arguments/> <staticMethods/> <staticFields/> <methods> <method name="start"> <description>Starts animating the progress bar</description> <arguments/> <return type="void"/> </method> <method name="stop"> <description>Stops animating the progress bar</description> <arguments/> <return type="void"/> </method> </methods> <properties> <property name="started" type="Boolean" description="Whether the progress bar is currently running the animation" get="true"/> </properties> <events/> <remarks> Even though this extends <link class="BiProgressBar">BiProgressBar</link> most of the range model properties does not make much sense in this component. <br/> <br/> The animation is not started when the component is created. You'll have to call <link>start</link> manually of you want it animated. </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?