FineUIMvc 11.7
企业级 ASP.NET MVC 控件库
|
表单字段基类帮助类 更多...
Public 成员函数 | |
FieldAjaxHelper (Field source) | |
构造函数 | |
void | Focus () |
使控件获得焦点 | |
void | Focus (bool selectText) |
使控件获得焦点,并选中控件中的文本内容 | |
void | Focus (bool selectText, int delayMilliseconds) |
使控件获得焦点,并选中控件中的文本内容 | |
string | GetFocusReference () |
获得使控件获得焦点的脚本 | |
string | GetFocusReference (bool selectText) |
获得使控件获得焦点,并选中控件中的文本内容的脚本 | |
string | GetFocusReference (bool selectText, int delayMilliseconds) |
获得使控件获得焦点,并选中控件中的文本内容的脚本 | |
void | Reset () |
重置此字段的值(比如用来清空FileUpload的内容) | |
virtual string | GetResetReference () |
获取重置此字段的客户端脚本 | |
virtual string | GetValueReference () |
获取此字段值的客户端脚本(注意返回的脚本不带结束分号) | |
void | MarkInvalid (string message) |
设置字段验证失败的提示信息 | |
void | ClearInvalid () |
清除验证失败的提示信息 | |
string | GetMarkInvalidReference (string message) |
获取字段验证失败提示信息的客户端脚本 | |
string | GetClearInvalidReference () |
获取清除验证失败提示信息的客户端脚本 | |
Public 成员函数 继承自 FineUIMvc.BoxComponentAjaxHelper< T, TAjaxHelper > | |
BoxComponentAjaxHelper (BoxComponent source) | |
构造函数 | |
Public 成员函数 继承自 FineUIMvc.ComponentAjaxHelper< T, TAjaxHelper > | |
ComponentAjaxHelper (Component source) | |
构造函数 | |
void | ApplyStyles (string styles) |
设置控件样式 | |
void | CssStyle (string styles) |
设置控件样式 | |
void | AddCssClass (string cssClass) |
添加控件样式类 | |
void | RemoveCssClass (string cssClass) |
删除控件样式类 | |
Public 成员函数 继承自 FineUIMvc.ControlBaseAjaxHelper< T, TAjaxHelper > | |
ControlBaseAjaxHelper (ControlBase source) | |
构造函数 | |
virtual void | Enabled (bool enabled) |
设置控件的启用状态 | |
virtual void | Disabled (bool disabled) |
设置控件的禁用状态 | |
virtual void | Hidden (bool hidden) |
设置控件的隐藏状态 | |
virtual void | Attribute (string key, string value) |
设置HTML标签属性 | |
属性 | |
new Field | Source [get] |
当前控件 | |
属性 继承自 FineUIMvc.BoxComponentAjaxHelper< T, TAjaxHelper > | |
new BoxComponent | Source [get] |
当前控件 | |
属性 继承自 FineUIMvc.ComponentAjaxHelper< T, TAjaxHelper > | |
new Component | Source [get] |
当前控件 | |
属性 继承自 FineUIMvc.ControlBaseAjaxHelper< T, TAjaxHelper > | |
ControlBase | Source [get] |
当前控件 | |
属性 继承自 FineUIMvc.IControlBaseAjaxHelper< T > | |
ControlBase | Source [get] |
控件对象 | |
表单字段基类帮助类
T | |
TAjaxHelper |
T | : | Field | |
TAjaxHelper | : | FieldAjaxHelper | |
TAjaxHelper | : | T | |
TAjaxHelper | : | TAjaxHelper |
FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.FieldAjaxHelper | ( | Field | source | ) |
构造函数
source |
void FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.ClearInvalid | ( | ) |
清除验证失败的提示信息
void FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.Focus | ( | ) |
使控件获得焦点
void FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.Focus | ( | bool | selectText | ) |
使控件获得焦点,并选中控件中的文本内容
selectText | 是否选中控件中的文本内容 |
void FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.Focus | ( | bool | selectText, |
int | delayMilliseconds | ||
) |
使控件获得焦点,并选中控件中的文本内容
selectText | 是否选中控件中的文本内容 |
delayMilliseconds | 使控件获得焦点前延迟的毫秒数 |
string FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.GetClearInvalidReference | ( | ) |
获取清除验证失败提示信息的客户端脚本
string FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.GetFocusReference | ( | ) |
获得使控件获得焦点的脚本
string FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.GetFocusReference | ( | bool | selectText | ) |
获得使控件获得焦点,并选中控件中的文本内容的脚本
selectText | 是否选中控件中的文本内容 |
string FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.GetFocusReference | ( | bool | selectText, |
int | delayMilliseconds | ||
) |
获得使控件获得焦点,并选中控件中的文本内容的脚本
selectText | 是否选中控件中的文本内容 |
delayMilliseconds | 使控件获得焦点前延迟的毫秒数 |
string FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.GetMarkInvalidReference | ( | string | message | ) |
获取字段验证失败提示信息的客户端脚本
message | 提示信息 |
|
virtual |
获取重置此字段的客户端脚本
|
virtual |
获取此字段值的客户端脚本(注意返回的脚本不带结束分号)
void FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.MarkInvalid | ( | string | message | ) |
设置字段验证失败的提示信息
message | 提示信息 |
void FineUIMvc.FieldAjaxHelper< T, TAjaxHelper >.Reset | ( | ) |
重置此字段的值(比如用来清空FileUpload的内容)
|
get |
当前控件