<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/RO/isBrowserLoading?action=history&amp;feed=atom</id>
	<title>RO/isBrowserLoading - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/RO/isBrowserLoading?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RO/isBrowserLoading&amp;action=history"/>
	<updated>2026-04-08T01:32:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=RO/isBrowserLoading&amp;diff=65755&amp;oldid=prev</id>
		<title>Vinyard: Created page with &quot;__NOTOC__ {{RO/Funcție client}} {{New feature/item|3.0150|1.5|| Această funcție verifică dacă navigatorul web încarcă un site web. }}  ==Sintaxă== &lt;syntaxhighlight lan...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RO/isBrowserLoading&amp;diff=65755&amp;oldid=prev"/>
		<updated>2020-04-08T13:38:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{RO/Funcție client}} {{New feature/item|3.0150|1.5|| Această funcție verifică dacă navigatorul web încarcă un site web. }}  ==Sintaxă== &amp;lt;syntaxhighlight lan...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{RO/Funcție client}}&lt;br /&gt;
{{New feature/item|3.0150|1.5||&lt;br /&gt;
Această funcție verifică dacă navigatorul web încarcă un site web.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Sintaxă==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool isBrowserLoading (browser webBrowser)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{OOP||[[Element/Browser|browser]]:isLoading|loading}}&lt;br /&gt;
&lt;br /&gt;
===Argumente Necesare===&lt;br /&gt;
*'''webBrowser:''' Navigatorul web&lt;br /&gt;
&lt;br /&gt;
===Redare===&lt;br /&gt;
Redă ''true'' dacă navigatorul web încarcă un site web, ''false'' în caz contrar și ''nil'' dacă au fost transmise argumente nevalide.&lt;br /&gt;
&lt;br /&gt;
==Exemplu==&lt;br /&gt;
Acest exemplu adaugă o comandă /checkload pentru a verifica dacă un site web se încarcă sau nu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local webbrowser = createBrowser(1000, 1000, false, false)&lt;br /&gt;
loadBrowserUrl(webbrowser, &amp;quot;https://www.youtube.com/watch?v=jofNR_WkoCE&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
addCommandHandler(&amp;quot;checkload&amp;quot;,&lt;br /&gt;
function()&lt;br /&gt;
    if (isBrowserLoading(webbrowser)) then  &lt;br /&gt;
        outputChatBox(&amp;quot;Te rugăm să aștepți, site-ul web se încarcă!&amp;quot;) &lt;br /&gt;
    else&lt;br /&gt;
        outputChatBox(&amp;quot;Acest site web a fost deja încărcat.&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
end)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Vizualizați de asemenea==&lt;br /&gt;
{{RO/Funcții CEF}}&lt;br /&gt;
&lt;br /&gt;
[[EN:isBrowserLoading]]&lt;br /&gt;
[[hu:isBrowserLoading]]&lt;/div&gt;</summary>
		<author><name>Vinyard</name></author>
	</entry>
</feed>