掲示板

Accessing portlet variable via URL?

12年前 に Jan Tošovský によって更新されました。

Accessing portlet variable via URL?

Liferay Master 投稿: 566 参加年月日: 10/07/22 最新の投稿
Hello Everyone,

in my portlet I am trying to implement lazy loading of tree view data: http://alloy.liferay.com/deploy/api/TreeNodeIO.html or more examples here: http://www.liferay.com/community/liferay-projects/alloy-ui/demo?title=community-liferay-projects-alloy-ui-demos-treeview
It requires accessing input data stored as an external URL. This data is now generated from a special configuration parameter in my portlet and stored in a string variable. Is there any way to pass this variable to JavaScript 'IO' object in the form of an URL ?

Regards,
Jan