HTML에디터 » Api

getcustomprop

Description

Custom속성으로 사용하는 속성들의 값을 반환한다.

Parameters

Parameters Type Description
strPropName STRING Custom 속성명

Return Value

Type Description
STRING Custom속성값

Example

function btn_on_mouseup() { var strValue = object.getcustomprop("print_bold"); screen.alert("현재 print_bold 속성값 : " + strValue); }

See Also

setcustomprop

Viewer Ver.

9.1.1.1

Update Date

20140303