cancel
Showing results for 
Search instead for 
Did you mean: 

Custom details view

sergi_l
Champ on-the-rise
Champ on-the-rise
Hi all,

I have already defined my custom model and I'm currently storing several images in my spaces' structure.
Each item (space or content) belongs to my custom types with their custom properties (aspects).

When I browse to the one of my spaces I can see the custom properties through "View details action". Is it possible to show the space custom properties as a default view without browsing to the details action?
How could I create my custom view to show this information that is not provided with "Icon view", "details view", "browse view"? Do I have to create my custom freemarker script? Can I extend the previous views?
Is it possible to extend the "details view" to show in columns my custom properties? I need to be able to sort the data through the custom properties instead of showing and sorting by description, created date and modified date columns.

Thank you. Regards,
Sergi
3 REPLIES 3

sergi_l
Champ on-the-rise
Champ on-the-rise
I have already created a freemarker script to show in a custom view my custom space's properties.
The pending issue would be to know how could I extend the standard detail view that shows the basic properties in columns to replace these standard columns by my custom properties, in order to allow the user to sort by them. Is it possible??
If it's not possible, how could the user sort the items of a space by their custom properties?

I'd appreaciate any idea that could help, please!!

BR,
Sergi

kenneth_thorman
Champ in-the-making
Champ in-the-making
Did you get this to work?

I am interested in any possible solution you might have found.

Regards
Kenneth Thorman

trelofysikos
Champ in-the-making
Champ in-the-making
I'm also very interested in this!

i have an FTL template and would like the user to be able to sort by clicking to a row title.
How can this be done ?

Is there a way to pass a parameter like POST or GET and then use this to the FTL in combination with sth like

<#list theList?sort_by([GET[arg]]) as child>

Any answer/ idea is welcome

thanks