bitoolbarmenubutton.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 44 行
XML
44 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiToolBarMenuButton" extends="BiToolBarButton"> <description>This class creates a tool bar button that shows a <link class="BiMenu">menu</link> when the button is pressed.</description> <arguments> <argument name="sText" optional="true"> <description>The text to show on the button </description> <type>String</type> </argument> <argument name="oIcon" optional="true"> <description>The image to show as icon on the button </description> <type> <link class="BiImage">BiImage</link> </type> </argument> <argument name="oMenu" optional="true"> <description>The menu to show when the button is pressed </description> <type> <link class="BiMenu">BiMenu</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="menu" get="true" set="true"> <description>The menu to show when the button is pressed.</description> <type> <link class="BiMenu">BiMenu</link> </type> </property> </properties> <events> </events> <remarks>The menu should be set either using the constructor or the setter before the user has the ability to press the button. If the user presses the button and the menu is not set the behavior might be unexpectable.</remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?