biradiobuttonmenuitem.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 61 行
XML
61 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiRadioButtonMenuItem" extends="BiMenuItem"> <description>This class is used for a menu item that displays a radio button to the left of the text. To group different radio button menu items into a radio group use the<link class="BiRadioGroup">BiRadioGroup</link> class in the same way it would be used for normal <link class="BiRadioButton">radio buttons</link>.</description> <arguments> <argument name="sText" optional="true"> <description>The text to show on the menu item </description> <type>String</type> </argument> <argument name="bChecked" optional="true" default="false"> <description>Whether the item is checked </description> <type>Boolean</type> </argument> <argument name="oSubMenu" optional="true"> <description>The sub menu that should be opened by the menu item. </description> <type> <link class="BiMenu">BiMenu</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="userValue" get="true" set="true"> <description>A value associated with the item.</description> <type>Object</type> </property> <property name="checked" get="true" set="true"> <description>Whether the item is checked or not</description> <type>Boolean</type> </property> <property name="group" get="true" set="true"> <description>The group that the radio button menu item should be part of</description> <type> <link class="BiRadioGroup">BiRadioGroup</link> </type> </property> </properties> <events> <event name="change"> <description>Fires when the checked change</description> <type> <link class="BiEvent">BiEvent</link> </type> </event> </events> <remarks>Radio button menu items do not support icons.<br> </br> <br> </br> If the radio button menu item has a <link class="BiMenuItem" field="command">command</link> the command the checked and userValue properties will be synchronized with command.</remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?