Messages posted by redly2001
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: redly2001  XML
Profile for redly2001 -> Messages posted by redly2001 [9]
Author Message
hi,

you can override the .iceTabSetTabSpacer css class as in the following sample.

Code:
 
 .iceTabSetTabSpacer {
 	width: 70%;
 }
 
 .vendorContentPanelTabSet .iceTabSetTabSpacer {
 	width: 30%;
 }
 
Ivan,

The wiki i had already found and followed
it but can't get the chat portlet to work.

Maybe i have a typo or something like that,
will give it another try as soon as possible.

Many thanks for your support!

Cheers,
michael
neil

many thanks for testing my little portlet and even more
for your kindly ratings. i have tried to reproduce your
problem but i was not able to setup the chat portlet.

i have done the properties configuration and added a
chat instance to a page with my hello world portlet but
this does not trigger the problem :-(

so i think i have to wait for the chat wiki or presentation
to get the jabber things to work. then i can take a further
look on that problems.

i will subscribe to the liferay forum where we can treat this
theme any further if you like.

best regards
michael

here is the promissed little sample portlet for the liferay portal.

the portlet is based on the seam+icefaces+portlet sample provided
here in the forum (hopefully it was ok to use it)

it was tested on a liferay 4.2.0 prof. (the tomcat bundle)

the war file is an eclipse export with source included and can be
autodeployed inside liferay.

after adding an instance on a page, a page reload is required
to initialze the portlet correctly.

have fun!!

greetings
michael
ok - now it works for me :-)

i was build a new icefaces-d2d.js file without prototype framework
because it is already there in liferay.then i commented out the following
lines of code:

/*
if(window.Event){
document.captureEvents(Event.KEYDOWN);
document.captureEvents(Event.MOUSEDOWN);
}
*/

as far as i know this code is only needed for netscape 4 browsers.

i will provide a little sample portlet the next days,
when i have some spare time.

i'm just trying to get it to work and it looks
not bad until jet.

my setup:

liferay 4.2.0 (tomcat bundle)
MySql 5.0.27
IcEfaces 1.5.1
TopLink v2.25b for portlet persistence
Facelets as viewHandler


My testapp is an aggregation and customization of the seam+
icefaces+portlet sample, some parts of the icefaces webmail
sample und a lot of other tutorials und samples on the net
(which all cannot be mentioned)

In Firefox my portlet works - with some js errors on the
javascript console however. In IE i can get the same state
if i disable the liferay ajax functions (based on prototype
framework).

The js error on load in IE:

Line: 1668
Char: 1
Error: Object doesn't support this property or method
Code: 0

and if i try to click a button or commandlink i get an error
like: object "connection" unassigned.

i think there is a conflict between the icefaces and liferay
ajax functionality - will continue to examine these problems.


Any kind of help would be highly appreciated!


If there is some interest in my testapp i will provide it as a
zip file in the forum.

thanks,
michael
hi stefan,

maybe this helps:

http://www.icefaces.org/JForum/posts/list/2191.page

cheers
michael
Some further investigation of the problem shows that it correlates with the iceTabSetSpacer CSS-Class. It seems that the IE browsers does compute the 100% width parameter different than the firefox browsers.

My workaround is to use a seperate css file in a subview which is then imported with a "jsp:directive.include". In that css file the width parameter can be customized to the corresponding needs.

Are there better less cumbersome solutions?
I have the same problem as grahams. It seems to occur when the content length on the tabpanel extends the length of all the tab titles. Was there already found a solution for that problem?

Maybe helpfull, some test code attached.
 
Profile for redly2001 -> Messages posted by redly2001 [9]
Go to:   
Powered by JForum 2.1.7ice © JForum Team