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

📄 bisplitpane.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiSplitPane" extends="BiComponent">	<description>A split pane is used to show two components with a splitter betwee them. The splitter between the components can be dragged and in that way the components are resized. If right to left the left and right component switch palces.</description>	<arguments>		<argument name="sOrientation" optional="true">			<description>The orientation of the split pane. Valid values are <code>horizontal</code>                                          and <code>vertical</code>.</description>			<type>String</type>		</argument>		<argument name="oLeftComponent" optional="true">			<description>The component to place to the left of the splitter. If the orientation is vertical                                          this is placed at the top.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</argument>		<argument name="oRightComponent" optional="true">			<description>The component to place to the right of the splitter. If the orientation is                                          vertical this is placed at the bottom.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="continuousLayout" get="true" set="true">			<description>Whether to resize the components while the splitter is being moved. If this is <code>false</code> then the components will be updated when the moving of the splitter ends.</description>			<type>Boolean</type>		</property>		<property name="orientation" get="true" set="true">			<description>The orientation of the split pane. Valid values are <code>horizontal</code> and <code>vertical</code>. If horizontal is used	the components are placed to the left and to the right of the	splitter respectively. When vertical the components are placed above and below. When using horizontal and right to left the position of the left and right components are switched.</description>			<type>String</type>		</property>		<property name="dividerLocation" get="true" set="true">			<description>The location of the splitter from the left if horizontal orientation and from the top if vertical orientation. If right to left is used this is from the right instead of from the left.</description>			<type>Number</type>		</property>		<property name="dividerSize" get="true" set="true">			<description>The width of the divider (height if vertical orientation)</description>			<type>Number</type>		</property>		<property name="leftComponent" get="true" set="true">			<description>The component to the left (or top if vertical orientation) of the splitter. This property is the same as <link>topComponent</link>.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>		<property name="rightComponent" get="true" set="true">			<description>The component to the right (or bottom if vertical orientation) of the splitter. This property is the same as <link>bottomComponent</link>.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>		<property name="topComponent" get="true" set="true">			<description>The component above (or to the left if horizontal orientation) of the splitter. This property is the same as <link>leftComponent</link>.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>		<property name="bottomComponent" get="true" set="true">			<description>The component below (or to the right if hoizontal orientation) the splitter. This property is the same as <link>rightComponent</link>.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>		<property name="leftVisible" get="true" set="true">			<description>Whether to show the left component. If this is <code>false</code> the right component will take up the entire space of the split pane and the splitter will be hidden.</description>			<type>Boolean</type>		</property>		<property name="topVisible" get="true" set="true">			<description>Sets whether to show the top component. If this is <code>false</code> the bottom component will take up the entire space of the split pane and the splitter will be hidden. This property is the same as <link>leftVisible</link>.</description>			<type>Boolean</type>		</property>		<property name="rightVisible" get="true" set="true">			<description>Whether to show the right component. If this is <code>false</code> the left component will take up the entire space of the split pane and the splitter will be hidden.</description>			<type>Boolean</type>		</property>		<property name="bottomVisible" get="true" set="true">			<description>Sets whether to show the bottom component. If this is <code>false</code> the top component will take up the entire space of the split pane and the splitter will be hidden. This property is the same as <link>rightVisible</link>.</description>			<type>Boolean</type>		</property>	</properties>	<events>		<event name="dividerlocationchanged">			<description>This is fired when then 												<link>dividerLocation</link> is                                              changed</description>			<type>				<link class="BiEvent">BiEvent</link>			</type>		</event>	</events>	<remarks>Using <link>continuousLayout</link> might be slow if the resizing of 			the components requires too much calculation. If this is the case          set this prperty to <code>false</code>.</remarks></class>

⌨️ 快捷键说明

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