 | GuiEditor Method (String, Int32, Int32, String, String, String, String, String, GuiEditorEdition) |
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,
string css,
string toolbarSet,
GuiEditorEdition edition
)
<ObsoleteAttribute("Use MakeEditor instead.")>
Public Shared Function Editor (
strName As String,
intWidth As Integer,
intHeight As Integer,
strText As String,
autoStart As String,
dwEditorTagsArray As String(),
css As String,
toolbarSet As String,
edition As GuiEditorEdition
) As String
Parameters
- strName
- Type: SystemString
- intWidth
- Type: SystemInt32
- intHeight
- Type: SystemInt32
- strText
- Type: SystemString
- autoStart
- Type: SystemString
- dwEditorTagsArray
- Type: SystemString
- css
- Type: SystemString
- toolbarSet
- Type: SystemString
- edition
- Type: Dynamicweb.SystemToolsGuiEditorEdition
Return Value
Type:
String
See Also