FineUICore 12.0
全栈 ASP.NET Core 低代码开发框架
|
按钮帮助类 更多...
Public 成员函数 | |
ButtonAjaxHelper (Button source) | |
构造函数 | |
void | IconFont (IconFont iconFont) |
设置图标 | |
void | IconFont (IconFont iconFont, string iconFontClass) |
设置图标 | |
void | IconUrl (string iconUrl) |
设置图标 | |
void | Icon (Icon icon) |
设置图标 | |
void | ClientClick (string clientClickScript) |
设置客户端点击事件 | |
void | Text (string text) |
设置显示文本 | |
void | Pressed (bool pressed) |
设置按下状态 | |
void | ToolTip (string toolTip) |
设置提示信息 | |
void | Badge (bool badge, string badgeText) |
设置徽标 | |
void | Badge (bool badge, string badgeText, BadgeType badgeType) |
设置徽标 | |
void | Badge (bool badge, string badgeText, BadgeType badgeType, BadgeAnimationType badgeAnimationType) |
设置徽标 | |
void | Focus () |
使控件获得焦点 | |
string | GetFocusReference () |
获得使控件获得焦点的脚本 | |
![]() | |
ButtonBaseAjaxHelper (Button source) | |
构造函数 | |
![]() | |
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 Button | Source [get] |
当前控件 | |
![]() | |
new Button | Source [get] |
当前控件 | |
![]() | |
new BoxComponent | Source [get] |
当前控件 | |
![]() | |
new Component | Source [get] |
当前控件 | |
![]() | |
ControlBase | Source [get] |
当前控件 | |
按钮帮助类
FineUICore.ButtonAjaxHelper.ButtonAjaxHelper | ( | Button | source | ) |
构造函数
source |
void FineUICore.ButtonAjaxHelper.Badge | ( | bool | badge, |
string | badgeText ) |
设置徽标
badge | |
badgeText |
void FineUICore.ButtonAjaxHelper.Badge | ( | bool | badge, |
string | badgeText, | ||
BadgeType | badgeType ) |
设置徽标
badge | |
badgeText | |
badgeType |
void FineUICore.ButtonAjaxHelper.Badge | ( | bool | badge, |
string | badgeText, | ||
BadgeType | badgeType, | ||
BadgeAnimationType | badgeAnimationType ) |
设置徽标
badge | |
badgeText | |
badgeType | |
badgeAnimationType |
void FineUICore.ButtonAjaxHelper.ClientClick | ( | string | clientClickScript | ) |
设置客户端点击事件
clientClickScript |
void FineUICore.ButtonAjaxHelper.Focus | ( | ) |
使控件获得焦点
string FineUICore.ButtonAjaxHelper.GetFocusReference | ( | ) |
获得使控件获得焦点的脚本
void FineUICore.ButtonAjaxHelper.Icon | ( | Icon | icon | ) |
设置图标
icon |
void FineUICore.ButtonAjaxHelper.IconFont | ( | IconFont | iconFont | ) |
设置图标
iconFont |
void FineUICore.ButtonAjaxHelper.IconFont | ( | IconFont | iconFont, |
string | iconFontClass ) |
设置图标
iconFont | |
iconFontClass |
void FineUICore.ButtonAjaxHelper.IconUrl | ( | string | iconUrl | ) |
设置图标
iconUrl |
void FineUICore.ButtonAjaxHelper.Pressed | ( | bool | pressed | ) |
设置按下状态
pressed |
void FineUICore.ButtonAjaxHelper.Text | ( | string | text | ) |
设置显示文本
text |
void FineUICore.ButtonAjaxHelper.ToolTip | ( | string | toolTip | ) |
设置提示信息
toolTip |
|
get |