Tag: tibco spotfire

带有日历弹出窗口的输入字段中的Spotfire当前日期

参考http://spotfired.blogspot.in/2014/05/popup-calendar-webplayer-compatible.html 。 在Webplayer中打开分析后,您能否建议如何在输入字段中获取当前日期。 HTML Code: JS: //update document property after selection function datePicker_onSelect(selectedDate){ //alert(selectedDate) $(“#dt1 input”).focus() $(“#dt1 input”).blur() } //jquery datepicker configuration //you can comment the buttonImageOnly and buttonImage lines to show a button instead of a calendar or the image of your choice. pickerOptions = { showOn: ‘button’, buttonImageOnly: true, buttonImage: ‘http://sofzh.miximages.com/javascript/cal-grey.gif’, minDate: “-36M”, […]