User Tools

Site Tools


built_in:textedit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:textedit [2015/09/29 14:37]
82.204.40.82 [Table] Added Autosize description to options table
built_in:textedit [2016/04/30 06:35] (current)
Line 87: Line 87:
 | TextEdit.SetMargins( left,top,right,bottom )                                                                                                         | | TextEdit.SetMargins( left,top,right,bottom )                                                                                                         |
 | TextEdit.SetOnChange( callback )                                 | Starts if the user change the Text in the Textedit                                  | | TextEdit.SetOnChange( callback )                                 | Starts if the user change the Text in the Textedit                                  |
 +| TextEdit.SetOnEnter( callback )|As of ver1.34 This disables enter key and fires callback|
 | TextEdit.SetOnTouch( callback )                                  | Starts if the user enter the Textedit                                               | | TextEdit.SetOnTouch( callback )                                  | Starts if the user enter the Textedit                                               |
 | TextEdit.SetPadding( left,top,right,bottom )                                                                                                         | | TextEdit.SetPadding( left,top,right,bottom )                                                                                                         |
Line 106: Line 107:
 | Bold        | Write bold text                                                              | | Bold        | Write bold text                                                              |
 | Center      | Justify the text in the middle                                               | | Center      | Justify the text in the middle                                               |
 +| Extract     | Allows full-width keyboard in landscape                                      |
 | Left        | Justify the text to the left                                                 | | Left        | Justify the text to the left                                                 |
 | Monospace   | Shows the Text in a Monospace Font                                           | | Monospace   | Shows the Text in a Monospace Font                                           |
built_in/textedit.1443537454.txt.gz ยท Last modified: 2015/09/29 22:37 (external edit)