发表评论eSearchControl搜索控件
发布时间:2017-08-06 14:04:41
浏览量:1004
eSearchControl
属性 |
数据类型 |
描述 |
ID |
string |
表单ID属性 |
Name |
string |
表单Name属性 |
ControlType |
string |
控件类型 如:text、date、radio、checkbox、select |
Field |
string |
数据字段编码 |
Options |
json |
选项 如:[{"text":"是","value":"True"},{"text":"否","value":"False"}] |
Operator |
string |
条件操作符 默认 like |
Value |
string |
值 |
Width |
int |
宽度 |
Height |
int |
高度 |
Attributes |
string |
其他属性 |
DateFormat |
string |
日期控件-日期格式 如:yyyy-MM-dd、yyyy-MM-dd HH、yyyy-MM-dd HH:mm、yyyy-MM-dd HH:mm:ss |
BindObject |
string |
数据绑定-对象编码 |
BindRows |
int |
数据绑定-行 |
BindText |
string |
数据绑定-文本字段编码 |
BindValue |
string |
数据绑定-值字段编码 |
BindCondition |
string |
数据绑定-条件 |
BindOrderBy |
string |
数据绑定-排序 |
BindGroupBy |
string |
数据绑定-分组 |
getControlHTML() |
string |
控件HTML |
示例:
<ev:eSearchControl id="s1" controltype="text" field="bt" operator="like" runat="server"></ev:eSearchControl>