留言板

Regarding Document Library

thumbnail
Anil Kumar Sunkari,修改在14 年前。

Regarding Document Library

Expert 帖子: 427 加入日期: 09-8-12 最近的帖子
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,修改在14 年前。

RE: Regarding Document Library

New Member 帖子: 4 加入日期: 08-8-5 最近的帖子
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,修改在14 年前。

RE: Regarding Document Library

Expert 帖子: 427 加入日期: 09-8-12 最近的帖子
Thank you nihar thanks a lot for your immediate response.