﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Lounge - Web input Queries</title><link>http://www.intersoftsolutions.com/Community/Lounge/Web-input-Queries/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Web input Queries</title><link>http://www.intersoftsolutions.com/Community/Lounge/Web-input-Queries/</link><pubDate>Mon, 14 Jul 2014 04:17:34 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;Thank you for your question.&lt;br&gt;&lt;br&gt;WebInput doesn’t have time picker control only.&lt;br&gt;&lt;br&gt;There is work around to show the DateTime dropdown on focus event.&lt;br&gt;&lt;br&gt;Here’s the example snippet code how to show the DateTime dropdown:&lt;br&gt;&lt;br&gt;In WebInput, I add OnFocus client side event:&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="WebInput1"&amp;gt;    &amp;lt;ClientSideEvents OnFocus="WebInput1_OnFocus"&amp;gt;
    &amp;lt;/ClientSideEvents&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;&lt;p&gt;In JavaScript code:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;function WebInput1_OnFocus(controlId)
{
    var WebInput1_dd = document.getElementById(controlId + "_dd");
    WebInput1_dd.click();
}&lt;/pre&gt;&lt;p&gt;I attached the page regarding this work around as well.&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;Thank you.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Web input Queries</title><link>http://www.intersoftsolutions.com/Community/Lounge/Web-input-Queries/</link><pubDate>Fri, 11 Jul 2014 12:20:15 GMT</pubDate><dc:creator>Rajee</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;1&amp;gt; Does intersoft has only the time picker. Our requirement is selecting the time frames like 12:00 Am, 12.15 AM on selection.&amp;nbsp;&lt;/p&gt;&lt;p&gt;2&amp;gt; can we show the calendar on focus and not on the dropdown selection? It should show on the tab change.&lt;/p&gt;&lt;p&gt;3&amp;gt; can we hide the dropdown and show the Calendar on focus?&lt;/p&gt;&lt;p&gt;Waiting for Quick reply&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>