 | GuiMakeEditor Method (String, Int32, Int32, String, String, String, Boolean, Int32) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string MakeEditor(
string name,
int width,
int height,
string text,
string css,
string skinPath,
bool encodeOutput,
int configurationId
)
Public Shared Function MakeEditor (
name As String,
width As Integer,
height As Integer,
text As String,
css As String,
skinPath As String,
encodeOutput As Boolean,
configurationId As Integer
) As String
Parameters
- name
- Type: SystemString
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- text
- Type: SystemString
- css
- Type: SystemString
- skinPath
- Type: SystemString
- encodeOutput
- Type: SystemBoolean
- configurationId
- Type: SystemInt32
Return Value
Type:
String
See Also