bipopupmanager.xml

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

XML
63
字号
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiPopupManager" extends="BiObject">	<description>		This singleton class manages the <link class="BiPopup">BiPopup</link>		objects.	</description>	<arguments/>	<staticMethods/>	<staticFields/>	<methods>		<method name="addShowing">			<description>Adds a shown popup to manage</description>			<arguments>				<argument name="oPopup" description="The popup to manage">					<type><link class="BiPopup">BiPopup</link></type>				</argument>			</arguments>			<returns type="void"/>		</method>		<method name="removeShowing">			<description>Removes a shown popup to manage</description>			<arguments>				<argument name="oPopup" description="The popup to remove managin of">					<type><link class="BiPopup">BiPopup</link></type>				</argument>			</arguments>			<returns type="void"/>		</method>		<method name="hideAutoHiding">			<description>				Goes through the managed shown popups and hides popups that				should not be shown any more.			</description>			<arguments>				<argument name="oComponent" description="This is the component that					was either clicked or focused (or some other reason for the hiding)."					optional="true">					<type><link class="BiComponent">BiComponent</link></type>				</argument>			</arguments>			<returns type="void"/>		</method>	</methods>	<properties/>	<events/>	<remarks>		This class is used by the system to manage popups. There is usually no		need to use this in your application.	</remarks></class>

⌨️ 快捷键说明

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