Sizing of portlets

2004-02-09 Thread Archana Turaga
Hi,
Is it possible to size the a portlet. I mean if a JSP portlet with three columns is 
displayed in the portal in the first row then i see that the portlet tries to occupy 
the whole of the row making the table with it;s columns expand thereby making it look 
not too good. 

Is there a way to set a size and then mention that even if this portlet is occupying 
the whole row it should size to fit the row?

Thanks is advance for your responses,
Regards,
Archana


Re: Sizing of portlets

2004-02-09 Thread karthikeyan
This is something similar to 'trying to see only login frame of yahoo'
through
IFramePortlet, dynamic change of fixing co-ordinates (x1,y1,x2,y2)
instead
of traditional (x,y dimention of portal). If this code is established in
jetspeed
(require some skilled programming for advanced users) the you can
view as you wish... no more complain about STANDARDS.



--
M. Karthikeyan, Ph.D., Scientist
 _|  _|_|_|_|  _|
 _|_|_|  _|_|
 _|  _|  _|  _|_|
 _|_|_|  _|_|
 _|  _| o  _|_|_|o _|_|_|_|
 NationalChemical  Laboratory
 Pune - 411 008, INDIA
 Ph: +91-(0)20-5893 457  FAX: 5893 973
 http://www.ncl-india.org/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Actually if you see the site:
http://www.esinplast.it/ep 

You will see how they have their portlets within a framework...have some sort of 
padding...i was trying to figure out how they did it ...can you figure out what is 
going on here? How did they get that padding around the portal. 

Thanks and regards,
Archana


 [EMAIL PROTECTED] 02/09/04 09:53AM 
This is something similar to 'trying to see only login frame of yahoo'
through
IFramePortlet, dynamic change of fixing co-ordinates (x1,y1,x2,y2)
instead
of traditional (x,y dimention of portal). If this code is established in
jetspeed
(require some skilled programming for advanced users) the you can
view as you wish... no more complain about STANDARDS.



--
M. Karthikeyan, Ph.D., Scientist
_|  _|_|_|_|  _|
_|_|_|  _|_|
_|  _|  _|  _|_|
_|_|_|  _|_|
_|  _| o  _|_|_|o _|_|_|_|
NationalChemical  Laboratory
Pune - 411 008, INDIA
Ph: +91-(0)20-5893 457  FAX: 5893 973
http://www.ncl-india.org/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Sizing of portlets

2004-02-09 Thread karthikeyan
Looking at the source of the page:

The 'MASTERS' of the page are:

class=ControllerStyleClass
class=PortletStyleClass
class=ContentStyleClass

May be if you have the source (java .. class or 'equivalent') ... hu
.. (I won't disclose how? )
I am not sure whether it is built-in function of jetspeed or 'custom'
written..
require some more research to figure out..

goodluck



--
M. Karthikeyan, Ph.D., Scientist
 _|  _|_|_|_|  _|
 _|_|_|  _|_|
 _|  _|  _|  _|_|
 _|_|_|  _|_|
 _|  _| o  _|_|_|o _|_|_|_|
 NationalChemical  Laboratory
 Pune - 411 008, INDIA
 Ph: +91-(0)20-5893 457  FAX: 5893 973
 http://www.ncl-india.org/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Well thanks for the help anyway...Will do the needed to figure out or come up with 
some technique after experimenting...always works when you are doing trial and error 
as the last resort...:-)...because i really need to have some sizing mechanism or else 
the portal will really look ugly for the type of layout i'm looking at...

Anyway any input and responses are welcome.

Regards,
Archana


 [EMAIL PROTECTED] 02/09/04 10:32AM 
Looking at the source of the page:

The 'MASTERS' of the page are:

class=ControllerStyleClass
class=PortletStyleClass
class=ContentStyleClass

May be if you have the source (java .. class or 'equivalent') ... hu
.. (I won't disclose how? )
I am not sure whether it is built-in function of jetspeed or 'custom'
written..
require some more research to figure out..

goodluck



--
M. Karthikeyan, Ph.D., Scientist
_|  _|_|_|_|  _|
_|_|_|  _|_|
_|  _|  _|  _|_|
_|_|_|  _|_|
_|  _| o  _|_|_|o _|_|_|_|
NationalChemical  Laboratory
Pune - 411 008, INDIA
Ph: +91-(0)20-5893 457  FAX: 5893 973
http://www.ncl-india.org/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Sizing of portlets

2004-02-09 Thread karthikeyan
searching 'G o o g l e' resulted really impressive pages for these
classess... you should explore
further

This powerpoint ppt may be helpful (may be trivial for 'expert' like
you)
https://www.metnet.navy.mil/~carlg/ nep/Metoc_Portal_CSS_ver1.ppt

Pl. Ignore this message if you are already aware of the links


--
M. Karthikeyan, Ph.D., Scientist
 _|  _|_|_|_|  _|
 _|_|_|  _|_|
 _|  _|  _|  _|_|
 _|_|_|  _|_|
 _|  _| o  _|_|_|o _|_|_|_|
 NationalChemical  Laboratory
 Pune - 411 008, INDIA
 Ph: +91-(0)20-5893 457  FAX: 5893 973
 http://www.ncl-india.org/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Ha...Ha expert is it? I'm no expert...complete novice at it...been trying to iron out 
these issues so that we can  have atleast a minimal functional site using jetspeed.

I'll check out the site and will keep everyone posted on the progress...

Thanks for your help,
Archana
 [EMAIL PROTECTED] 02/09/04 11:03AM 
searching 'G o o g l e' resulted really impressive pages for these
classess... you should explore
further

This powerpoint ppt may be helpful (may be trivial for 'expert' like
you)
https://www.metnet.navy.mil/~carlg/ nep/Metoc_Portal_CSS_ver1.ppt

Pl. Ignore this message if you are already aware of the links


--
M. Karthikeyan, Ph.D., Scientist
_|  _|_|_|_|  _|
_|_|_|  _|_|
_|  _|  _|  _|_|
_|_|_|  _|_|
_|  _| o  _|_|_|o _|_|_|_|
NationalChemical  Laboratory
Pune - 411 008, INDIA
Ph: +91-(0)20-5893 457  FAX: 5893 973
http://www.ncl-india.org/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Sizing of portlets

2004-02-09 Thread Glen Carl
The link you refer to would only be of help if you were going to do your own 
customization of CSS / XSL within a proxyPortlet. A foundation for proxy type 
portlets can be found at http://www.buonvia.com/jetspeed/
unjar the proxyPortlets.jar to get documentation and starter code.
These proxy portlets are not for use with Jetspeed 2.

However, if you are starting from scratch with Jetspeed, I encourage you to use 
the portlets that are available with Jetspeed 2.

Glen

Archana Turaga wrote:

Ha...Ha expert is it? I'm no expert...complete novice at it...been trying to iron out these issues so that we can  have atleast a minimal functional site using jetspeed.

I'll check out the site and will keep everyone posted on the progress...

Thanks for your help,
Archana
[EMAIL PROTECTED] 02/09/04 11:03AM 
searching 'G o o g l e' resulted really impressive pages for these
classess... you should explore
further
This powerpoint ppt may be helpful (may be trivial for 'expert' like
you)
https://www.metnet.navy.mil/~carlg/ nep/Metoc_Portal_CSS_ver1.ppt
Pl. Ignore this message if you are already aware of the links

--
M. Karthikeyan, Ph.D., Scientist
_|  _|_|_|_|  _|
_|_|_|  _|_|
_|  _|  _|  _|_|
_|_|_|  _|_|
_|  _| o  _|_|_|o _|_|_|_|
NationalChemical  Laboratory
Pune - 411 008, INDIA
Ph: +91-(0)20-5893 457  FAX: 5893 973
http://www.ncl-india.org/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Sizing of portlets

2004-02-09 Thread Archana Turaga
Thanks..will also look at this site. Yeah at first glance it did look as if we have to 
come up with our own stylesheets. We are not going to go to JEtspeed 2.0 yet because 
it is not a official release yet and is in CVS. Currently using 1.4b4 with some bug 
fixes.

Regards,
Archana


 [EMAIL PROTECTED] 02/09/04 01:38PM 
The link you refer to would only be of help if you were going to do your own 
customization of CSS / XSL within a proxyPortlet. A foundation for proxy type 
portlets can be found at http://www.buonvia.com/jetspeed/
unjar the proxyPortlets.jar to get documentation and starter code.
These proxy portlets are not for use with Jetspeed 2.

However, if you are starting from scratch with Jetspeed, I encourage you to use 
the portlets that are available with Jetspeed 2.

Glen

Archana Turaga wrote:

 Ha...Ha expert is it? I'm no expert...complete novice at it...been trying to iron 
 out these issues so that we can  have atleast a minimal functional site using 
 jetspeed.
 
 I'll check out the site and will keep everyone posted on the progress...
 
 Thanks for your help,
 Archana
 
[EMAIL PROTECTED] 02/09/04 11:03AM 
 
 searching 'G o o g l e' resulted really impressive pages for these
 classess... you should explore
 further
 
 This powerpoint ppt may be helpful (may be trivial for 'expert' like
 you)
 https://www.metnet.navy.mil/~carlg/ nep/Metoc_Portal_CSS_ver1.ppt
 
 Pl. Ignore this message if you are already aware of the links
 
 
 --
 M. Karthikeyan, Ph.D., Scientist
 _|  _|_|_|_|  _|
 _|_|_|  _|_|
 _|  _|  _|  _|_|
 _|_|_|  _|_|
 _|  _| o  _|_|_|o _|_|_|_|
 NationalChemical  Laboratory
 Pune - 411 008, INDIA
 Ph: +91-(0)20-5893 457  FAX: 5893 973
 http://www.ncl-india.org/
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]