<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/PL/onClientGUIChanged?action=history&amp;feed=atom</id>
	<title>PL/onClientGUIChanged - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/PL/onClientGUIChanged?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/onClientGUIChanged&amp;action=history"/>
	<updated>2026-04-05T15:44:36Z</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=PL/onClientGUIChanged&amp;diff=48461&amp;oldid=prev</id>
		<title>ThePiotrek: Created page with &quot;{{PL/Client event}} __NOTOC__  To zdarzenie jest wywoływane kiedy memo lub pole tekstowe zostanie zmienione (przez gracza lub przy użyciu guiSetText).  ==Parametry==  &lt;c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/onClientGUIChanged&amp;diff=48461&amp;oldid=prev"/>
		<updated>2016-07-21T22:05:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PL/Client event}} __NOTOC__  To zdarzenie jest wywoływane kiedy memo lub pole tekstowe zostanie zmienione (przez gracza lub przy użyciu &lt;a href=&quot;/wiki/GuiSetText&quot; title=&quot;GuiSetText&quot;&gt;guiSetText&lt;/a&gt;).  ==Parametry==  &amp;lt;c...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PL/Client event}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
To zdarzenie jest wywoływane kiedy memo lub pole tekstowe zostanie zmienione (przez gracza lub przy użyciu [[guiSetText]]).&lt;br /&gt;
&lt;br /&gt;
==Parametry== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
element theElement&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
* '''theElement''': Element który został zmieniony.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Źródło==&lt;br /&gt;
[[event system#Event source|Źródłem]] tego zdarzenia jest element który został zmieniony.&lt;br /&gt;
&lt;br /&gt;
==Przykład== &lt;br /&gt;
Ten przykład tworzy pole tekstowe i wyświetla wiadomość, kiedy jego zawartość się zmieni&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
editBox = guiCreateEdit(0.3,0.1,0.4,0.1,&amp;quot;&amp;quot;,true)&lt;br /&gt;
addEventHandler(&amp;quot;onClientGUIChanged&amp;quot;, editBox, function(element) &lt;br /&gt;
   outputChatBox(&amp;quot;Zawartość pola tekstowego to teraz: &amp;quot; .. guiGetText(element))&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
lub&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
editBox = guiCreateEdit(0.3,0.1,0.4,0.1,&amp;quot;&amp;quot;,true)&lt;br /&gt;
addEventHandler(&amp;quot;onClientGUIChanged&amp;quot;, editBox, function() &lt;br /&gt;
   outputChatBox(&amp;quot;Zawartość pola tekstowego to teraz: &amp;quot; .. guiGetText(source))&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[en:onClientGUIChanged]]&lt;br /&gt;
&lt;br /&gt;
==Zobacz także==&lt;br /&gt;
===Zdarzenia GUI===&lt;br /&gt;
{{GUI_events}}&lt;br /&gt;
===Funkcje zdarzeń po stronie klienta===&lt;br /&gt;
{{Client_event_functions}}&lt;/div&gt;</summary>
		<author><name>ThePiotrek</name></author>
	</entry>
</feed>