📄 bitooltip.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiToolTip" extends="BiPopup"> <description>This class is used for showing generic tool tip controls. A tool tip can contain other controls.</description> <arguments> <argument name="sText"> <description>The text to show on the tool tip</description> <type>String</type> </argument> </arguments> <staticMethods> <method name="getTextToolTip"> <description>This returns a tool tip object suitable for text only tool tips. Once the usage of the tool tip is complete some other component might resuse this so if you need to modify your tool tip in any way create a new tool tip.</description> <arguments> <argument name="sText"> <description>The text to show on the tool tip</description> <type>String</type> </argument> </arguments> <returns> <type> <link class="BiToolTip">BiToolTip</link> </type> </returns> </method> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="hideOnHover" get="true" set="true"> <description>If this is true then the tool tip is hidden if the mouse pointer enters the tool tip.</description> <type>Boolean</type> </property> <property name="mousePointerOffsetX" get="true" set="true"> <description>The position of the tool tip relative to the mouse pointer</description> <type>Number</type> </property> <property name="mousePointerOffsetY" get="true" set="true"> <description>The position of the tool tip relative to the mouse pointer</description> <type>Number</type> </property> <property name="hideInterval" get="true" set="true"> <description>The number of milliseconds before hiding the tool tip</description> <type>Number</type> </property> <property name="showInterval" get="true" set="true"> <description>The number of milliseconds before showing the tool tip</description> <type>Number</type> </property> <property name="component" get="true"> <description>If the tool tip was shown due to mouse movement or a component becoming focused where the component is assosciated with the current tool tip then this will point to the component that caused the tool tip to be shown.<br> </br> <br> </br> This will return <code>null</code> if the tool tip is hidden or not opened by the tool tip manager. In other words by setting <link class="BiComponent" field="visible">visible</link> manually.</description> <type> <link class="BiComponent">BiComponent</link> </type> </property> </properties> <events> </events> <remarks>If only plain text tool tips without any events or changes while shown are needed consider using the <link class="BiComponent" field="toolTipText">toolTipText</link> property on the component instead.</remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -