| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 06/09/2011 07:58:53
|
kamnas2k1
Joined: 21/06/2011 04:09:01
Messages: 6
Offline
|
Hi,
We are using Icefaces Portlets in our project.
These portlets should be capable of running on IE8 (with chrome frame).
Currently I am struggling to make <ice:selectInputDate> popup calendar as opaque. It is unfortunately overlapping on the text below. Therefore it is not looking clear and neither any styleClass is working on it.
I tried various forum posting suggestions, which suggested to create style sheets and add them, but they were of no use.
I have also added the following lines in my xhtml page;
<ice:outputStyle href="/xmlhttp/css/rime/rime-portlet.css" />
<ice:outputStyle href="/xmlhttp/css/xp/xp.css" />
but this is of no use.
I am attaching the jpeg file with this post. please have a look and suggest what I need to do?
Please help me with this.
Thanks,
Kamna
|
| Filename |
popupCalendar.jpg |
Download
|
| Description |
|
| Filesize |
27 Kbytes
|
| Downloaded: |
43 time(s) |
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 06/09/2011 10:56:01
|
deryk.sinotte

Joined: 26/10/2004 00:00:00
Messages: 958
Offline
|
Can you try running the portlet version of the Component Showcase example that we ship with the product. There's an example of using the popup calendar. See how it behaves when run under IE8.
|
Deryk Sinotte
Team Lead
ICEsoft Technologies, Inc. |
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 07/09/2011 03:41:03
|
kamnas2k1
Joined: 21/06/2011 04:09:01
Messages: 6
Offline
|
Hi,
Thanks for the response.
I have attached the screen shot of "Date Picker" portlet provided by Icefaces.
As you can see, I am not able to get the popup calendar icon. Initially I had the similar problem, the I added imageDir="#{styleBean.imageDirectory}" in the <ice:selectInputDate> , cause of which I got the popup calendar icon and the popup calendar. Following is my declaration in the xhtml page;
<ice:selectInputDate id="date1" renderAsPopup="true" rendered="true"
value="#{filtersBean.date1}" imageDir="#{styleBean.imageDirectory}"
disabled="#{filtersBean.dateDisabled}" partialSubmit="true"
renderMonthAsDropdown="true" renderYearAsDropdown="true" >
<f:convertDateTime pattern="dd/MM/yyyy hh:mm" />
</ice:selectInputDate>
The backing bean has the setter and getter method for date1 and also for the dateDisabled, as this date panel gets activated when one of the radio button is selected.
Kind regards,
Kamna.
|
| Filename |
IcefacesCalendar.png |
Download
|
| Description |
|
| Filesize |
168 Kbytes
|
| Downloaded: |
33 time(s) |
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 07/09/2011 04:40:03
|
kamnas2k1
Joined: 21/06/2011 04:09:01
Messages: 6
Offline
|
In addition to my reply above, I am using Liferay 6.0, Icefaces 2.0.2, Windows 2007 XP Professional. Tomcat6(Bundled with Liferay) and Eclipse Helios environment.
This problem is shown on all the browsers IE8, Firefox6.01 and Google Chrome.
Our major requirement is to use SVG graphics inside the Icefaces portlet which facilitates the drag and drop events between SVG Portlets and Non SVG Portlets. For this reason we are using IE8 with chrome frame plugin.
Thanks.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 09/09/2011 03:46:40
|
kastanho
Joined: 28/04/2011 02:59:36
Messages: 8
Offline
|
I had similar problem and it was because the css. It worked while adding:
Code:
<ice:outputStyle href="/xmlhttp/css/rime/rime-portlet.css"/>
<ice:outputStyle href="/css/showcase_style.css"/>
|
|
|
 |
|
|