WebView
WebView is used to render HTML documents e.g view a webpage
app.CreateWebView(w,h,options)Options
- AllowZoom
- IgnoreErrors
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()
- SetOnProgress( callback )
- LoadHtml( html,base,options )
- LoadUrl( url,options )
- Back()
- Forward()
- CanGoBack()
- CanGoForward()
- Execute( code )
- ClearHistory()
- GetUrl()
- Capture( file )
- Print()
- SetUserAgent( agent )
- SetUserCreds( name,password )