biradiogroup.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 115 行
XML
115 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiRadioGroup" extends="BiEventTarget"> <description>This class is used in conjunction with <link class="BiRadioButton">radio buttons</link> to ensure only one buttons is checked.</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="add"> <description>Adds a radio button to the group</description> <arguments> <argument name="oRadioButton"> <description>The radio button to add to the group</description> <type> <link class="BiRadioButton">BiRadioButton</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="remove"> <description>Removes a radio button from the group</description> <arguments> <argument name="oRadioButton"> <description>The radio button to remove</description> <type> <link class="BiRadioButton">BiRadioButton</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="selectNext"> <description>Selects (checks and sets focus) the next valid radio button coming after the provided radio button.</description> <arguments> <argument name="oRadioButton"> <description>The radio button to find the next relative to</description> <type> <link class="BiRadioButton">BiRadioButton</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="selectPrevious"> <description>Selects (checks and sets focus) the previous valid radio button coming before the provided radio button.</description> <arguments> <argument name="oRadioButton"> <description>The radio button to find the previous relative to</description> <type> <link class="BiRadioButton">BiRadioButton</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> </methods> <properties> <property name="items" get="true"> <description>This is the items that are part of the radio group</description> <type> <link class="BiRadioButton">BiRadioButton[]</link> </type> </property> <property name="selected" get="true" set="true"> <description>This is the radio button that is checked</description> <type> <link class="BiRadioButton">BiRadioButton</link> </type> </property> <property name="enabled" get="true" set="true"> <description>Whether the radio group is enabled or not. Setting this also sets the enabled property on the radio buttons.</description> <type>Boolean</type> </property> <property name="userValue" get="true" set="true"> <description>This is the user value of the checked radio button in this radio group. Setting this checks the first item that has this value. If no item has this value the setting will have no effect.</description> <type>Object</type> </property> <property name="command" get="true" set="true"> <description>When the radio group has a command the <link>enabled</link> and <link>userValue</link> are synchronized with the command.</description> <type> <link class="BiCommand">BiCommand</link> </type> </property> </properties> <events> <event name="change"> <description>This is fired when the selected radio button is changed</description> <type> <link class="BiEvent">BiEvent</link> </type> </event> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?