I want to set a watermark/placeholder inside of a GWT DateBox. I know how to use onFocus and onBlur to set up a watermark/placeholder in a normal TextBox. I assumed that doing so in a DateBox would be relatively similar. Setting up the text…
I have a com.google.gwt.user.datepicker.client.DatePicker and I don't want the user to be able to select the previous month or the next month in certain cases.
For example I don't want the user to be able to select a day before today.
I figured…
The specific warning message is:
Unable to preventDefault inside passive event listener due to target being treated as passive.
This issue can also be reproduced easily in the demo site by JTSage if you use chrome F12 "Device" mode -- many warning…
Hey i have datebox from zkoss and i want to use it with java 8 localdate and localdatetime. I tried to extend datebox in my datebox class but i cant get it to work, do you have anyone some experience or something? I searched everywhere but i didnt…
I am building an mobile app with cordova and I wanted to use the following date picker.
http://dev.jtsage.com/jQM-DateBox/
I tried it first on my computer and it worked. The date picker opened when I clicked on the calendar symbol on the right side…
I am using the stable version jQM DateBox with JQM 1.4.5 and jQuery 2.
I have a popup form that has a datebook widget on it. I use inline blind because the initial value is set for the date. But the user can click into the field, the datebook…
I have to modify Datebox and CalendarPop (Calendar) components in the way that if I give them a particular date/dates the Calendar of Datebox would show those dates with the particular CSS (for instance dates of holidays).
I haven't done anything…
I my application i use jt.sage DateBox. I want to disable the already selected datepicker for next date box fields for example my Date1 is like 13.08.14 my other date box fields need to select after 13.08.14 (NOTE : depends on previous date…
I was using JQM datebox normally, and some days ago, in my datebox fields, I cannot see the calendar icon, now I see a link that says: "Open date picker". I suppose that this is a CSS problem, however everything seem to be normal. Below is my…
I'm using an inline datebox in a side panel. Under some circumstances, I want to disable the control programatically. Following the API instructions, I did this (coffeescript):
$("#dateInput").datebox 'close'
but the control is still enabled and…
Hi i need to Change the jstage Datebox Date box display format like day-month-year in UI ( Black display date box field ) not in html text.
That is first day, after month, after year should be displayed in datebox. Is that possible. how?
Second one…
I have used jquery mobile datebox [http://dev.jtsage.com/jQM-DateBox] in our mobile site with ASP.NET MVC 4.
When I open datebox without setting default value, it shows "NaN" in date, month and year textbox.
I have written following code to show…