bifocusevent.xml

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

XML
84
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiFocusEvent" extends="BiEvent">	<description>This class describes event objects used in focus events.<br>		</br>		<br>		</br> The <link>focusin</link> and <link>focusout</link> events bubble by default, <link>focus</link> and <link>blur</link> do not. All mouse events bubble by default. This means that once all the event listeners have been notified 	the event propagates to the parent <link class="BiComponent">BiComponent</link>. To prevent the event to bubble to the parent call <link class="BiEvent" field="stopPropagation"> stopPropagation()</link> on the event object.<br>		</br>		<br>		</br> The currently supported events by <link class="BiComponent">BiComponent</link> are:<br>		</br>		<br>		</br>		<link class="BiComponent" field="focus">focus</link>		<br>		</br>		<link class="BiComponent" field="blur">blur</link>		<br>		</br>		<link class="BiComponent" field="focusin">focusin</link>		<br>		</br>		<link class="BiComponent" field="focusout">focusout</link>		<br>		</br>		<br>		</br> The order these events occur, when a focused component is left and another focused component takes the focus, is the following:<br>		</br>		<link class="BiComponent" field="focusout">focusout</link>		<br>		</br>		<link class="BiComponent" field="focusin">focusin</link>		<br>		</br>		<link class="BiComponent" field="blur">blur</link>		<br>		</br>		<link class="BiComponent" field="focus">focus</link>		<br>		</br>		<br>		</br> This object should not be created by the user. It is created as needed by the event system.</description>	<arguments>		<argument name="sType">			<description>The type (name) of the event</description>			<type>String</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="relatedTarget" get="true">			<description>The related target is the other component related to the focus event. In <link>focus</link> and <link>focusin</link> the related target is the componet that was left. In <link>blur</link> and <link>focusout</link> the related target is the componet that was entered.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>	</properties>	<events>	</events>	<remarks>This object should not be created by the user. It is created as 			needed by the event system.</remarks></class>

⌨️ 快捷键说明

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