Calendar css problem in ops 3.7.0beta1.200808260135

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Calendar css problem in ops 3.7.0beta1.200808260135

Laxmi Narayana-3
Hi All,
 
I am using ops 3.7.0beta1.200808260135 in liferay4.2.1. I am using date picker in my portlet but it's CSS is transparent.How to change css of date picker in orbeon jar file. Please go through attachment shows how date picker displays in my portlet.
 
This problem is fixed in 3.7.1. What changes needs to do get datapicker with proper CSS in ops 3.7.0beta version?
Please suggest me.
Regards,
Laxmi.


--
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

Calendar.bmp (445K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Calendar css problem in ops 3.7.0beta1.200808260135

Hank Ratzesberger
Hi Laxmi,

OK, I am just guess (now that I understand the issue a little better)

There are a few ways to override styles and/or to make Orbeon see your 
resources.

For example, you can set the priority of the resource handlers in the web.xml.  e.g.

    <context-param>
        <param-name>oxf.resources.priority.1</param-name>
        <param-value>org.orbeon.oxf.resources.FilesystemResourceManagerFactory</param-value>
    </context-param>

Will cause Orbeon to look to your file system first, before it looks to jar file packaged resources.
Then you can add the selected images, etc, from the current source code tree.

You can override styles locally in these pages, if the css style is refering to  any image/url.

Best I can suggest, since I presume there are other integration issues preventing 
you from moving to the latest build.

Best,
Hank


On Jul 22, 2009, at 4:21 AM, Laxmi Narayana wrote:

Hi All,
 
I am using ops 3.7.0beta1.200808260135 in liferay4.2.1. I am using date picker in my portlet but it's CSS is transparent.How to change css of date picker in orbeon jar file. Please go through attachment shows how date picker displays in my portlet.
 
This problem is fixed in 3.7.1. What changes needs to do get datapicker with proper CSS in ops 3.7.0beta version?
Please suggest me.
Regards,
Laxmi.<Calendar.bmp>
--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
OW2 mailing lists service home page: http://www.ow2.org/wws

Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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