fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
592 B

7 years ago
# custom_date_time
## 日期选择下拉框(可以选择时分秒)
{% method %}
[source](https://jsfiddle.net/fineui/2d9dcxov/)
{% common %}
```javascript
BI.createWidget({
type: "bi.custom_date_time_combo",
element: "#wrapper",
});
```
{% endmethod %}
##参数
| 参数 | 说明 | 类型 | 可选值 | 默认值
| :------ |:------------- | :-----| :----|:----
##事件
| 事件 | 说明 |
| :------ |:------------- |
| BI.CustomDateTimeCombo.EVENT_CANCEL| 点击取消触发 |
| BI.CustomDateTimeCombo.EVENT_CONFIRM| 点击确认触发 |
---