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 "David Sean Taylor (JIRA)" <je...@portals.apache.org> on 2007/05/09 20:26:15 UTC

[jira] Created: (JS2-710) Dynamically Hide Portlets at request time

Dynamically Hide Portlets  at request time
------------------------------------------

                 Key: JS2-710
                 URL: https://issues.apache.org/jira/browse/JS2-710
             Project: Jetspeed 2
          Issue Type: Improvement
          Components: Aggregation
    Affects Versions: 2.1.1
            Reporter: David Sean Taylor
         Assigned To: David Sean Taylor
             Fix For: 2.1.1


Add support to dynamically hide portlets at runtime by communicating back to the portal via a request attribute
The portlet is specified using its unique portlet fragment id
(As requested by Yang Sie)


-- 
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] Updated: (JS2-710) Dynamically Hide Portlets at request time

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

David Sean Taylor updated JS2-710:
----------------------------------

        Fix Version/s:     (was: 2.1.1)
                       2.2
    Affects Version/s:     (was: 2.1.1)
                       2.2

> Dynamically Hide Portlets  at request time
> ------------------------------------------
>
>                 Key: JS2-710
>                 URL: https://issues.apache.org/jira/browse/JS2-710
>             Project: Jetspeed 2
>          Issue Type: Improvement
>          Components: Aggregation
>    Affects Versions: 2.2
>            Reporter: David Sean Taylor
>            Assignee: David Sean Taylor
>             Fix For: 2.2
>
>
> Add support to dynamically hide portlets at runtime by communicating back to the portal via a request attribute
> The portlet is specified using its unique portlet fragment id
> (As requested by Yang Sie)

-- 
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] Resolved: (JS2-710) Dynamically Hide Portlets at request time

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

David Sean Taylor resolved JS2-710.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2)
                   2.1.3

This is solved and an example supplied in the tigris portlet decorator:

<div id="${f.id}" class="portlet ${decoration.baseCSSClass}">
  #set($solo = $jetspeed.MappedWindowState.toString()=="solo")
   #set($hidePortlet = $renderRequest.getAttribute("js_${jetspeed.CurrentFragment.Id}_HideDecorator")) 


> Dynamically Hide Portlets  at request time
> ------------------------------------------
>
>                 Key: JS2-710
>                 URL: https://issues.apache.org/jira/browse/JS2-710
>             Project: Jetspeed 2
>          Issue Type: Improvement
>          Components: Aggregation
>    Affects Versions: 2.2
>            Reporter: David Sean Taylor
>            Assignee: David Sean Taylor
>             Fix For: 2.1.3
>
>
> Add support to dynamically hide portlets at runtime by communicating back to the portal via a request attribute
> The portlet is specified using its unique portlet fragment id
> (As requested by Yang Sie)

-- 
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] Commented: (JS2-710) Dynamically Hide Portlets at request time

Posted by "Vitaly Baranovsky (JIRA)" <je...@portals.apache.org>.
    [ https://issues.apache.org/jira/browse/JS2-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494657 ] 

Vitaly Baranovsky commented on JS2-710:
---------------------------------------

As far as I understand, we have solved this issue. Or not?
Look at this topic:
http://www.nabble.com/How-can-I-hide-portlet-programmatically--tf3136414.html#a8691150

> Dynamically Hide Portlets  at request time
> ------------------------------------------
>
>                 Key: JS2-710
>                 URL: https://issues.apache.org/jira/browse/JS2-710
>             Project: Jetspeed 2
>          Issue Type: Improvement
>          Components: Aggregation
>    Affects Versions: 2.1.1
>            Reporter: David Sean Taylor
>         Assigned To: David Sean Taylor
>             Fix For: 2.1.1
>
>
> Add support to dynamically hide portlets at runtime by communicating back to the portal via a request attribute
> The portlet is specified using its unique portlet fragment id
> (As requested by Yang Sie)

-- 
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