mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:32:45 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			629 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			629 B
		
	
	
	
	
	
	
	
Name
GML Text Editor Widget
Description
Defines a GUI text editor widget.
Synopsis
@GUI::TextEditor
Examples
@GUI::TextEditor {
    name: "text_editor"
    placeholder: "Text editor"
}
Registered Properties
| Property | Type | Possible values | Description | 
|---|---|---|---|
| text | string | Any string | Set text | 
| placeholder | string | Any string | Set placeholder | 
| mode | enum | Editable, ReadOnly, DisplayOnly | Set editor mode | 
