User Tools

Site Tools


built_in:textedit

Differences

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

Link to this comparison view

built_in:textedit [2014/10/30 18:30]
cokeramirez Added some options
built_in:textedit [2016/04/30 06:35]
Line 1: Line 1:
-====== TextEdit control ====== 
-===== Create ===== 
-Create TextEdit objects using the CreateTextEdit method of the app object: 
-<code>edt = app.CreateTextEdit( text, width, height, options );</code> 
-You can use the SetOnChange method of the TextEdit to set the name of a function you want to be called when a the text is changed. 
  
-Use the SetText and GetText functions to set and get the text in the TextEd 
-===== Methods ===== 
-^Method ^Description ^ 
-|edt.ClearHistory| | 
-|edt.GetCursorLine| | 
-|edt.GetCursorPos| | 
-|edt.GetHeight| | 
-|edt.GetLineCount| | 
-|edt.GetLineStart| | 
-|edt.GetLineTop| | 
-|edt.GetMaxLines| | 
-|edt.GetText| | 
-|edt.GetVisibility| | 
-|edt.GetWidth| | 
-|edt.Redo| | 
-|edt.Release| | 
-|edt.SetBackColor| | 
-|edt.SetBackGradient| | 
-|edt.SetBackGradientRadial| | 
-|edt.SetBackground| | 
-|edt.SetCursorPos| | 
-|edt.SetHtml| | 
-|edt.SetMargins| | 
-|edt.SetOnChange| | 
-|edt.SetPadding| | 
-|edt.SetPosition| | 
-|edt.SetSize| | 
-|edt.SetText| | 
-|edt.SetTextColor| | 
-|edt.SetTextSize| | 
-|edt.SetVisibility| | 
-|edt.Undo| | 
- 
-===== Options ===== 
- 
-^Option ^Description ^ 
-|Left|Justify the text to the left| 
-|NoSpell|Disable the spell-checker| 
-|Number|Defaults to the numeric keyboard| 
built_in/textedit.txt ยท Last modified: 2016/04/30 06:35 (external edit)