留言板

Master - detail?

thumbnail
Alexis Araya,修改在9 年前。

Master - detail?

Junior Member 帖子: 37 加入日期: 13-10-8 最近的帖子
Hello,
Is posible create master detail porltlet?
Any example??

Tranks.. Best Regars
thumbnail
David H Nebinger,修改在9 年前。

RE: Master - detail?

Liferay Legend 帖子: 14916 加入日期: 06-9-2 最近的帖子
Yes and Yes (doc lib is a form of master/detail, ...).

But I doubt they are good implementations for the kind of thing you're looking at.

Personally I've done some that have a tree view on the left side and the click on each node updated the detail on the right. Depending upon your portlet implementation preference, you may end up doing some sort of full page refresh (if simple jsp), or you could be doing something that is more web-2.0 friendly using ajax and dom manipulation.
thumbnail
Juan Gonzalez,修改在9 年前。

RE: Master - detail?

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Hi Alexis,

you can take advantage of XMLPortletFactory, which is a portlet generator.

It has master-detail example using IPC:

http://www.xmlportletfactory.org/2-tables-master-and-detail

It's compatible from Liferay 6.0 to 6.2 and has some cool features (workflow, assets integration...).
thumbnail
Alexis Araya,修改在9 年前。

RE: Master - detail?

Junior Member 帖子: 37 加入日期: 13-10-8 最近的帖子
Juan Gonzalez:
Hi Alexis,

you can take advantage of XMLPortletFactory, which is a portlet generator.

It has master-detail example using IPC:

http://www.xmlportletfactory.org/2-tables-master-and-detail

It's compatible from Liferay 6.0 to 6.2 and has some cool features (workflow, assets integration...).


Hi, Juan

I've seen, but I need something more user friendly .. as david says something web 2.0 ..

I have not found any example: |