📄 bitabpage.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTabPage" extends="BiComponent"> <description>This class represents the pages inside a <link class="BiTabPane">tab pane</link>. A tab page has a <link class="BiTabButton">BiTabButton</link> that is used to display a button for the page when used with a tab pane. @defaul Untitled</description> <arguments> <argument name="sText" optional="true"> <description>The text to show on the tab button </description> <type>String</type> </argument> <argument name="oIcon" optional="true"> <description>The image to show as icon on the tab button </description> <type> <link class="BiImage">BiImage</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="alignment" get="true" set="true"> <description>This describes whether the tab page should be drawn so that it appears like the tabes are placed at the top of a tab pane or at the bottom of a tab pane. Supported values are <code>top</code> and <code>bottom</code>.</description> <type>String</type> </property> <property name="tabButton" get="true" set="true"> <description>The tab button used with the tab page.</description> <type> <link class="BiTabButton">BiTabButton</link> </type> </property> <property name="selected" get="true" set="true"> <description>Whether the page is selected</description> <type>Boolean</type> </property> <property name="text" get="true" set="true"> <description>The text to show on the tab button</description> <type>String</type> </property> <property name="icon" get="true" set="true"> <description>The icon to show on the tab button</description> <type> <link class="BiImage">BiImage</link> </type> </property> </properties> <events> <event name="change"> <description>Fires when the <link>selected</link> value changes.</description> <type> <link class="BiEvent">BiEvent</link> </type> </event> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -