forked from fanruan/fineui
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.
605 B
605 B
year_month_combo
##年月选择下拉框
{% method %} source
{% common %}
BI.createWidget({
type: "bi.year_month_combo",
width: 300
});
{% endmethod %}
##参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
yearBehaviors | 自定义年份选择的行为(详见button_group) | object | ||
monthBehaviors | 自定义年份选择的行为(详见button_group) | object |