<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/RO/getBrowserSettings?action=history&amp;feed=atom</id>
	<title>RO/getBrowserSettings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/RO/getBrowserSettings?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RO/getBrowserSettings&amp;action=history"/>
	<updated>2026-04-07T11:21:09Z</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/getBrowserSettings&amp;diff=65734&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 redă un tabel cu setările navigatorului web. }}  ==Sintaxă== &lt;syntaxhighlight lang=&quot;lua&quot;&gt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RO/getBrowserSettings&amp;diff=65734&amp;oldid=prev"/>
		<updated>2020-04-08T11:52:57Z</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 redă un tabel cu setările navigatorului web. }}  ==Sintaxă== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;...&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 redă un tabel cu setările navigatorului 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;
table getBrowserSettings()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{OOP||[[Element/Browser|Browser]].getSettings}}&lt;br /&gt;
&lt;br /&gt;
==Redare==&lt;br /&gt;
Un table având următoarele chei:&lt;br /&gt;
* '''RemoteEnabled''': ''true'' dacă paginile web externe sunt activate, ''false'' în caz contrar&lt;br /&gt;
* '''RemoteJavascript''': ''true'' dacă Javascript este activat pe paginile web externe, ''false'' în caz contrar&lt;br /&gt;
* '''PluginsEnabled''': ''true'' dacă plugin-uri precum Flash, Silverlight (dar nu Java) sunt activate, ''false'' în caz contrar. Această setare este ''false'' din oficiu.&lt;br /&gt;
&lt;br /&gt;
==Exemplu==&lt;br /&gt;
Acest exemplu '''nu este testat'''.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local window = guiCreateWindow(200, 200, 1024, 768, &amp;quot;Webbrowser&amp;quot;, false)&lt;br /&gt;
local browser = guiCreateBrowser(0, 0, 800, 600, false, false, false, window)&lt;br /&gt;
&lt;br /&gt;
for k, v in pairs(getBrowserSettings(browser)) do&lt;br /&gt;
    outputChatBox(&amp;quot;['&amp;quot; .. tostring(k) .. &amp;quot;'] = '&amp;quot; .. tostring(v))&lt;br /&gt;
end&lt;br /&gt;
&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:getBrowserSettings]]&lt;br /&gt;
[[hu:getBrowserSettings]]&lt;/div&gt;</summary>
		<author><name>Vinyard</name></author>
	</entry>
</feed>