iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
1> Does intersoft has only the time picker. Our requirement is selecting the time frames like 12:00 Am, 12.15 AM on selection.
2> can we show the calendar on focus and not on the dropdown selection? It should show on the tab change.
3> can we hide the dropdown and show the Calendar on focus?
Waiting for Quick reply
<ISWebInput:WebInput ID="WebInput1"> <ClientSideEvents OnFocus="WebInput1_OnFocus"> </ClientSideEvents> </ISWebInput:WebInput>
In JavaScript code:
function WebInput1_OnFocus(controlId) { var WebInput1_dd = document.getElementById(controlId + "_dd"); WebInput1_dd.click(); }
I attached the page regarding this work around as well.Hope this helps.Thank you.Regards,Hans K.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname