[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-16 Thread PeterJ
I tried your iframe protlet and after a few changes it showed up just fine, in the banner area, without any decorations. First, in iframe-object.xml, the statement: regioncenter/region places the iframe in the center column, not in the banner(header). If you want it in the banner area, use:

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-16 Thread rutfield
Thank you for taking the time to do this. I really appreciate it. Your explanation makes a lot of sense (now that you said it). I will give it a shot. CR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972125#3972125 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-15 Thread rutfield
All I am trying to do is put an HTML frame into the header. I can create a new theme and put the frame in a portlet, but that really seems to overcomplicate what sounds like a straightforward task. 12.6.1 in the reference guide describes using JSP tags for header content injection. Is that a

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread rutfield
I am also trying to put a simple window in the header. Thanks for this thread - it has already saved me a lot of time. I have a portlet which behaves as needed. I removed the decorations and created an instance above the navigation as described here. I've gone through the JBoss Portal

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread PeterJ
I knew I should not have wiped out the portal that I used to help with this problem. But that just means I have to get you to do your work for you (rather than me doing it for you). For items 1 and 2, do this. Display the page that has your portlet on the navigation area in your browser and

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread rutfield
I don't mind doing the work, but I'd like to stay on track I cut-and pasted from yours, so I'm not too concerned about typos. Before replying, I tried the other properties such as RenderSetId and supported-window-states to no avail. | deployments |deployment |

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread rutfield
Also, as we feared/suspected, the 'view source' has the same class as the other portlets (e.g. portlet-titlebar-left). I really want to turn this off for this portlet only. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971681#3971681 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread AndrewBoyd
Hi Rutfield, I started this thread but have not been able to writing code on this due to other busyness. Could you please post your portlet code? thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971699#3971699 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread rutfield
Glad to. It is basically the portletswap iframe for 2.4 with different URL and height/width. I thought I'd try this one first. This is a trimmed down version that exhbits the issues. I do not have a jboss-portlet.xml (unlike the samples in the reference guide). If I add a to my

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-11 Thread [EMAIL PROTECTED]
You can modify the theme or create your own View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970663#3970663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970663 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-11 Thread AndrewBoyd
If I write a portlet won't it have window directorations? Thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970816#3970816 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970816

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-11 Thread PeterJ
No, you can turn off the decorations by using the emptyRenderer. See my *-object.xml file in http://www.jboss.com/index.html?module=bbop=viewtopict=89997 for an example. Just do for your portlet what I did for the navigation portlet. View the original post :

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-09 Thread AndrewBoyd
Hi All, Thanks for the responses. I was looking to put dynamic content into the area above the Tabs. I removed the NAvigationPortlet from the default page and the logo is still there so the NavigationPortlet is not what I'm needing to change. I was hoping that I could put dynamic content

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-07 Thread PeterJ
The header area is a div whose height and contents depend on the settings in the CCS file, and on what portlets you add to the navigation panel. Use 'view source' within your browser, the layout is fairly easy to interpret. If you really want dynamic content in the header area, add a portlet

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-07 Thread Antoine_h
I have seen in the doc that you can add some things in the header, for each portlet. this is added in the descriptor of the portlet. If the portlet is in the page, the content is added to the header. The main example is CCS specific to one portlet. I gess you can add it dynamically... but how ?