 | GuiMakeEditor Method (String, Int32, Int32, String, String) |
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 = ""
)
Public Shared Function MakeEditor (
name As String,
width As Integer,
height As Integer,
text As String,
Optional css As String = ""
) As String
Parameters
- name
- Type: SystemString
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- text
- Type: SystemString
- css (Optional)
- Type: SystemString
Return Value
Type:
String
See Also