화면 » Api

setxtranmapurl

Description

특정 xTranMap에 설정된 서비스 URL을 설정한다.

Parameters

Parameters Type Description
strTranMapID STRING 해당 xTranMap ID
strTranMapURL STRING 해당 xTranMap URL

Return Value

Type Description
BOOL 정상 처리 여부

Remark

strTranMapID 파라미터에 화면에 없는 xTranMap ID 입력시 false를 반환한다.

Example

function btn_getxtranmapurl_on_mouseup(objInst) { var ret; screen.alertscreen.getxtranmapurl("TR_SUPREQ_SEND")); ret = screen.setxtranmapurl("TR_SUPREQ_SEND", "http://127.0.0.1:8080/NewUrl.jsp"); screen.alert("ret = " + ret); screen.alertscreen.getxtranmapurl("TR_SUPREQ_SEND")); }

See Also

getxtranmapurl

Viewer Ver.

9.1.1.1

Update Date

20220621