try {if (context.getUserAgent().isIE(8, 8)) {var exCon = facesContext.getExternalContext();var response = exCon.getResponse();response.setHeader("X-UA-Compatible", "IE=EmulateIE7");}} catch (e) {}
try {
if (context.getUserAgent().isIE(8, 8)) {var exCon = facesContext.getExternalContext();var response = exCon.getResponse();response.setHeader("X-UA-Compatible", "IE=EmulateIE7");}
if (context.getUserAgent().isIE(8, 8)) {
var exCon = facesContext.getExternalContext();var response = exCon.getResponse();response.setHeader("X-UA-Compatible", "IE=EmulateIE7");
var exCon = facesContext.getExternalContext();
var response = exCon.getResponse();
response.setHeader("X-UA-Compatible", "IE=EmulateIE7");
}
} catch (e) {
Re: Date Time Picker, XPages 8.5.1 and Internet Explorer 8
checked
One interesting fact:
if date/time field has Display format "Date only" or "Time only", Domino automatically add header "X-UA-Compatible: IE=EmulateIE7" to response. And Domino put this header for each similar field on the page.
Domino v.8.5.2
Date Time Picker, XPages 8.5.1 and Internet Explorer 8
I have found that the table cell property should be set to "no wrap."
Is there a way to reduce the width of the field and keep the picker control to the right of the input field? I have been trying to utilize the date picker in several applications** but the control seems to want to be placed onto the next line.
Is there a way to reduce the width of the field and keep the picker control to the right of the input field? I have been trying to utilize the date picker in several applications, but the control seems to want to be placed onto the next line.