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/12 10:17]
stevegarman [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 101: Line 102:
 ===== Options ===== ===== Options =====
  
-^ Option      ^ Description                                                     +^ Option      ^ Description                                                                  
-| AutoSelect  | Select all Text if user enter the Textedit                      +| AutoSelect  | Select all Text if user enter the Textedit                                   | 
-| Bold        | Write bold text | +| AutoSize    | Expand or shrink the control automatically so the text fits in the Textedit  
-| Center      | Justify the text in the middle                                  +| Bold        | Write bold text                                                              
-| Left        | Justify the text to the left                                    +| Center      | Justify the text in the middle                                               | 
-| Monospace   | Shows the Text in a Monospace Font                              +| Extract     | Allows full-width keyboard in landscape                                      
-| NoSpell     | Disable the spell-checker                                       +| Left        | Justify the text to the left                                                 
-| Number      | Defaults to the numeric keyboard                                +| Monospace   | Shows the Text in a Monospace Font                                           
-| NoKeyboard  | Shows no Keyboard                                               +| NoSpell     | Disable the spell-checker                                                    
-| ReadOnly    | You cant change the Text                                        +| Number      | Defaults to the numeric keyboard                                             
-| Right       | Justify the text to the right                                   +| NoKeyboard  | Shows no Keyboard                                                            
-| SingleLine  | Doesn't make a linebreak if \\ text is longer than the control  |+| ReadOnly    | You cant change the Text                                                     
 +| Right       | Justify the text to the right                                                
 +| SingleLine  | Doesn't make a linebreak if \\ text is longer than the control               |
built_in/textedit.1442053063.txt.gz · Last modified: 2015/09/12 18:17 (external edit)