Creation/Dev/Script/Client/GuiTextEditCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Inherits from [[Creation/Dev/Script/Client/GuiTextCtrl|GuiTextCtrl]]. | |||
=Variables= | |||
deniedsound - string | |||
historysize - integer | |||
password - boolean | |||
tabcomplete - boolean | |||
=Functions= | |||
setselection(int, int) | |||
undo() | |||
=Events= | |||
onTabComplete() - the tab key has been pressed (when tabcomplete=true) | |||
onAction(newtext) - the enter-key has been pressed |
Revision as of 13:25, 25 February 2006
Inherits from GuiTextCtrl.
Variables
deniedsound - string
historysize - integer
password - boolean
tabcomplete - boolean
Functions
setselection(int, int)
undo()
Events
onTabComplete() - the tab key has been pressed (when tabcomplete=true)
onAction(newtext) - the enter-key has been pressed