Guest User

Untitled

a guest
Jul 22nd, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <aui:script use="aui-base">
  2. var password = A.one('#<portlet:namespace />password');
  3.  
  4. if (password) {
  5. password.on(
  6. 'keypress',
  7. function(event) {
  8. Liferay.Util.showCapsLock(event, '<portlet:namespace />passwordCapsLockSpan');
  9. }
  10. );
  11. }
  12. </aui:script>
Add Comment
Please, Sign In to add comment