biolapstateevent.xml

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

XML
40
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiOlapStateEvent" extends="BiEvent">	<description>This class is used when the interactive state of the OLAP grid changes</description>	<arguments>		<argument name="sType">			<description>The name of the event</description>			<type>String</type>		</argument>		<argument name="bCtrl">			<description>Whether the control key is pressed</description>			<type>Boolean</type>		</argument>		<argument name="bShift">			<description>Whether the control key is pressed</description>			<type>Boolean</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="shiftKey" get="true">			<description>Whether the shift key is pressed</description>			<type>Boolean</type>		</property>		<property name="ctrlKey" get="true">			<description>Whether the ctrl key is pressed</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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