Fórumok

Regarding Document Library

thumbnail
Anil Kumar Sunkari, módosítva 14 év-val korábban

Regarding Document Library

Expert Bejegyzések: 427 Csatlakozás dátuma: 2009.08.12. Legújabb bejegyzések
Hi Every One

I need some help from you people.

The problem is i canr able to retrieve the document library in web content.So, for this what i did is first of all i created a structure where this structure provides an option for selecting document library while adding rows.So, i just added one text field and one document library field.While creating template i am unable to know how to retrieve it in velocity.Can somebody help me out on this issue...........its very urgent yaar

Thanks & Regards
Anil Kumar.S
hameethun nihar, módosítva 14 év-val korábban

RE: Regarding Document Library

New Member Bejegyzések: 4 Csatlakozás dátuma: 2008.08.05. Legújabb bejegyzések
Hi,

If in structure you have defined a row which is an document library then in VM file you have to use in this way:

<a href="$Document.getData()"> Documents<a/>

Here in "$Document.getData()" Document is the name you have given in structure for that row.


Regards,
Nihar
thumbnail
Anil Kumar Sunkari, módosítva 14 év-val korábban

RE: Regarding Document Library

Expert Bejegyzések: 427 Csatlakozás dátuma: 2009.08.12. Legújabb bejegyzések
Thank you nihar thanks a lot for your immediate response.