<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/CustomEditBox:isOnSide?action=history&amp;feed=atom</id>
	<title>CustomEditBox:isOnSide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/CustomEditBox:isOnSide?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomEditBox:isOnSide&amp;action=history"/>
	<updated>2026-04-04T12:04:00Z</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=CustomEditBox:isOnSide&amp;diff=58048&amp;oldid=prev</id>
		<title>AriosJentu: Created page with &quot;__NOTOC__ {{Client function}} This function gets - is Custom Edit Box located on side bar (changing by CustomEditBox:putOnSide.  == Syntax == &lt;syntaxhighlight lang=&quot;lua&quot;&gt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomEditBox:isOnSide&amp;diff=58048&amp;oldid=prev"/>
		<updated>2018-08-14T07:05:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{Client function}} This function gets - is Custom Edit Box located on side bar (changing by &lt;a href=&quot;/wiki/CustomEditBox:putOnSide&quot; title=&quot;CustomEditBox:putOnSide&quot;&gt;CustomEditBox:putOnSide&lt;/a&gt;.  == Syntax == &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;
{{Client function}}&lt;br /&gt;
This function gets - is Custom Edit Box located on side bar (changing by [[CustomEditBox:putOnSide]].&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool CustomEditBox:isOnSide()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns boolean value - is Edit located on side of window.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
[[File:PutOnSideExample.png|thumb|right|Code Example]]&lt;br /&gt;
[[File:PutOnSideWrong.png|thumb|right|Example when line with ''putOnSide'' doesn't exists]]&lt;br /&gt;
This example creates window with two edit boxes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 80, &amp;quot;Example&amp;quot;)&lt;br /&gt;
local EditSide = CustomEdit.create(5, 20, 140, 25, &amp;quot;Edit Box&amp;quot;, false, Window)&lt;br /&gt;
local EditWin = CustomEdit.create(5, 50, 140, 25, &amp;quot;Edit Box&amp;quot;, false, Window)&lt;br /&gt;
&lt;br /&gt;
EditSide:putOnSide(true)&lt;br /&gt;
&lt;br /&gt;
outputChatBox(EditSide:isOnSide())&lt;br /&gt;
outputChatBox(EditWin:isOnSide())&lt;br /&gt;
&lt;br /&gt;
Window:showBar(&amp;quot;top&amp;quot;, 50)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
</feed>