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/21 21:59:29 UTC

[jira] Created: (JS2-775) Adding additional/multiple custom Decorators to the Desktop Pipeline.

Adding additional/multiple custom Decorators to the Desktop Pipeline.
---------------------------------------------------------------------

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


For our desktop Pipeline customization, I have a requirement wherein I have to add multiple custom decorators. I have been doing some extensive research in determining how this works. I found that the decorators are controlled by the "Jetspeed.prefs.portletDecorationsAllowed" property, whose value I supposed is provided by a bean - DecorationFactory getPageDecorations() ?

Your help is greatly appreciated.

-- 
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-775) Adding additional/multiple custom Decorators to the Desktop Pipeline.

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

Dhiren Patel commented on JS2-775:
----------------------------------

I exactly did what you have suggested a couple of days back. I copied the layout/tigris folder contents and replaced every "tigris" word in new layout/<new decorator> folder with <new decorator> word.

I changed a couple of classes in the css/styles.css as well as css/desktop.css files too.

But whenever I see the page and/or source the <head> section of the html does not include the new decorator.

Is there something more to it?

Thanks,
Dhiren Patel.

> Adding additional/multiple custom Decorators to the Desktop Pipeline.
> ---------------------------------------------------------------------
>
>                 Key: JS2-775
>                 URL: https://issues.apache.org/jira/browse/JS2-775
>             Project: Jetspeed 2
>          Issue Type: Task
>          Components: Customizer, Decorations/Themes
>         Environment: WAS 6.1, JAVA, IE 6.0
>            Reporter: Dhiren Patel
>
> For our desktop Pipeline customization, I have a requirement wherein I have to add multiple custom decorators. I have been doing some extensive research in determining how this works. I found that the decorators are controlled by the "Jetspeed.prefs.portletDecorationsAllowed" property, whose value I supposed is provided by a bean - DecorationFactory getPageDecorations() ?
> Your help is greatly appreciated.

-- 
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-775) Adding additional/multiple custom Decorators to the Desktop Pipeline.

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

Dhiren Patel commented on JS2-775:
----------------------------------

Ok. Let me put it this way:

I want to have my new decorator referenced in the <style> section of my HTML header node.

How do I do that?

Thanks,
Dhiren Patel.

> Adding additional/multiple custom Decorators to the Desktop Pipeline.
> ---------------------------------------------------------------------
>
>                 Key: JS2-775
>                 URL: https://issues.apache.org/jira/browse/JS2-775
>             Project: Jetspeed 2
>          Issue Type: Task
>          Components: Customizer, Decorations/Themes
>         Environment: WAS 6.1, JAVA, IE 6.0
>            Reporter: Dhiren Patel
>
> For our desktop Pipeline customization, I have a requirement wherein I have to add multiple custom decorators. I have been doing some extensive research in determining how this works. I found that the decorators are controlled by the "Jetspeed.prefs.portletDecorationsAllowed" property, whose value I supposed is provided by a bean - DecorationFactory getPageDecorations() ?
> Your help is greatly appreciated.

-- 
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-775) Adding additional/multiple custom Decorators to the Desktop Pipeline.

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

Steve Milek commented on JS2-775:
---------------------------------

Population of the javascript variable 'jetspeed.prefs.portletDecorationsAllowed' is based on the presence on the decoratordesktop.properties file in the root directory of the decorator. Any layout or portlet decorator which includes this file is considered to be compatible with jetspeed-desktop.

Documentation is not available on how decorators work with jetspeed-desktop. There is more to it than just defining the decoratordesktop.properties file. For starters, a desktop compatible decorator (both portlet and layout) is expected to define these css files:

css/styles.css    // css definitions shared by desktop and portal
css/desktop.css  // css definitions or overrides for desktop
css/portal.css   // css definitions or overrides for portal


The best method of creating a new decorator that is compatible with jetspeed-desktop is to start with a copy of a desktop compatible decorator. The 'tigris' and 'blueocean' layout and portlet decorators are currently compatible with jetspeed-desktop.

> Adding additional/multiple custom Decorators to the Desktop Pipeline.
> ---------------------------------------------------------------------
>
>                 Key: JS2-775
>                 URL: https://issues.apache.org/jira/browse/JS2-775
>             Project: Jetspeed 2
>          Issue Type: Task
>          Components: Customizer, Decorations/Themes
>         Environment: WAS 6.1, JAVA, IE 6.0
>            Reporter: Dhiren Patel
>
> For our desktop Pipeline customization, I have a requirement wherein I have to add multiple custom decorators. I have been doing some extensive research in determining how this works. I found that the decorators are controlled by the "Jetspeed.prefs.portletDecorationsAllowed" property, whose value I supposed is provided by a bean - DecorationFactory getPageDecorations() ?
> Your help is greatly appreciated.

-- 
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-775) Adding additional/multiple custom Decorators to the Desktop Pipeline.

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

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

Your decorator should automatically be included into the <head> section.
Could you send me (david@bluesunrise.com) your decorator and I can try to see what is wrong with it?

> Adding additional/multiple custom Decorators to the Desktop Pipeline.
> ---------------------------------------------------------------------
>
>                 Key: JS2-775
>                 URL: https://issues.apache.org/jira/browse/JS2-775
>             Project: Jetspeed 2
>          Issue Type: Task
>          Components: Customizer, Decorations/Themes
>         Environment: WAS 6.1, JAVA, IE 6.0
>            Reporter: Dhiren Patel
>
> For our desktop Pipeline customization, I have a requirement wherein I have to add multiple custom decorators. I have been doing some extensive research in determining how this works. I found that the decorators are controlled by the "Jetspeed.prefs.portletDecorationsAllowed" property, whose value I supposed is provided by a bean - DecorationFactory getPageDecorations() ?
> Your help is greatly appreciated.

-- 
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-775) Adding additional/multiple custom Decorators to the Desktop Pipeline.

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

Ate Douma closed JS2-775.
-------------------------

    Resolution: Invalid

This isn't an "issue" nor a task, but more a question which should be asked on the user/dev lists.

> Adding additional/multiple custom Decorators to the Desktop Pipeline.
> ---------------------------------------------------------------------
>
>                 Key: JS2-775
>                 URL: https://issues.apache.org/jira/browse/JS2-775
>             Project: Jetspeed 2
>          Issue Type: Task
>          Components: Customizer, Decorations/Themes
>         Environment: WAS 6.1, JAVA, IE 6.0
>            Reporter: Dhiren Patel
>
> For our desktop Pipeline customization, I have a requirement wherein I have to add multiple custom decorators. I have been doing some extensive research in determining how this works. I found that the decorators are controlled by the "Jetspeed.prefs.portletDecorationsAllowed" property, whose value I supposed is provided by a bean - DecorationFactory getPageDecorations() ?
> Your help is greatly appreciated.

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