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.
 
 
 

1.8 KiB

bi.search_editor

搜索框

{% method %} source

{% common %}

BI.createWidget({
	type: 'bi.search_editor',
	element: '#wrapper',
	width: 300,
	watermark:"搜索",
});

{% endmethod %}

bi.small_search_editor

小一号的搜索框

height默认为24

{% method %} source

{% common %}

BI.createWidget({
	type: 'bi.search_editor',
	element: '#wrapper',
	width: 300,
	watermark:"搜索",
});

{% endmethod %} ##API

参数 说明 类型 可选值 默认值
hgap 效果相当于文本框左右padding值 number 4
vgap 效果相当于文本框上下padding值 number 2
lgap 效果相当于文本框left-padding值 number 0
rgap 效果相当于文本框right-padding值 number 0
tgap 效果相当于文本框top-padding值 number 0
bgap 效果相当于文本框bottom-padding值 number 0
validationChecker 输入较验函数 function
quitChecker 是否允许退出编辑函数 function
mouseOut boolean true,false false
allowBlank 是否允许空值 boolean true,false false
watermark 文本框placeholder string null
value 文本框默认值 string
errorText 错误提示 string null
width 文本框宽度 number
height 文本框高度 number 30