<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — time input/display ui]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2281</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2281&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in time input/display ui.]]></description>
		<lastBuildDate>Wed, 03 Aug 2011 22:06:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: time input/display ui]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9878#p9878</link>
			<description><![CDATA[<p>Well, we didn&#039;t have the need to construct a time listbox, so I guess we consider this as unimportant.</p><p>If you are creating a module or extension with this habit, you could just include such a listbox in your code.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 03 Aug 2011 22:06:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9878#p9878</guid>
		</item>
		<item>
			<title><![CDATA[Re: time input/display ui]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9877#p9877</link>
			<description><![CDATA[<p>i guess we need html5 for that to work. Have you considered that yet?</p>]]></description>
			<author><![CDATA[null@example.com (giesbrecht)]]></author>
			<pubDate>Wed, 03 Aug 2011 15:30:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9877#p9877</guid>
		</item>
		<item>
			<title><![CDATA[Re: time input/display ui]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9876#p9876</link>
			<description><![CDATA[<p>i mean something like:</p><p>function time_cells($label, $name, $value=null, $min=&quot;&quot;, $max=&quot;&quot;, $title=false,<br />&nbsp; &nbsp; $labparams=&quot;&quot;, $post_label=&quot;&quot;, $inparams=&quot;&quot;)<br />{<br />&nbsp; &nbsp; &nbsp; global $Ajax;</p><p>&nbsp; &nbsp; default_focus($name);<br />&nbsp; &nbsp; if ($label != null)<br />&nbsp; &nbsp; &nbsp; &nbsp; label_cell($label, $labparams);<br />&nbsp; &nbsp; echo &quot;&lt;td&gt;&quot;;</p><p>&nbsp; &nbsp; if ($value === null)<br />&nbsp; &nbsp; &nbsp; &nbsp; $value = get_post($name);<br />&nbsp; &nbsp; echo &quot;&lt;input $inparams type=\&quot;time\&quot; name=\&quot;$name\&quot; min=\&quot;$min\&quot; max=\&quot;$max\&quot; value=\&quot;$value\&quot;&quot;<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;.($title ? &quot; title=&#039;$title&#039;&quot; : &#039;&#039;)<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;.&quot;&gt;&quot;;<br />&nbsp; &nbsp; if ($post_label != &quot;&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; echo &quot; &quot; . $post_label;</p><p>&nbsp; &nbsp; echo &quot;&lt;/td&gt;\n&quot;;<br />&nbsp; &nbsp; $Ajax-&gt;addUpdate($name, $name, $value);<br />}<br />function time_row($label, $name, $value, $min, $max, $title=null, $params=&quot;&quot;, $post_label=&quot;&quot;)<br />{<br />&nbsp; &nbsp; echo &quot;&lt;tr&gt;&lt;td class=&#039;label&#039;&gt;$label&lt;/td&gt;&quot;;<br />&nbsp; &nbsp; text_cells(null, $name, $value, $min, $max, $title, $params, $post_label);</p><p>&nbsp; &nbsp; echo &quot;&lt;/tr&gt;\n&quot;;<br />}</p>]]></description>
			<author><![CDATA[null@example.com (giesbrecht)]]></author>
			<pubDate>Wed, 03 Aug 2011 15:23:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9876#p9876</guid>
		</item>
		<item>
			<title><![CDATA[time input/display ui]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9875#p9875</link>
			<description><![CDATA[<p>I need to manage timnng on processes, but i cant find any ui handling for time.<br />Could it be posible to create some like to one for dates?<br />date_row/cells in /includes/ui/ui_input.inc</p><p>What i mean is a kind of textbox wich has the format HHH:mm:ss validation.</p><p>regards</p><p>adrian</p>]]></description>
			<author><![CDATA[null@example.com (giesbrecht)]]></author>
			<pubDate>Wed, 03 Aug 2011 14:37:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9875#p9875</guid>
		</item>
	</channel>
</rss>
