Merge branch '2.0' of git.colosa.net:processmaker into 2.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user