<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/CustomEditBox:putOnSide?action=history&amp;feed=atom</id>
	<title>CustomEditBox:putOnSide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/CustomEditBox:putOnSide?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomEditBox:putOnSide&amp;action=history"/>
	<updated>2026-04-06T21:40:10Z</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:putOnSide&amp;diff=56916&amp;oldid=prev</id>
		<title>AriosJentu: Created page with &quot;__NOTOC__ {{Client function}} This function sets for Custom Edit sides color (because it's default edit boxes with custom frame - sides).  == Syntax == &lt;syntaxhighlight lang=&quot;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomEditBox:putOnSide&amp;diff=56916&amp;oldid=prev"/>
		<updated>2018-07-24T15:44:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{Client function}} This function sets for Custom Edit sides color (because it&amp;#039;s default edit boxes with custom frame - sides).  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;...&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 sets for Custom Edit sides color (because it's default edit boxes with custom frame - sides).&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomEditBox:putOnSide(bool IsSide)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*'''IsSide''' - 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;
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>