Hello , I have a liferay portlet with xform, where in xform I have a
date field with type=”xs:date” The date picker for that field is looking good in orbeon , but
the same code displaying the date picker with transparent background.due to
that we are unable to view it properly ?Can I set the background color
for date picker. Prameela. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Prameela,
On Jan 12, 2009, at 4:18 AM, Prameela R wrote: > I have a liferay portlet with xform, where in xform I have a date > field with type=”xs:date” > > The date picker for that field is looking good in orbeon , but the > same code displaying the date picker with transparent > background.due to that we are unable to view it properly ?Can I > set the background color for date picker. > Could it be that the CSS that is being used when your form runs in the portal conflicts or overrides the Orbeon Forms CSS? Maybe you can figure this out by looking what is going on with the Firebug extension on Firefox. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi Alex,
I tried it with .xforms-type-date { background-color: yellow; width: 20em; margin-bottom: 2px } in xform. It changes the input box bgcolor. It is not effecting the datepicker display. Could you please give the class name used for that datepicker. Prameela. -----Original Message----- From: Alessandro Vernet [mailto:[hidden email]] Sent: Tuesday, January 13, 2009 1:05 PM To: [hidden email] Subject: [ops-users] Re: Date picker background Prameela, On Jan 12, 2009, at 4:18 AM, Prameela R wrote: > I have a liferay portlet with xform, where in xform I have a date > field with type="xs:date" > > The date picker for that field is looking good in orbeon , but the > same code displaying the date picker with transparent > background.due to that we are unable to view it properly ?Can I > set the background color for date picker. > Could it be that the CSS that is being used when your form runs in the portal conflicts or overrides the Orbeon Forms CSS? Maybe you can figure this out by looking what is going on with the Firebug extension on Firefox. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
You can use something like this to find out css selector for any
object on a HTML page: http://chrispederick.com/work/web-developer/ A. On 17.1.2009, at 14:51, Prameela R wrote: > Hi Alex, > > I tried it with > > .xforms-type-date { background-color: yellow; > width: 20em; margin-bottom: 2px } > > in xform. It changes the input box bgcolor. It is not effecting the > datepicker display. > > Could you please give the class name used for that datepicker. > > Prameela. > > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: Tuesday, January 13, 2009 1:05 PM > To: [hidden email] > Subject: [ops-users] Re: Date picker background > > Prameela, > > On Jan 12, 2009, at 4:18 AM, Prameela R wrote: >> I have a liferay portlet with xform, where in xform I have a date >> field with type="xs:date" >> >> The date picker for that field is looking good in orbeon , but the >> same code displaying the date picker with transparent >> background.due to that we are unable to view it properly ?Can I >> set the background color for date picker. >> > > Could it be that the CSS that is being used when your form runs in > the portal conflicts or overrides the Orbeon Forms CSS? Maybe you can > figure this out by looking what is going on with the Firebug > extension on Firefox. > > Alex > -- > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise > Orbeon's Blog: http://www.orbeon.com/blog/ > Personal Blog: http://avernet.blogspot.com/ > > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |