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

FineUIMvc 辅助器 更多...

静态 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)
 选项卡控件辅助
 

详细描述

FineUIMvc 辅助器

成员函数说明

◆ Accordion()

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

手风琴控件辅助

返回

◆ AccordionPane()

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

手风琴面板控件辅助

返回

◆ Button()

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

按钮控件辅助

返回

◆ ButtonGroup()

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

按钮分组控件辅助

返回

◆ Calendar()

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

日期控件辅助

返回

◆ CheckBox()

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

复选框控件辅助

返回

◆ CheckBoxList()

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

复选框列表控件辅助

返回

◆ DataList()

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

列表控件辅助

返回

◆ DatePicker()

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

日期选择框控件辅助

返回

◆ DropDownBox()

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

下拉框控件辅助

返回

◆ DropDownList()

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

下拉列表控件辅助

返回

◆ FileUpload()

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

文件上传控件辅助

返回

◆ Form()

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

表单面板控件辅助

返回

◆ FormRow()

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

表单行控件辅助

返回

◆ Grid()

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

表格控件辅助

返回

◆ GroupField()

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

表格分组列辅助

返回

◆ GroupPanel()

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

分组面板控件辅助

返回

◆ HiddenField()

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

隐藏表单控件辅助

返回

◆ HtmlEditor()

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

HTML编辑框控件辅助

返回

◆ HyperLink()

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

超链接控件辅助

返回

◆ Image()

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

图片控件辅助

返回

◆ IsFineUIAjaxPostBack()

static bool FineUIMvc.UIHelper.IsFineUIAjaxPostBack ( )
static

是否处于AJAX回发过程

◆ Label()

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

文本控件辅助

返回

◆ LinkButton()

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

链接按钮控件辅助

返回

◆ Menu()

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

菜单控件辅助

返回

◆ MenuButton()

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

菜单项按钮控件辅助

返回

◆ MenuCheckBox()

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

菜单项复选框控件辅助

返回

◆ MenuHyperLink()

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

菜单项超链接控件辅助

返回

◆ MenuSeparator()

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

菜单项分隔符控件辅助

返回

◆ MenuText()

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

菜单项文本控件辅助

返回

◆ NumberBox()

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

数字输入框控件辅助

返回

◆ PageManager()

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

页面管理器辅助

返回

◆ Panel()

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

面板控件辅助

返回

◆ RadioButton()

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

单选框控件辅助

返回

◆ RadioButtonList()

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

单选框列表控件辅助

返回

◆ Region()

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

区域控件辅助

返回

◆ RegionPanel()

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

区域面板控件辅助

返回

◆ RenderCheckField()

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

表格复选框列辅助

返回

◆ RenderField()

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

表格列辅助

返回

◆ Result() [1/2]

static AjaxResult FineUIMvc.UIHelper.Result ( )
static

响应Ajax请求

返回

◆ Result() [2/2]

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

响应Ajax请求

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

◆ RowNumberField()

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

表格数据绑定列辅助

返回

◆ SimpleForm()

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

简单的表单容器控件辅助

返回

◆ Tab()

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

选项卡控件辅助

返回

◆ TabStrip()

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

选项卡面板控件辅助

返回

◆ TextArea()

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

多行文本框控件辅助

返回

◆ TextBox()

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

文本框控件辅助

返回

◆ TimePicker()

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

时间选择框控件辅助

返回

◆ Tool()

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

工具图标控件辅助

返回

◆ Toolbar()

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

工具条控件辅助

返回

◆ ToolbarFill()

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

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

返回

◆ ToolbarSeparator()

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

工具栏分隔符控件辅助

返回

◆ ToolbarText()

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

工具栏文本控件辅助

返回

◆ Tree()

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

树控件辅助

返回

◆ TriggerBox()

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

辅助文本框控件辅助

返回

◆ TwinTriggerBox()

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

辅助文本框控件辅助

返回

◆ Window()

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

窗体控件辅助

返回

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