cancel
Showing results for 
Search instead for 
Did you mean: 

Setting default view

rafiton
Champ in-the-making
Champ in-the-making
hi,

Can I set the default view to "details view" instead of "icon view"? if so, how?

Rafi
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
Yes you can. See this page with info on modifying/extended the config files:
http://wiki.alfresco.com/wiki/Web_Client_Configuration_Guide

The section you want to override is:

   <config evaluator="string-compare" condition="Views">
      <!– the views available in the client –>
      <views>
         <!– default values for the views available in the client –>
         <view-defaults>
            <browse>
               <!– allowable values: list|details|icons –>
               <view>icons</view>
            </browse>
         </view-defaults>
      </views>
   </config>

And change the <view>icons</view> element to <view>details</view>

Hope this helps,

Kevin

rafiton
Champ in-the-making
Champ in-the-making
Thanks. worked like a charm.

Rafi