cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the control - file selector 's initial path?

andy2_0
Champ in-the-making
Champ in-the-making
While specifying a document for the "association" property, the file selector dialog pop-up and the initial path is Company Home, however I hope it to be the Document Library of current site. How to implement this?

Thanks a lot for help!
3 REPLIES 3

kavilash23
Champ on-the-rise
Champ on-the-rise
Hi Andy,

Add the following to share-config-custom.xml

<field id="seedim:associationLinks" set="seedim-set" description-id="seedim.associationLinks.description" label-id="seedim.associationLinks.label" >
<control>
    <control-param name="startLocation">/app:company_home/st:sites/cm:sitename/cm:documentLibrary</control-param>
    <control-param name="displayMode">list</control-param>
</control>
</field>

Hope this helps.

andy2_0
Champ in-the-making
Champ in-the-making
Hi Kavi, thanks for your reply! I will try this out.

andrewop
Champ in-the-making
Champ in-the-making
Hello
you are welcome to Alfresco forum
with the help of long path tool you can solve your problem.


…………………..