📄 bivbox.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiVBox" extends="BiBox"> <description>This is a vertical<link class="BiBox">BiBox</link> where components are laid out from top to bottom.</description> <arguments> <argument name="sAlign" optional="true"> <description>Optional alignment of the children</description> <type>String</type> </argument> <argument name="sPack" optional="true"> <description>Optional pack value</description> <type>String</type> </argument> </arguments> <staticMethods> <method name="setFlex"> <description>Sets the attached flex property for the source. A flex value of 0 means that the size is determined by the preferred size and no flexing occurs.</description> <arguments> <argument name="oSource"> <description>The component to set the dock value for</description> <type> <link class="BiObject">BiObject</link> </type> </argument> <argument name="nFlex"> <description>The flex value is used to tell how much of the remaining space the component should use.</description> <type>Number</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="getFlex"> <description>Returns the dock value for the source</description> <arguments> <argument name="oSource"> <description>The component to get the dock value for</description> <type> <link class="BiObject">BiObject</link> </type> </argument> </arguments> <returns> <type>String</type> </returns> </method> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -