29 April, 2014

Maxvalue validation for textarea using AlloyUI - IE

You might be aware that maxlength attribute of textarea doesn't work for IE8 & IE9. If you still want to restrict the length then you can use below code using alloyUI :
A.one(document).delegate(['keypress','change'],function(e){
var maxLength = this.attr('maxlength');
  if(this.val().length > maxLength) {
   this.val(this.val().substring(0, maxLength));
   e.preventDefault();
}
}, '#<portlet:namespace/>description');

02 April, 2014

Current Openings with CIGNEX Datamatics


We are looking for talent to fill the following positions at our Bangalore and Ahmedabad centers.
Positions
Overall Experience 
(in Years)
Relevant ExperienceMinimum (in Years)
   Java Developers / Lead
5-10
J2EE, Struts, spring MVC, EJB, JSF,  
REST Webservices/SOAP UI is essential
   Liferay Developer/ Lead
3-10
Spring MVC, Liferay, JSR, Javascript, Jquery, Components, Spring, CMIS, Web-Services, REST,
    


If your profile matches then send your CV on jignesh.vachhani@cignex.com

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...