You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Dhiren Patel (JIRA)" <je...@portals.apache.org> on 2007/08/23 16:48:30 UTC

[jira] Created: (JS2-776) Hide the Portlet Title Bar

Hide the Portlet Title Bar
--------------------------

                 Key: JS2-776
                 URL: https://issues.apache.org/jira/browse/JS2-776
             Project: Jetspeed 2
          Issue Type: Task
          Components: Customizer, Decorations/Themes
         Environment: WAS 6.1, JAVA
            Reporter: Dhiren Patel
            Priority: Trivial


I want to hide the Title Bar of the portlet(s). How can I acheive this?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: [jira] Created: (JS2-776) Hide the Portlet Title Bar

Posted by David Sean Taylor <da...@bluesunrise.com>.
Dhiran,

Please do not create JIRA issues for questions. Just ask them on the  
list.
If there is no solution, or if it requires a bug fix, then yes,  
create an issue.
A quick solution, select the clear portlet decorator with the  
customizer or edit the xml:

   <defaults
      layout-decorator="tigris"
      portlet-decorator="clear"
   />


On Aug 23, 2007, at 7:48 AM, Dhiren Patel (JIRA) wrote:

> Hide the Portlet Title Bar
> --------------------------
>
>                  Key: JS2-776
>                  URL: https://issues.apache.org/jira/browse/JS2-776
>              Project: Jetspeed 2
>           Issue Type: Task
>           Components: Customizer, Decorations/Themes
>          Environment: WAS 6.1, JAVA
>             Reporter: Dhiren Patel
>             Priority: Trivial
>
>
> I want to hide the Title Bar of the portlet(s). How can I acheive  
> this?
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>
>



Re: [jira] Closed: (JS2-776) Hide the Portlet Title Bar

Posted by Vitaly Baranovsky <vi...@gmail.com>.
2 Dhiren Patel:
Try to read:
https://issues.apache.org/jira/browse/JS2-710
http://www.nabble.com/How-can-I-hide-portlet-programmatically--tf3136414.html#a8691150

Maybe these threads can be helpful for you...

2007/10/29, Ate Douma (JIRA) <je...@portals.apache.org>:
>
>     [ https://issues.apache.org/jira/browse/JS2-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Ate Douma closed JS2-776.
> -------------------------
>
>    Resolution: Invalid
>
> This is not a proper task but a question which should be asked on the user/dev mailing lists.
> Please don't misuse JIRA for such trivial things.
>
> FYI: "hiding" a portlet title bar is very simple: just use the clear portlet decorator
>
> > Hide the Portlet Title Bar
> > --------------------------
> >
> >                 Key: JS2-776
> >                 URL: https://issues.apache.org/jira/browse/JS2-776
> >             Project: Jetspeed 2
> >          Issue Type: Task
> >          Components: Customizer, Decorations/Themes
> >         Environment: WAS 6.1, JAVA
> >            Reporter: Dhiren Patel
> >            Priority: Trivial
> >
> > I want to hide the Title Bar of the portlet(s). How can I acheive this?
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>
>


-- 
With best regards,
Vitaly Baranovsky

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-776) Hide the Portlet Title Bar

Posted by "David Sean Taylor (JIRA)" <je...@portals.apache.org>.
    [ https://issues.apache.org/jira/browse/JS2-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538559 ] 

David Sean Taylor commented on JS2-776:
---------------------------------------

I added this feature to the tigris decorator.vm a while back:

   #set($hidePortlet = $renderRequest.getAttribute("js_${jetspeed.CurrentFragment.Id}_HideDecorator")) 
 #if (!$solo && !$hidePortlet)

So in your portlet doView, set this:

 getPortletRequest().setAttribute("HideDecorator", new Boolean(true)) 

Dhiren, sorry I did not communicate this fix back to you.


> Hide the Portlet Title Bar
> --------------------------
>
>                 Key: JS2-776
>                 URL: https://issues.apache.org/jira/browse/JS2-776
>             Project: Jetspeed 2
>          Issue Type: Task
>          Components: Customizer, Decorations/Themes
>         Environment: WAS 6.1, JAVA
>            Reporter: Dhiren Patel
>            Priority: Trivial
>
> I want to hide the Title Bar of the portlet(s). How can I acheive this?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Closed: (JS2-776) Hide the Portlet Title Bar

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma closed JS2-776.
-------------------------

    Resolution: Invalid

This is not a proper task but a question which should be asked on the user/dev mailing lists.
Please don't misuse JIRA for such trivial things.

FYI: "hiding" a portlet title bar is very simple: just use the clear portlet decorator

> Hide the Portlet Title Bar
> --------------------------
>
>                 Key: JS2-776
>                 URL: https://issues.apache.org/jira/browse/JS2-776
>             Project: Jetspeed 2
>          Issue Type: Task
>          Components: Customizer, Decorations/Themes
>         Environment: WAS 6.1, JAVA
>            Reporter: Dhiren Patel
>            Priority: Trivial
>
> I want to hide the Title Bar of the portlet(s). How can I acheive this?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org