User Tools

Site Tools


built_in:webview

Differences

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

Link to this comparison view

built_in:webview [2015/01/07 09:54]
octazid [Methods]
built_in:webview [2018/08/16 08:46]
Line 1: Line 1:
-====== WebView control ====== 
-===== Create ===== 
-You can create a control to display local or remote web pages in your App using the CreateWebView method of the app object: 
-<code>web = app.CreateWebView( width, height, options, zoom );</code> 
-If you are loading remote web pages, then you might want to use the SetOnProgress method to set the name of a callback function that you want called to report the progress of loading the page. 
  
-You can use the LoadUrl method to load an internal or external web page or the LoadHtml method to load text directly from within your App. 
- 
-<code> web.LoadUrl( url,options );</code> 
-<code> web.LoadHtml( html,baseFolder,options );</code> 
-Note: Using a WebView can be a good way of displaying colored and formatted text areas in your App. If you set the BackColor to a transparent color you can show formatted text over a background image. 
- 
-If you need to, you can use the Execute method to execute JavaScript code within the WebView. 
- 
-<code> web.Execute( text );</code> 
-===== Methods ===== 
-Some controls use the same methods.\\ 
-For examples of the **[[same methods]]** look here. 
-^Method ^Description ^ 
-|WebView.Back() | | 
-|WebView.CanGoBack() | | 
-|WebView.CanGoForward() | | 
-|WebView.Destroy() | | 
-|WebView.Execute( code ) | | 
-|WebView.Forward() | | 
-|WebView.GetAbsHeight() | | 
-|WebView.GetAbsWidth() | | 
-|WebView.GetHeight() | | 
-|WebView.GetPosition() | | 
-|WebView.GetType() | | 
-|WebView.GetVisibility() | | 
-|WebView.GetWidth() | | 
-|WebView.LoadHtml( html,base,options ) | | 
-|WebView.LoadUrl( url,options ) | | 
-|WebView.Release() | | 
-|WebView.SetBackColor( p1 ) | | 
-|WebView.SetBackGradient( p1,p2,p3,p4,p5,p6,p7 ) | | 
-|WebView.SetBackGradientRadial( p1,p2,p3,p4,p5,p6,p7 ) | | 
-|WebView.SetBackground( p1,p2 ) | | 
-|WebView.SetMargins( left,top,right,bottom ) | | 
-|WebView.SetOnProgress( callback ) | | 
-|WebView.SetPadding( p1,p2,p3,p4 ) | | 
-|WebView.SetPosition( p1,p2,p3,p4 ) | | 
-|WebView.SetScale( x,y ) | | 
-|WebView.SetSize( p1,p2 ) | | 
-|WebView.SetVisibility( HideShow ) | | 
built_in/webview.txt · Last modified: 2018/08/16 08:46 (external edit)