Merge branch '2.0' of git.colosa.net:processmaker into 2.0

This commit is contained in:
Carlos Pacha
2011-03-24 15:36:22 -04:00

View File

@@ -332,6 +332,7 @@ function IsUnsignedInteger(YourNumber){
return (Template.test(YourNumber)) ? 1 : 0 //Compara "YourNumber" con el formato "Template" y si coincidevuelve verdadero si no devuelve falso
}
this.validateKey=function(event) {
attributes = elementAttributesNS(element, 'pm');
if(me.element.readOnly) return true;
me.prev = me.element.value;
if (window.event) event=window.event;