HTML Class |
Namespace: SOWIWeb.Helper
The HTML type exposes the following members.
Name | Description | |
---|---|---|
ButtonByAction |
Generate HTML code for Botton with syntax: href="@Url.Action(Action, Controller, Value)"
| |
ButtonByEvent |
Generate HTML code for Botton with event and code
| |
ButtonByHref |
Generate HTML code for link (href) Botton
| |
ButtonBySubmit |
Generate HTML code for submit Botton
| |
ButtonByToggle |
Generate HTML code for button this can collapse/expand a panel or display a modal dialog
| |
FormGroup(Object, DataGrid, TempDataDictionary) |
Gives HTML code for data displayed formatted by Bootstrap in two columns (label and value) configuration by Data Grid View
| |
FormGroup(String, String, String, String, String, String, Boolean, String, DataPlacements) |
Gives HTML code for Form line formatted by Bootstrap in two columns (label and control (editor or button))
| |
FormGroupEditor(Object, DataGrid, TempDataDictionary) |
Gives HTML code for data editor formatted by Bootstrap in two columns (label and editor) configuration by Data Grid View
| |
FormGroupEditor(Object, String, String, DataGridDataTypes, String, String, String, TempDataDictionary, String, String, String, Boolean, String, DataPlacements, String, String) |
Gives HTML code for data editor formatted by Bootstrap in two columns (label and editor)
| |
GetTooltip |
Gives HTML code for Tooltip when user option property ShowTootip true (except prameter UserOptionIgnore true)
| |
PanelToggle(Panel) |
Gives HTML code for a panel (toggel panel) formatted by Bootstrap
| |
PanelToggle(String, String, String, Boolean, String, String, String, String, String, String) |
Gives HTML code for a panel (toggel panel) formatted by Bootstrap
| |
PanelToggleGroup |
Gives HTML code for a panel group/list with panels (toggel panel) formatted by Bootstrap
| |
Toolbar |
Generate HTML code for Toolbar with Bootstrap style.
Button type supported Submit, MVC action and Toggle.
| |
ToolbarItem |
Generate HTML code for data item Toolbar with Bootstrap style.
Button type supported Submit, MVC action and Toggle.
| |
ValidationSummary |
Gives HTML code for ValidationSummary formatted by Bootstrap class Alert
|
Name | Description | |
---|---|---|
StyleButton |
Standard Bootstrap style for button (btn btn-default)
| |
StyleColEdit |
Standard Bootstrap style for editor control (col-sm-10)
| |
StyleColLabel |
Standard Bootstrap style for label (col-sm-2)
| |
StyleForm |
Standard Bootstrap style for Form (form-group)
| |
StylePanel |
Standard Bootstrap style for panel (panel panel-default)
| |
StylePanelContent |
Standard Bootstrap style for panel content (panel-body)
| |
StylePanelGroup |
Standard Bootstrap style for panel group (panel-group)
| |
StylePanelHeading |
Standard Bootstrap style for panel heading (panel-heading)
| |
StylePanelTitle |
Standard Bootstrap style for panel title (panel-title)
|