TextEdit
TextEdit is a form of text view that can be edited.
Options
- FontAwesome
- Singleline
- Html
- Link
- NoSpell
- NoKeyboard
- Monospace
Methods
- id
- Destroy()
- Release()
- SetVisibility( mode )
- GetVisibility()
- Hide()
- Gone()
- Show()
- IsVisible()
- SetPadding( left,top,right,bottom )
- SetMargins( left,top,right,bottom )
- SetBackground( file,options )
- SetBackColor( clr )
- SetBackGradient( colour1,colour2,colour3,options )
- SetBackGradientRadial( x,y,radius,colour1,colour2,colour3,options )
- SetColorFilter( clr,mode )
- AdjustColor( hue,sat,bright,cont )
- SetPosition( left,top,width,height,options )
- SetSize( width,height,options )
- GetWidth( options )
- GetHeight( options )
- GetAbsWidth()
- GetAbsHeight()
- GetLeft( options )
- GetTop( options )
- GetPosition( options )
- SetScale( x,y )
- Focus()
- GetType()
- SetText( txt )
- SetHtml( html )
- GetHtml()
- SetHint( text )
- InsertText( text,start,end )
- ReplaceText( text,start,end )
- GetText()
- SetOnChange( callback )
- SetOnTouch( callback )
- SetOnEnter( callback )
- SetTextColor( color )
- SetTextSize( size,mode )
- GetTextSize( mode )
- GetLineCount()
- GetMaxLines()
- GetLineTop( line )
- GetLineStart( line )
- SetCursorColor( color )
- SetCursorPos( pos )
- GetCursorPos()
- GetCursorLine()
- SetSelection( start,stop )
- GetSelectedText()
- GetSelectionStart()
- GetSelectionEnd()
- Undo()
- Redo()
- ClearHistory()