留言板

Need help in AUI

Rahul Saraswat,修改在11 年前。

Need help in AUI

New Member 帖子: 18 加入日期: 13-1-9 最近的帖子
Hi,

I am new to liferay. So, there is a very stupd question.

I am trying to go through the web form portlet and have a doubt in that. In the configuration.jsp there is a checkbox which says "Send As Email". Initially I thought that the label is there in some properties file but I am not able to find it anywhere. Can anyone please help me and please tell me from where we are getting it from.

Please find the code below:

boolean sendAsEmail = GetterUtil.getBoolean(preferences.getValue("sendAsEmail", StringPool.BLANK));
....
....
....
....
....
<aui:input label="send-as-email" name="preferences--sendAsEmail--" type="checkbox" value="<%=sendAsEmail%>" />

Thanks in Advance..

Thanks & Regards
Rahul Saraswat
thumbnail
jelmer kuperus,修改在11 年前。

RE: Need help in AUI (答复)

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
From here

The file is located in the portal-impl.jar file
Rahul Saraswat,修改在11 年前。

RE: Need help in AUI

New Member 帖子: 18 加入日期: 13-1-9 最近的帖子
Thanks a lot Jelmer. I got this file. Thanks for the time that you took out to reply on this email.

Thanks & Regards
Rahul Saraswat