📄 bicomboboxitem.xml
字号:
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiComboBoxItem" extends="BiListItem"> <description> This class represents an item in the <link class="BiComboBox">BiComboBox</link>. </description> <arguments> <argument name="sText" type="String" description="The text to show on the item" optional="true" default='""'/> <argument name="oValue" type="Object" description="The value of the item" optional="true"/> </arguments> <staticMethods/> <staticFields/> <methods/> <properties> <property name="selected" type="Boolean" get="true" set="true"> <description> Sets whether the item is selected. Changing this will change the <link class="BiComboBox" field="selectedItem">selectedItem</link> for the <link class="BiComboBox">BiComboBox</link>. </description> </property> </properties> <events/> <remarks/></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -