diff options
Diffstat (limited to 'api/jsapi.7.txt')
-rw-r--r-- | api/jsapi.7.txt | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/api/jsapi.7.txt b/api/jsapi.7.txt index 5680a109..523410bf 100644 --- a/api/jsapi.7.txt +++ b/api/jsapi.7.txt @@ -837,7 +837,7 @@ _steps_;; Number of steps, pass a negative value to go back in history ==== Boolean wv.loadUri(String uri, [Function callback]) **** -Load an uri in a webview. +Loads an uri in a webview. _uri_;; The uri to load _callback_;; A callback function that will be called when the load status @@ -845,6 +845,20 @@ changes, return true to stop the emission, optional _returns_;; true if the uri is loaded **** +==== void wv.reload(void) +**** + +Reloads a webview +**** + + +==== void wv.stopLoading() +**** + +Stops any ongoing loading. +**** + + ==== Number wv.toPng(String filename, [Number width, Number height], [Boolean keepAspect]) **** @@ -863,12 +877,6 @@ _returns_;; A cairo_status_t (0 on success) or -1 if an error occured. **** -==== void wv.reload(void) -**** - -Reload a webview -**** - === frame === A frame represents a frame or iframe. Due to same origin policy it |