숫자필드(확장) » Api

setpatternmask

Description

필드에 입력된 데이터의 마스크 패턴을 설정하는 API이다.

Parameters

Parameters Type Description
strPatternMask STRING 패턴 마스크 양식

Return Value

Type Description
void 없음

Example

function btnsetpatternmask_on_mouseup() { // 마스크 패턴 지정 fld_num.setpatternmask("-Z,ZZZ,ZXX,XX9.X99"); screen.alert(fld_num.getpatternmask()); }

See Also

getpatternmask

Viewer Ver.

23.6.2.1

Update Date

20230602