 | GuiEditor Method (String, String, String, String, String, String, String, String, GuiEditorEdition, Boolean, Boolean, Boolean, String, Boolean, Int32) |
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,
string width,
string height,
string strText,
string autoStart,
string[] editorTags,
string css,
string toolbarSet,
GuiEditorEdition edition,
bool initFunction,
bool windowsOnLoad,
bool getClientHeight,
string skinPath,
bool encodeOutput,
int configurationId
)
<ObsoleteAttribute("Use MakeEditor instead.")>
Public Shared Function Editor (
strName As String,
width As String,
height As String,
strText As String,
autoStart As String,
editorTags 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,
configurationId As Integer
) As String
Parameters
- strName
- Type: SystemString
- width
- Type: SystemString
- height
- Type: SystemString
- strText
- Type: SystemString
- autoStart
- Type: SystemString
- editorTags
- 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
- configurationId
- Type: SystemInt32
Return Value
Type:
String
See Also