 | GuiEditor Method (String, Int32, Int32, String, String, String, String, String, GuiEditorEdition, Boolean, Boolean, Boolean, String, Boolean) |
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,
bool initFunction,
bool windowsOnLoad,
bool getClientHeight,
string skinPath,
bool encodeOutput
)
<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,
initFunction As Boolean,
windowsOnLoad As Boolean,
getClientHeight As Boolean,
skinPath As String,
encodeOutput As Boolean
) 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
- initFunction
- Type: SystemBoolean
- windowsOnLoad
- Type: SystemBoolean
- getClientHeight
- Type: SystemBoolean
- skinPath
- Type: SystemString
- encodeOutput
- Type: SystemBoolean
Return Value
Type:
String
See Also