Foros de discusión

Need help in AUI

Rahul Saraswat, modificado hace 11 años.

Need help in AUI

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
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, modificado hace 11 años.

RE: Need help in AUI (Respuesta)

Liferay Legend Mensajes: 1191 Fecha de incorporación: 10/03/10 Mensajes recientes
From here

The file is located in the portal-impl.jar file
Rahul Saraswat, modificado hace 11 años.

RE: Need help in AUI

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
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