FineUICore 11.7
企业级 ASP.NET Core 控件库
载入中...
搜索中...
未找到
FineUICore.UIHelper类 参考

辅助器 更多...

静态 Public 成员函数

static AjaxResult Result ()
 响应Ajax请求
 
static AjaxResult Result (bool checkModelState)
 响应Ajax请求
 
static bool IsFineUIAjaxPostBack ()
 是否处于AJAX回发过程
 
static PageManagerAjaxHelper PageManager (string id)
 页面管理器辅助
 
static ButtonAjaxHelper Button (string id)
 按钮控件辅助
 
static LinkButtonAjaxHelper LinkButton (string id)
 链接按钮控件辅助
 
static ButtonGroupAjaxHelper ButtonGroup (string id)
 按钮分组控件辅助
 
static MenuAjaxHelper Menu (string id)
 菜单控件辅助
 
static MenuButtonAjaxHelper MenuButton (string id)
 菜单项按钮控件辅助
 
static MenuCheckBoxAjaxHelper MenuCheckBox (string id)
 菜单项复选框控件辅助
 
static MenuHyperLinkAjaxHelper MenuHyperLink (string id)
 菜单项超链接控件辅助
 
static MenuSeparatorAjaxHelper MenuSeparator (string id)
 菜单项分隔符控件辅助
 
static MenuTextAjaxHelper MenuText (string id)
 菜单项文本控件辅助
 
static HtmlEditorAjaxHelper HtmlEditor (string id)
 HTML编辑框控件辅助
 
static LabelAjaxHelper Label (string id)
 文本控件辅助
 
static HyperLinkAjaxHelper HyperLink (string id)
 超链接控件辅助
 
static ImageAjaxHelper Image (string id)
 图片控件辅助
 
static DataListAjaxHelper DataList (string id)
 列表控件辅助
 
static ToolbarAjaxHelper Toolbar (string id)
 工具条控件辅助
 
static ToolbarFillAjaxHelper ToolbarFill (string id)
 工具栏左右分隔符控件辅助
 
static ToolbarSeparatorAjaxHelper ToolbarSeparator (string id)
 工具栏分隔符控件辅助
 
static ToolbarTextAjaxHelper ToolbarText (string id)
 工具栏文本控件辅助
 
static CalendarAjaxHelper Calendar (string id)
 日期控件辅助
 
static ToolAjaxHelper Tool (string id)
 工具图标控件辅助
 
static CheckBoxAjaxHelper CheckBox (string id)
 复选框控件辅助
 
static CheckBoxListAjaxHelper CheckBoxList (string id)
 复选框列表控件辅助
 
static RadioButtonAjaxHelper RadioButton (string id)
 单选框控件辅助
 
static RadioButtonListAjaxHelper RadioButtonList (string id)
 单选框列表控件辅助
 
static DropDownBoxAjaxHelper DropDownBox (string id)
 下拉框控件辅助
 
static DropDownListAjaxHelper DropDownList (string id)
 下拉列表控件辅助
 
static DatePickerAjaxHelper DatePicker (string id)
 日期选择框控件辅助
 
static FileUploadAjaxHelper FileUpload (string id)
 文件上传控件辅助
 
static HiddenFieldAjaxHelper HiddenField (string id)
 隐藏表单控件辅助
 
static NumberBoxAjaxHelper NumberBox (string id)
 数字输入框控件辅助
 
static TextAreaAjaxHelper TextArea (string id)
 多行文本框控件辅助
 
static TextBoxAjaxHelper TextBox (string id)
 文本框控件辅助
 
static TimePickerAjaxHelper TimePicker (string id)
 时间选择框控件辅助
 
static TriggerBoxAjaxHelper TriggerBox (string id)
 辅助文本框控件辅助
 
static TwinTriggerBoxAjaxHelper TwinTriggerBox (string id)
 辅助文本框控件辅助
 
static AccordionAjaxHelper Accordion (string id)
 手风琴控件辅助
 
static AccordionPaneAjaxHelper AccordionPane (string id)
 手风琴面板控件辅助
 
static FormAjaxHelper Form (string id)
 表单面板控件辅助
 
static FormRowAjaxHelper FormRow (string id)
 表单行控件辅助
 
static GroupPanelAjaxHelper GroupPanel (string id)
 分组面板控件辅助
 
static PanelAjaxHelper Panel (string id)
 面板控件辅助
 
static SimpleFormAjaxHelper SimpleForm (string id)
 简单的表单容器控件辅助
 
static TreeAjaxHelper Tree (string id)
 树控件辅助
 
static WindowAjaxHelper Window (string id)
 窗体控件辅助
 
static GridAjaxHelper Grid (string id)
 表格控件辅助
 
static GroupFieldAjaxHelper GroupField (string id)
 表格分组列辅助
 
static RowNumberFieldAjaxHelper RowNumberField (string id)
 表格数据绑定列辅助
 
