掲示板

Document Library - fileEntryColumns

15年前 に yun zhao によって更新されました。

Document Library - fileEntryColumns

New Member 投稿: 4 参加年月日: 09/01/23 最新の投稿
When viewing document library, how can I display more fields from table "dlfileentry" on screens?

There is an attribute called "fileEntryColumns" in file "file_entry_columns.jspf" seems to control columns displaying on the screens, but how can I modify code to add more columns that come from the table "dlfileentry" to the attribute "fileEntryColumns" and put them on document library's screens?

Thanks in advance.
15年前 に yun zhao によって更新されました。

RE: Document Library - fileEntryColumns

New Member 投稿: 4 参加年月日: 09/01/23 最新の投稿
Any suggestions?
thumbnail
15年前 に Amos Fong によって更新されました。

RE: Document Library - fileEntryColumns

Liferay Legend 投稿: 2047 参加年月日: 08/10/07 最新の投稿
Try taking a look at document_library/init.jsp.

It looks like there is a defaultfileentry columns
15年前 に yun zhao によって更新されました。

RE: Document Library - fileEntryColumns

New Member 投稿: 4 参加年月日: 09/01/23 最新の投稿
Thanks for your prompt.
7年前 に Sikendar Kumar によって更新されました。

RE: Document Library - fileEntryColumns

New Member 投稿: 22 参加年月日: 15/09/02 最新の投稿
Is any one having any idea how to add another column in fileEntryColumns and where we need to add.
7年前 に Sikendar Kumar によって更新されました。

RE: Document Library - fileEntryColumns

New Member 投稿: 22 参加年月日: 15/09/02 最新の投稿
Hi Amos,

Do you have any idea how to fix adding more column in fileEntryColumns and where.