how to display document actions in view

cancel
Showing results for 
Search instead for 
Did you mean: 
Isha
Member II

how to display document actions in view

Hi,

My requirement is i want to display actions on folders(download,viewDetails etc) bydefault as show. currently when i hover on the action then only i am able to see.

kindly guide me in which file i have to do changes.please refer screenshot action hub.JPGwhich is highlighted

2 Replies
arjunmony
Established Member

Re: how to display document actions in view

Hi,

Can you please let me know , what view you are trying to view the document Library?

arjunmony
Established Member

Re: how to display document actions in view

You have to update the CSS in the below CSS

http://localhost:8080/share/res/components/documentlibrary/documentlist_v2.css

In default the class is hidden, so please try to override that CSS.

doclist .documents .hidden {
visibility: hidden;
}