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.
25 lines
422 B
25 lines
422 B
7 years ago
|
# date_combo
|
||
|
|
||
7 years ago
|
##日期选择下拉框(弹出的年月选择可以进一步选择日期)
|
||
|
|
||
|
{% method %}
|
||
|
[source](https://jsfiddle.net/fineui/ebps32uy/)
|
||
|
|
||
|
{% common %}
|
||
|
```javascript
|
||
|
BI.createWidget({
|
||
|
type: "bi.date_combo",
|
||
|
element: "#wrapper",
|
||
|
width: 300
|
||
|
});
|
||
|
```
|
||
|
|
||
|
{% endmethod %}
|
||
|
|
||
|
##参数
|
||
|
|
||
|
| 参数 | 说明 | 类型 | 可选值 | 默认值
|
||
7 years ago
|
| :------ |:------------- | :-----| :----|:----
|
||
|
|
||
|
|
||
|
---
|