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

📄 bilauncher.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiLauncher" extends="Object">	<description>This class can be used to create a launcher for launching Bindows applications</description>	<arguments>		<argument name="sRootPath" optional="true">			<description>Optional path to the root of Bindows. </description>			<type>String</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>		<field name="MISSING_ADF_ARGUMENT">			<description>The error message string to show when the ADF argument is missing</description>			<type>String</type>		</field>		<field name="ADF_ARGUMENT_PARSE_ERROR">			<description>The error message string to show when the ADF argument cannot be parsed</description>			<type>String</type>		</field>		<field name="IE_ERROR_PLATFORM">			<description>Error message to show when using IE on a non supported platform</description>			<type>String</type>		</field>		<field name="IE_ERROR_VERSION">			<description>Error message to show when using a too old version of IE</description>			<type>String</type>		</field>		<field name="GECKO_ERROR_VERSION">			<description>Error message to show when using a too old version of Gecko</description>			<type>String</type>		</field>		<field name="NOT_SUPPORTED_ERROR">			<description>Error message to show when using a non supported browser</description>			<type>String</type>		</field>		<field name="FILE_NOT_FOUND">			<description>Error message to show when file is not found</description>			<type>String</type>		</field>		<field name="POPUP_BLOCKER_QUESTION">			<description>Error text to show when the window failed to open and ask the user if they might have a popup blocker that interferes with opening the window</description>			<type>String</type>		</field>	</staticFields>	<methods>		<method name="launch">			<description>This launches the Bindows application using the properties previously set and using the arguments provided. The number of arguments are optional and these will be passed to the main method in the ADF file as strings.</description>			<arguments>				<argument name="sAdfPath" optional="true">					<description>The path to the ADF file. If this is a relative path it is relative to the current document. If 								this is left out then the <link>adfPath</link> is                              used.</description>					<type>String</type>				</argument>				<argument name="oArgs" optional="true">					<description>Any number of arguments that will be passed to the main ADF method.</description>					<type>String</type>				</argument>			</arguments>			<returns>				<type>Boolean</type>			</returns>		</method>	</methods>	<properties>		<property name="reuseWindow" get="true" set="true">			<description>Whether to reuse a previously opened window. If you want to launch the new application in the current window set <link>newWindow</link> to false.</description>			<type>Boolean</type>		</property>		<property name="newWindow" get="true" set="true">			<description>Whether to launch the application in a new window</description>			<type>Boolean</type>		</property>		<property name="window" get="true">			<description>This returns the browser window that the application is launched in</description>			<type>Object</type>		</property>		<property name="rootPath" get="true" set="true">			<description>The path where Bindows resides. This is usually the path where bimain.html can be found.</description>			<type>String</type>		</property>		<property name="adfPath" get="true" set="true">			<description>The path to the ADF file.</description>			<type>String</type>		</property>		<property name="adfName" get="true" set="true">			<description>The ADF name is taken from the ADF path</description>			<type>String</type>		</property>		<property name="arguments" get="true" set="true">			<description>The arguments to pass to the main method of the ADF</description>			<type>String[]</type>		</property>		<property name="target" get="true" set="true">			<description>The target name of the window or frame to open the application in. If this is <code>""</code> or <code>null</code> the ADF name will be used instead. If <link>reuseWindow</link> is <code>false</code> then this property will be ignored.</description>			<type>String</type>		</property>		<property name="focusOnLoad" get="true" set="true">			<description>Whether to try to focus the window when the application loads</description>			<type>Boolean</type>		</property>		<property name="supported" get="true">			<description>Whether the current browser supports Bindows</description>			<type>Boolean</type>		</property>		<property name="errorMessage" get="true">			<description>In case we got an error trying to launch the application this is a non empty string</description>			<type>String</type>		</property>		<property name="hasError" get="true">			<description>This is true if an error has occured</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>You can also use the function <code>biExec</code> directly.<br>		</br>		<br>		</br>		<code>biExec( sRootPath, sAdfPath, bDontOpenNewWindow, args... )</code>		<br>		</br>		<br>		</br>              The 4th and the following arguments are passed as arguments to the              main method of the ADF.</remarks></class>

⌨️ 快捷键说明

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