|
A text entry control that accepts the Gui Markup Language ('ML') tags and multiple lines. More...
Public Attributes | |
string | escapeCommand |
Script function to run whenever the 'escape' key is pressed when this control is in focus. |
A text entry control that accepts the Gui Markup Language ('ML') tags and multiple lines.
new GuiMLTextEditCtrl() { lineSpacing = "2"; allowColorChars = "0"; maxChars = "-1"; deniedSound = "DeniedSoundProfile"; text = ""; escapeCommand = "onEscapeScriptFunction();"; //Properties not specific to this control have been omitted from this example. };
Script function to run whenever the 'escape' key is pressed when this control is in focus.