숫자필드(확장) » Api

setmaxlengthincludedot

Description

maxlength_includedot속성값을 동적으로 변경하는 API입니다.

Parameters

Parameters Type Description
bIncludeDot BOOL maxlength_includedot 속성값

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { var bMaxLengthIncludeDot = field.getmaxlengthincludedot(); if(bMaxLengthIncludeDot == true) { factory.consoleprint("maxlength_includedot 속성 켜짐"); } else { field.setmaxlengthincludedot(true); } }

See Also

getcolumnmaxlengthincludedot

Viewer Ver.

9.1.1.1

Update Date

20141224