cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize dashboard Gadget "My Workspace" with a specific custom view and page provider ?

milonette_
Star Collaborator
Star Collaborator

Hello,

I would like to customize dashboard gadget "MyWorkspace" with an extension point.

How can I change the :

  • results of search (a specific page provider ? What is the default search results configuration ?

  • view of results list : if I want to hide some columns as exemple (link to a content view ?)

Do you know how to do that ?

thanks

1 ACCEPTED ANSWER

Fred_Vadon
Star Contributor
Star Contributor

Hi,

Dashboard gadgets are not customizable via Studio. So you would need to create your own gadget.

Our Eclipse plugin Nuxeo IDE as a wizard to help you do that quite easily, if you want to learn how to use Nuxeo IDE, you can start here: Nuxeo IDE Documentation

And all our default gadget source code is available here: GitHub Nuxeo Open Social Gadgets

Fred

View answer in original post

2 REPLIES 2

Fred_Vadon
Star Contributor
Star Contributor

Hi,

Dashboard gadgets are not customizable via Studio. So you would need to create your own gadget.

Our Eclipse plugin Nuxeo IDE as a wizard to help you do that quite easily, if you want to learn how to use Nuxeo IDE, you can start here: Nuxeo IDE Documentation

And all our default gadget source code is available here: GitHub Nuxeo Open Social Gadgets

Fred

thank you