📄 bitimepicker.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTimePicker" extends="BiComponent"> <description>This component provides a <link class="BiSpinner">spinner</link> like component that is used to enter a time. The control consists of different text fields for the different parts of the time string. The string format is decided using a<link class="BiDateFormat">BiDateFormat</link> object.</description> <arguments> <argument name="oDate" optional="true"> <description>Optional start date. If omotted the current time is used.</description> <type>Date</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="date" get="true" set="true"> <description>This is a date object that describes the currently entered time</description> <type>Date</type> </property> <property name="dateFormat" get="true" set="true"> <description>This is the<link class="BiDateFormat">BiDateFormat</link> that describes how to format the text inside the time date picker.</description> <type> <link class="BiDateFormat">BiDateFormat</link> </type> </property> </properties> <events> <event name="change"> <description>This is fired when the time is changed</description> <type> <link class="BiEvent">BiEvent</link> </type> </event> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -