ExtensionsToHTMLEditor Method (Object, DataGrid, TempDataDictionary, String) | |
Gives HTML code for Input field.
Call method
ToHTMLEditor(Object, String, DataGridDataTypes, String, String, String, TempDataDictionary, Boolean, String, DataPlacements, String, String)
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string ToHTMLEditor(
this Object pData,
DataGrid pDataGrid,
TempDataDictionary pTempData = null,
string pPlaceholder = ""
)
<ExtensionAttribute>
Public Shared Function ToHTMLEditor (
pData As Object,
pDataGrid As DataGrid,
Optional pTempData As TempDataDictionary = Nothing,
Optional pPlaceholder As String = ""
) As String
Parameters
- pData
- Type: SystemObject
value to be edited - pDataGrid
- Type: SOWIData.ManagementDataGrid
Data Grid View item - pTempData (Optional)
- Type: TempDataDictionary
use if DataFieldType equal Enumeration or List - pPlaceholder (Optional)
- Type: SystemString
label into Input field
Return Value
Type:
String[Missing <returns> documentation for "M:SOWIWeb.Helper.Extensions.ToHTMLEditor(System.Object,SOWIData.Management.DataGrid,System.Web.Mvc.TempDataDictionary,System.String)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also