FineUICore 12.0
全栈 ASP.NET Core 低代码开发框架
|
帮助类文本框控件帮助类 更多...
Public 成员函数 | |
TwinTriggerBoxAjaxHelper (TwinTriggerBox source) | |
构造函数 | |
void | ShowTrigger1 (bool showTrigger1) |
显示隐藏第一个触发器 | |
void | ShowTrigger2 (bool showTrigger2) |
显示隐藏第二个触发器 | |
![]() | |
RealTextFieldAjaxHelper (RealTextField source) | |
构造函数 | |
virtual void | Text (string text) |
设置文本 | |
![]() | |
TextFieldAjaxHelper (TextField source) | |
构造函数 | |
![]() | |
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的内容) | |
string | GetResetReference () |
获取重置此字段的客户端脚本 | |
string | GetValueReference () |
获取此字段值的客户端脚本(注意返回的脚本不带结束分号) | |
void | MarkInvalid (string message) |
设置字段验证失败的提示信息 | |
void | ClearInvalid () |
清除验证失败的提示信息 | |
string | GetMarkInvalidReference (string message) |
获取字段验证失败提示信息的客户端脚本 | |
string | GetClearInvalidReference () |
获取清除验证失败提示信息的客户端脚本 | |
![]() | |
BoxComponentAjaxHelper (BoxComponent source) | |
构造函数 | |
![]() | |
ComponentAjaxHelper (Component source) | |
构造函数 | |
void | ApplyStyles (string styles) |
设置控件样式 | |
void | CssStyle (string styles) |
设置控件样式 | |
void | AddCssClass (string cssClass) |
添加控件样式类 | |
void | RemoveCssClass (string cssClass) |
删除控件样式类 | |
![]() | |
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 TwinTriggerBox | Source [get] |
当前控件 | |
![]() | |
new RealTextField | Source [get] |
当前控件 | |
![]() | |
new TextField | Source [get] |
当前控件 | |
![]() | |
new Field | Source [get] |
当前控件 | |
![]() | |
new BoxComponent | Source [get] |
当前控件 | |
![]() | |
new Component | Source [get] |
当前控件 | |
![]() | |
ControlBase | Source [get] |
当前控件 | |
帮助类文本框控件帮助类
FineUICore.TwinTriggerBoxAjaxHelper.TwinTriggerBoxAjaxHelper | ( | TwinTriggerBox | source | ) |
构造函数
source |
void FineUICore.TwinTriggerBoxAjaxHelper.ShowTrigger1 | ( | bool | showTrigger1 | ) |
显示隐藏第一个触发器
showTrigger1 |
void FineUICore.TwinTriggerBoxAjaxHelper.ShowTrigger2 | ( | bool | showTrigger2 | ) |
显示隐藏第二个触发器
showTrigger2 |
|
get |