⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bitooltipmanager.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiToolTipManager" extends="BiObject">	<description>A singleton class used by the system to manage <link class="BiToolTip">tool tips</link>.</description>	<arguments>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="handleMouseOver">			<description>Called when a mouse over event occured. This method decides whether to show or hide a tool tip.</description>			<arguments>				<argument name="e">					<description>The event object describing the event</description>					<type>						<link class="BiMouseEvent">BiMouseEvent</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="handleMouseOut">			<description>Called when a mouse out event occured. This method decides whether to show or hide a tool tip.</description>			<arguments>				<argument name="e">					<description>The event object describing the event</description>					<type>						<link class="BiMouseEvent">BiMouseEvent</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="handleFocus">			<description>Called when a focus event occured. This method decides whether to show or hide a tool tip.</description>			<arguments>				<argument name="e">					<description>The event object describing the event</description>					<type>						<link class="BiMouseEvent">BiMouseEvent</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="handleBlur">			<description>Called when a blur event occured. This method decides whether to show or hide a tool tip.</description>			<arguments>				<argument name="e">					<description>The event object describing the event</description>					<type>						<link class="BiMouseEvent">BiMouseEvent</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>		<property name="currentToolTip" get="true" set="true">			<description>Sets the currently shown (or about to show) tool tip</description>			<type>				<link class="BiToolTip">BiToolTip</link>			</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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