 | GuiEditor Method (String, Int32, Int32, String, String, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use MakeEditor instead.")]
public static string Editor(
string strName,
int intWidth,
int intHeight,
string strText,
string autoStart = "",
string[] dwEditorTagsArray = null,
string css = ""
)
<ObsoleteAttribute("Use MakeEditor instead.")>
Public Shared Function Editor (
strName As String,
intWidth As Integer,
intHeight As Integer,
strText As String,
Optional autoStart As String = "",
Optional dwEditorTagsArray As String() = Nothing,
Optional css As String = ""
) As String
Parameters
- strName
- Type: SystemString
- intWidth
- Type: SystemInt32
- intHeight
- Type: SystemInt32
- strText
- Type: SystemString
- autoStart (Optional)
- Type: SystemString
- dwEditorTagsArray (Optional)
- Type: SystemString
- css (Optional)
- Type: SystemString
Return Value
Type:
String
See Also