static RenderCheckFieldAjaxHelper RenderCheckField (string id)
 表格复选框列辅助
 
static RenderFieldAjaxHelper RenderField (string id)
 表格列辅助
 
static RegionPanelAjaxHelper RegionPanel (string id)
 区域面板控件辅助
 
static RegionAjaxHelper Region (string id)
 区域控件辅助
 
static TabStripAjaxHelper TabStrip (string id)
 选项卡面板控件辅助
 
static TabAjaxHelper Tab (string id)
 选项卡控件辅助
 

详细描述

辅助器

成员函数说明

◆ Accordion()

static AccordionAjaxHelper FineUICore.UIHelper.Accordion ( string  id)
static

手风琴控件辅助

返回

◆ AccordionPane()

static AccordionPaneAjaxHelper FineUICore.UIHelper.AccordionPane ( string  id)
static

手风琴面板控件辅助

返回

◆ Button()

static ButtonAjaxHelper FineUICore.UIHelper.Button ( string  id)
static

按钮控件辅助

返回

◆ ButtonGroup()

static ButtonGroupAjaxHelper FineUICore.UIHelper.ButtonGroup ( string  id)
static

按钮分组控件辅助

返回

◆ Calendar()

static CalendarAjaxHelper FineUICore.UIHelper.Calendar ( string  id)
static

日期控件辅助

返回

◆ CheckBox()

static CheckBoxAjaxHelper FineUICore.UIHelper.CheckBox ( string  id)
static

复选框控件辅助

返回

◆ CheckBoxList()

static CheckBoxListAjaxHelper FineUICore.UIHelper.CheckBoxList ( string  id)
static

复选框列表控件辅助

返回

◆ DataList()

static DataListAjaxHelper FineUICore.UIHelper.DataList ( string  id)
static

列表控件辅助

返回

◆ DatePicker()

static DatePickerAjaxHelper FineUICore.UIHelper.DatePicker ( string  id)
static

日期选择框控件辅助

返回

◆ DropDownBox()

static DropDownBoxAjaxHelper FineUICore.UIHelper.DropDownBox ( string  id)
static

下拉框控件辅助

返回

◆ DropDownList()

static DropDownListAjaxHelper FineUICore.UIHelper.DropDownList ( string  id)
static

下拉列表控件辅助

返回

◆ FileUpload()

static FileUploadAjaxHelper FineUICore.UIHelper.FileUpload ( string  id)
static

文件上传控件辅助

返回

◆ Form()

static FormAjaxHelper FineUICore.UIHelper.Form ( string  id)
static

表单面板控件辅助

返回

◆ FormRow()

static FormRowAjaxHelper FineUICore.UIHelper.FormRow ( string  id)
static

表单行控件辅助

返回

◆ Grid()

static GridAjaxHelper FineUICore.UIHelper.Grid ( string  id)
static

表格控件辅助

返回

◆ GroupField()

static GroupFieldAjaxHelper FineUICore.UIHelper.GroupField ( string  id)
static

表格分组列辅助

返回

◆ GroupPanel()

static GroupPanelAjaxHelper FineUICore.UIHelper.GroupPanel ( string  id)
static

分组面板控件辅助

返回

◆ HiddenField()

static HiddenFieldAjaxHelper FineUICore.UIHelper.HiddenField ( string  id)
static

隐藏表单控件辅助

返回

◆ HtmlEditor()

static HtmlEditorAjaxHelper FineUICore.UIHelper.HtmlEditor ( string  id)
static

HTML编辑框控件辅助

返回

◆ HyperLink()

static HyperLinkAjaxHelper FineUICore.UIHelper.HyperLink ( string  id)
static

超链接控件辅助

返回

◆ Image()

static ImageAjaxHelper FineUICore.UIHelper.Image ( string  id)
static

图片控件辅助

返回

◆ IsFineUIAjaxPostBack()

static bool FineUICore.UIHelper.IsFineUIAjaxPostBack ( )
static

是否处于AJAX回发过程

◆ Label()

static LabelAjaxHelper FineUICore.UIHelper.Label ( string  id)
static

文本控件辅助

返回

◆ LinkButton()

static LinkButtonAjaxHelper FineUICore.UIHelper.LinkButton ( string  id)
static

链接按钮控件辅助

返回

◆ Menu()

static MenuAjaxHelper FineUICore.UIHelper.Menu ( string  id)
static

菜单控件辅助

返回

◆ MenuButton()

static MenuButtonAjaxHelper FineUICore.UIHelper.MenuButton ( string  id)
static

菜单项按钮控件辅助

返回

◆ MenuCheckBox()

static MenuCheckBoxAjaxHelper FineUICore.UIHelper.MenuCheckBox ( string  id)
static

菜单项复选框控件辅助

返回

◆ MenuHyperLink()

