Questions tagged [datebox]

Datebox refers to either JTSage-DateBox, or GWT Datebox.

Datebox refers to one of two packages:

170 questions
0
votes
1 answer

Setting default value for a timebox

I am using the Datebox(timebox mode) jquerymobile plugin in my Rails app to choose some hours. I am trying to set the default value by using defaultPickerValue, but I dont how to add it. I can only find this document about…
Jepzen
  • 2,942
  • 6
  • 40
  • 62
0
votes
1 answer

get jQuery mobile datebox running (TypeError: a.mobile.datebox is undefined)

I cannot get the jQueryMobile - DateBox running. It is not shown at all and I get some JS errors. Here is my code: Header:
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
2 answers

Knockout - display date format dd-MM-yyy but store the string as Date in viewmodel using jqm DateBox

I am new to knockout... I have the following problem. I am using jqm DateBox to set Date and knockout plugin to manage the viewmodel. I want to display date in the format dd-mm-yyyy (AS IS) but in the same time i want that the viewmodel stores not…
0
votes
1 answer

selector datebox with jquery easyui

I used Tabs and datebox in easyui. And I have 2 tabs: tabs1 and tab2 All tabs contain datebox. I can not selector datebox at tabs2. $('#dd').datebox is working at tab1 but not work at tab2. How to selector datebox at tab2 ????
user1761176
  • 103
  • 3
  • 4
  • 16
0
votes
1 answer

Culture based date selection in JQuery Mobile Datebox plugin?

I am using below jquery mobile datebox plugins for date control in mobile application. It's working fine with default date format. But I want to apply date format based on current culture setting whether it's mobile phone or desktop. Based on device…
Giri
  • 3
  • 4
0
votes
2 answers

Change the datebox date and display the new datebox date in the form containing the data-role datebox

I am trying to make a button change the text or value of my datebox form. The value will change if I call $("element").val("value-date") but the form that contains the datebox will not change its text to the value-date. I have refreshed the datebox…
tdelaney18
  • 459
  • 2
  • 8
  • 16
0
votes
1 answer

onMonthChanged event in JQM Datebox

I cannot find an "onMonthChanged" event on the jqm Datebox. Is there any event that fires when the user presses the arrow button to change month in the control? Any alternative solution to catch this user action? Thanks!
Cotten
  • 8,787
  • 17
  • 61
  • 98
0
votes
1 answer

gwt datebox not getting the default Css

I have created a Datebox in Uibinder . and have not define any css for this I am getting a white background datebox ,without any format, in Chrome in firefox its fine .. I have tried all of…
junaidp
  • 10,801
  • 29
  • 89
  • 137
0
votes
0 answers

Jquery mobile datebox

I'm using jquery-mobile datebox plugin, namely slidebox mode. The problems is that i need to select only a range of minutes (0-15, 15-30, 30-45, 45-60). Is it possible to somehow change the default minutes range to given above?
NoNameZ
  • 785
  • 4
  • 14
  • 22
0
votes
1 answer

jquerymobile datebox for label clicks

The current jquerymobile implementation of datebox (or some plugin like jtsage) pops up a datebox for text input. Is there anyway to extend it to cases where I want to show the datebox when the user click a label (or any random text)? For example,…
Yang
  • 6,682
  • 20
  • 64
  • 96
0
votes
2 answers

GWT- DateBox.getTextBox().addValueChangeHandler() not fire event in IE

I tried to used DateBox and add a valueChangeHandler to the DateBox.getTextBox(). It works fine in FF, Chrome, but not IE9. The event is not fired even if the value in the textbox is changed. I tried to just use TextBox.addValueChangeHandler() in…
Joey
  • 2,732
  • 11
  • 43
  • 63
0
votes
1 answer

Clearing jQueryMobile DateBox value from an event

I have 2 DateBox (from & to). What I want to do is whenever I click on the "from" DateBox it will always clear the "to" DateBox. I'm looking at the doclear method and I'm not sure if it is the right one or even know how to use it. Just to be clear…
Jasper Dy
  • 23
  • 4
0
votes
2 answers

get date once date is selected from datebox

Right after set method has been passed, I want to know what the date selected is so I can use it in a call to controller $('#datetime').bind('datebox', function (e, passed) { if ( passed.method === 'set' ) { $.load("controller…
chri_chri
  • 310
  • 4
  • 12
0
votes
1 answer

Datebox execute an alert if highDate - Jquery Mobile

I have a calbox with an array of highDates in options: jquery-mobile
0
votes
1 answer

Jquery Mobile Datebox Slidebox

When I was using the DateBox1 I had this code to use the slidebox only for months and days: jquery-mobile
Josh Mouse
  • 207
  • 1
  • 3
  • 9
1 2 3
11
12