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.

36 lines
588 B

7 years ago
# simple_state_editor
## 无限制-已选择状态输入框,基类[BI.Widget](/core/widget.md)
{% method %}
[source](https://jsfiddle.net/fineui/2go0L3h4/)
{% common %}
```javascript
BI.createWidget({
type: "bi.simple_state_editor"
});
```
{% endmethod %}
## API
##### 基础属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| :------ |:------------- | :-----| :----|:----
## 对外方法
| 名称 | 说明 | 回调参数
| :------ |:------------- | :-----
| stateState | 设置state | string |
---