From 2a2693124690e13c0dd0ddc3b20f228d6561869b Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Sun, 12 Nov 2017 13:10:26 -0200 Subject: Made text in TextEdit a property. --- doc/classes/TextEdit.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 0af11eec31..3cb33c78c0 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -465,6 +465,9 @@ + + String value of the [TextEdit]. + If [code]true[/code] read-only mode is enabled. Existing text cannot be modified and new text cannot be added. -- cgit v1.2.3