[jboss-user] [JBoss Portal] - Re: Custom Layout that forces Quirks Mode

2007-11-30 Thread mping
If anyone cares, I created a custom layout that renders the base portlets ok 
and is in quirks mode. This enables some DOM/Javascript features that are 
disabled in XHMTL or strict mode.

This was done in Jboss Portal 2.6.2 AS 4.2.1.

The only relevant changes are:
- removing the doctype declaration from the layout jsp
- forcing the header content on the layout jsp to have  a height of 1px or so.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109356#4109356

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109356
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Custom Layout that forces Quirks Mode

2007-11-27 Thread Antoine_h
As far as I know, portal does not support it specifically.

but if you want to build your portal with it, you can.

the layout is a good start : you can do whatever you want in it : it is built 
on html, jsp, etc...

you 'll have not to use the original portlets provided.
you'll have to adapt them, so they provide the proper html...
if this adaptation is possible (not for the portlets that yet use some ajax, I 
guess...).

this may be a lot of work... 
but entirely feasible.

think that the JSR-168 and jboss portal allow to provide pages for WAP, ... so 
can be on Quirks Mode... just a question to adapt the content and the way it is 
provided to the client browser.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4107983#4107983

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107983
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user