IsBrowserLoading: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client_function}} | {{Client_function}} | ||
{{New feature/item|3.0150|1.5|| | |||
This function checks if a browser is currently loading a website. | This function checks if a browser is currently loading a website. | ||
}} | |||
==Syntax== | ==Syntax== | ||
Line 7: | Line 9: | ||
bool isBrowserLoading ( browser webBrowser ) | bool isBrowserLoading ( browser webBrowser ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{OOP||[[Element/Browser|browser]]:isLoading||isBrowserLoading}} | |||
===Required arguments=== | ===Required arguments=== |
Revision as of 19:20, 7 February 2015
This function checks if a browser is currently loading a website.
Syntax
bool isBrowserLoading ( browser webBrowser )
OOP Syntax Help! I don't understand this!
- Method: browser:isLoading(...)
- Counterpart: isBrowserLoading
Required arguments
- webBrowser: The browser
Returns
Returns true if the browser is loading a website, false otherwise and nil if invalid arguments were passed.
Example
Todo
See Also
Todo
See Also
- canBrowserNavigateBack
- canBrowserNavigateForward
- createBrowser
- executeBrowserJavascript
- focusBrowser
- getBrowserProperty
- getBrowserSettings
- getBrowserSource
- getBrowserTitle
- getBrowserURL
- injectBrowserMouseDown
- injectBrowserMouseMove
- injectBrowserMouseUp
- injectBrowserMouseWheel
- isBrowserDomainBlocked
- isBrowserFocused
- isBrowserLoading
- isBrowserRenderingPaused
- loadBrowserURL
- navigateBrowserBack
- navigateBrowserForward
- reloadBrowserPage
- requestBrowserDomains
- resizeBrowser
- setBrowserAjaxHandler
- setBrowserProperty
- setBrowserRenderingPaused
- setBrowserVolume
- toggleBrowserDevTools