C# Class ScadaWeb.Web.MyExtHtmlLabel

Afficher le fichier Open project: nxzzkj/lazyiot

Méthodes publiques

Méthode Description
EnabledMarkRadioHtml ( HtmlHelper helper, int defaultVal ) : HtmlString

状态单选框

EnabledMarkSelectHtml ( HtmlHelper helper, string defaultTxt = "" ) : HtmlString

状态下拉框

GenderRadioHtml ( HtmlHelper helper, int defaultVal = 1 ) : HtmlString

性别单选框

ResetBtnHtml ( HtmlHelper helper, string title = "重置", string _class = "layui-btn-primary" ) : HtmlString

重置按钮

RightToolBarHtml ( HtmlHelper helper, dynamic _list = null ) : HtmlString

表格内按钮组

SearchBtnHtml ( HtmlHelper helper, string title = "搜索", string _class = "" ) : HtmlString

搜索按钮

SystemTopToolBarHtml ( HtmlHelper helper, dynamic _list = null ) : HtmlString

整个系统顶部的快捷按钮

TopToolBarHtml ( HtmlHelper helper, dynamic _list = null ) : HtmlString

表格外按钮组

Method Details

EnabledMarkRadioHtml() public static méthode

状态单选框
public static EnabledMarkRadioHtml ( HtmlHelper helper, int defaultVal ) : HtmlString
helper HtmlHelper
defaultVal int
Résultat HtmlString

EnabledMarkSelectHtml() public static méthode

状态下拉框
public static EnabledMarkSelectHtml ( HtmlHelper helper, string defaultTxt = "" ) : HtmlString
helper HtmlHelper
defaultTxt string
Résultat HtmlString

GenderRadioHtml() public static méthode

性别单选框
public static GenderRadioHtml ( HtmlHelper helper, int defaultVal = 1 ) : HtmlString
helper HtmlHelper
defaultVal int
Résultat HtmlString

ResetBtnHtml() public static méthode

重置按钮
public static ResetBtnHtml ( HtmlHelper helper, string title = "重置", string _class = "layui-btn-primary" ) : HtmlString
helper HtmlHelper
title string
_class string
Résultat HtmlString

RightToolBarHtml() public static méthode

表格内按钮组
public static RightToolBarHtml ( HtmlHelper helper, dynamic _list = null ) : HtmlString
helper HtmlHelper
_list dynamic
Résultat HtmlString

SearchBtnHtml() public static méthode

搜索按钮
public static SearchBtnHtml ( HtmlHelper helper, string title = "搜索", string _class = "" ) : HtmlString
helper HtmlHelper
title string
_class string
Résultat HtmlString

SystemTopToolBarHtml() public static méthode

整个系统顶部的快捷按钮
public static SystemTopToolBarHtml ( HtmlHelper helper, dynamic _list = null ) : HtmlString
helper HtmlHelper
_list dynamic
Résultat HtmlString

TopToolBarHtml() public static méthode

表格外按钮组
public static TopToolBarHtml ( HtmlHelper helper, dynamic _list = null ) : HtmlString
helper HtmlHelper
_list dynamic
Résultat HtmlString