<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — select all text when you click on item input box]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8029&amp;type=atom" />
	<updated>2019-03-03T05:21:37Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8029</id>
		<entry>
			<title type="html"><![CDATA[select all text when you click on item input box]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34388#p34388" />
			<content type="html"><![CDATA[<p>If u want to select all text/number with one click from item input box (very handy on mobile) add this:</p><p>includes/ui/ui_input.php around line 749 replace:<br />echo &quot;&lt;input class=&#039;amount&#039; type=\&quot;text\&quot; name=\&quot;$name\&quot; size=\&quot;$size\&quot; maxlength=\&quot;$max\&quot; dec=\&quot;$dec\&quot; value=\&quot;&quot; . $_POST[$name]. &quot;\&quot;&gt;&quot;;</p><p>with:<br />echo &quot;&lt;input onClick=&#039;this.select();&#039; class=&#039;amount&#039; type=\&quot;text\&quot; name=\&quot;$name\&quot; size=\&quot;$size\&quot; maxlength=\&quot;$max\&quot; dec=\&quot;$dec\&quot; value=\&quot;&quot; . $_POST[$name]. &quot;\&quot;&gt;&quot;;</p><br /><p>no more backspace or double click to change values.</p>]]></content>
			<author>
				<name><![CDATA[cristiart]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17592</uri>
			</author>
			<updated>2019-03-03T05:21:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34388#p34388</id>
		</entry>
</feed>
