留言板

RE help-mode in liferay

thumbnail
Manikantha Rajamani,修改在9 年前。

RE help-mode in liferay

Expert 帖子: 258 加入日期: 14-3-25 最近的帖子
Hi
Guys

I have used View-mode and edit mode in portlet
but i'm not getting where we r using helpmode in liferayportlet
if any one used plz share the knowledge


Thanks and regards
Manikantha R
thumbnail
Jeffrey Handa,修改在9 年前。

RE: RE help-mode in liferay

Liferay Master 帖子: 541 加入日期: 08-12-1 最近的帖子
Hi Manikantha,

Most people don't use help mode when working with portlets since it's usually a better experience to provide help in the current context. When you use the help mode you're taken out of the normal view. Liferay portlets provide help in the current context using inline help messages or a help icon.
thumbnail
Manikantha Rajamani,修改在9 年前。

RE: RE help-mode in liferay

Expert 帖子: 258 加入日期: 14-3-25 最近的帖子
Hi
Jeffrey Handa,

If i want to use help mode in my custom portlet,
i have to achive through programettically r any other way we have to configure
to get help mode if u have any idea how to set help mode in portlet





Regards
Manikantha R
thumbnail
Jeffrey Handa,修改在9 年前。

RE: RE help-mode in liferay

Liferay Master 帖子: 541 加入日期: 08-12-1 最近的帖子
Hi Manikantha,

You'll have to configure the portlet.xml and provide a help template (help.jsp). In the portlet.xml, update the <supports> section to indicate you will be supporting help mode. If you're using Liferay's MVCPortlet, add a new <init-param> to indicate the help-template and supply a help.jsp in the corresponding path.

Take a look at the Anatomy of a Portlet Project section of the Liferay Development Guide for additional information.
thumbnail
Manikantha Rajamani,修改在9 年前。

RE: RE help-mode in liferay

Expert 帖子: 258 加入日期: 14-3-25 最近的帖子
Hi
Jeffrey Handa


by u r help i have enabled help mode in my portlet
thanks for u r great reply


Regards
Manikantha R