필드에 입력된 데이터의 패턴을 설정하는 API이다.
* ex) AAA-AAAA
function btnsetpattern_on_mouseup() { fldNormal.setpattern("ZZ:ZZ:ZZ"); // 패턴지정 }