biscrollbar.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 80 行

XML
80
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiScrollBar" extends="BiComponent">	<description>This component is used to show a scroll bar.</description>	<arguments>		<argument name="sOrientation" optional="true" default="horizontal">			<description>The orientation of the scroll bar. </description>			<type>String</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="extent" get="true" set="true">			<description>The extent for the scroll bar.</description>			<type>Number</type>		</property>		<property name="maximum" get="true" set="true">			<description>The maximum value for the scroll bar.</description>			<type>Number</type>		</property>		<property name="minimum" get="true" set="true">			<description>The minimum value for the scroll bar.</description>			<type>Number</type>		</property>		<property name="value" get="true" set="true">			<description>The value for the scroll bar.</description>			<type>Number</type>		</property>		<property name="minThumbSize" get="true" set="true">			<description>The mimimum size of the thumb.</description>			<type>Number</type>		</property>		<property name="unitIncrement" get="true" set="true">			<description>The amount to change the scroll bar when pressing the buttons.</description>			<type>Number</type>		</property>		<property name="blockIncrement" get="true" set="true">			<description>The amount to change the scroll bar when the mouse is pressed on the scroll bar (and not on the thumb or buttons).</description>			<type>Number</type>		</property>		<property name="orientation" get="true" set="true">			<description>The orientation of the scroll bar. Valid values are:<br>				</br>				<br>				</br>				<code>horizontal</code>				<br>				</br>				<code>vertical</code>			</description>			<type>String</type>		</property>	</properties>	<events>		<event name="change">			<description>This event is fired when the <link>extent</link>,								<link>value</link>, <link>minimum</link> or								<link>maximum</link> properties are changed.</description>			<type>				<link class="BiEvent">BiEvent</link>			</type>		</event>		<event name="scrollend">			<description>This event is fired when the thumb is released								after scrolling.</description>			<type>				<link class="BiEvent">BiEvent</link>			</type>		</event>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?