static MenuHyperLinkAjaxHelper FineUICore.UIHelper.MenuHyperLink ( string  id)
static

菜单项超链接控件辅助

返回

◆ MenuSeparator()

static MenuSeparatorAjaxHelper FineUICore.UIHelper.MenuSeparator ( string  id)
static

菜单项分隔符控件辅助

返回

◆ MenuText()

static MenuTextAjaxHelper FineUICore.UIHelper.MenuText ( string  id)
static

菜单项文本控件辅助

返回

◆ NumberBox()

static NumberBoxAjaxHelper FineUICore.UIHelper.NumberBox ( string  id)
static

数字输入框控件辅助

返回

◆ PageManager()

static PageManagerAjaxHelper FineUICore.UIHelper.PageManager ( string  id)
static

页面管理器辅助

返回

◆ Panel()

static PanelAjaxHelper FineUICore.UIHelper.Panel ( string  id)
static

面板控件辅助

返回

◆ RadioButton()

static RadioButtonAjaxHelper FineUICore.UIHelper.RadioButton ( string  id)
static

单选框控件辅助

返回

◆ RadioButtonList()

static RadioButtonListAjaxHelper FineUICore.UIHelper.RadioButtonList ( string  id)
static

单选框列表控件辅助

返回

◆ Region()

static RegionAjaxHelper FineUICore.UIHelper.Region ( string  id)
static

区域控件辅助

返回

◆ RegionPanel()

static RegionPanelAjaxHelper FineUICore.UIHelper.RegionPanel ( string  id)
static

区域面板控件辅助

返回

◆ RenderCheckField()

static RenderCheckFieldAjaxHelper FineUICore.UIHelper.RenderCheckField ( string  id)
static

表格复选框列辅助

返回

◆ RenderField()

static RenderFieldAjaxHelper FineUICore.UIHelper.RenderField ( string  id)
static

表格列辅助

返回

◆ Result() [1/2]

static AjaxResult FineUICore.UIHelper.Result ( )
static

响应Ajax请求

返回

◆ Result() [2/2]

static AjaxResult FineUICore.UIHelper.Result ( bool  checkModelState)
static

响应Ajax请求

参数
checkModelState是否检查模型状态(如果模型状态验证失败,则弹出提示对话框)
返回

◆ RowNumberField()

static RowNumberFieldAjaxHelper FineUICore.UIHelper.RowNumberField ( string  id)
static

表格数据绑定列辅助

返回

◆ SimpleForm()

static SimpleFormAjaxHelper FineUICore.UIHelper.SimpleForm ( string  id)
static

简单的表单容器控件辅助

返回

◆ Tab()

static TabAjaxHelper FineUICore.UIHelper.Tab ( string  id)
static

选项卡控件辅助

返回

◆ TabStrip()

static TabStripAjaxHelper FineUICore.UIHelper.TabStrip ( string  id)
static

选项卡面板控件辅助

返回

◆ TextArea()

static TextAreaAjaxHelper FineUICore.UIHelper.TextArea ( string  id)
static

多行文本框控件辅助

返回

◆ TextBox()

static TextBoxAjaxHelper FineUICore.UIHelper.TextBox ( string  id)
static

文本框控件辅助

返回

◆ TimePicker()

static TimePickerAjaxHelper FineUICore.UIHelper.TimePicker ( string  id)
static

时间选择框控件辅助

返回

◆ Tool()

static ToolAjaxHelper FineUICore.UIHelper.Tool ( string  id)
static

工具图标控件辅助

返回

◆ Toolbar()

static ToolbarAjaxHelper FineUICore.UIHelper.Toolbar ( string  id)
static

工具条控件辅助

返回

◆ ToolbarFill()

static ToolbarFillAjaxHelper FineUICore.UIHelper.ToolbarFill ( string  id)
static

工具栏左右分隔符控件辅助

返回

◆ ToolbarSeparator()

static ToolbarSeparatorAjaxHelper FineUICore.UIHelper.ToolbarSeparator ( string  id)
static

工具栏分隔符控件辅助

返回

◆ ToolbarText()

static ToolbarTextAjaxHelper FineUICore.UIHelper.ToolbarText ( string  id)
static

工具栏文本控件辅助

返回

◆ Tree()

static TreeAjaxHelper FineUICore.UIHelper.Tree ( string  id)
static

树控件辅助

返回

◆ TriggerBox()

static TriggerBoxAjaxHelper FineUICore.UIHelper.TriggerBox ( string  id)
static

辅助文本框控件辅助

返回

◆ TwinTriggerBox()

static TwinTriggerBoxAjaxHelper FineUICore.UIHelper.TwinTriggerBox ( string  id)
static

辅助文本框控件辅助

返回

◆ Window()

static WindowAjaxHelper FineUICore.UIHelper.Window ( string  id)
static

窗体控件辅助

返回

该类的文档由以下文件生成: