06-26-2012 10:39 AM
= properties["cm:property"]
But it doesn't work. Anyone know how to do that?
06-26-2012 12:03 PM
06-26-2012 12:20 PM
<#assign numProc = properties["cm:nprocesso"]>
<input type="button" name="btn1" value="Botao" onClick="valida()">
<script>
function valida(){
var nprocesso = properties["cm:nprocesso"];
//var nnprocesso;
//var mensagem;
//if (nprocesso.search(/\s/g) != -1){
// nnprocesso = nprocesso.replace(/\s/g ,"");
//}
//if (nprocesso.search(/[^0-9]/i) != -1){
// nnprocesso = nprocesso.replace(/[^0-9]/gi,"");
//}
//"${field.value}" = nnprocesso;
alert(nprocesso.value);
//return "123";
}
</script>
10-08-2012 03:26 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.