화면 » Api

getxtranmapurl

Description

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

Parameters

Parameters Type Description
strTranMapID STRING 해당 xTranMap ID

Return Value

Type Description
STRING 해당 xTranMap URL

Remark

strTranMapID 파라미터에 화면에 없는 xTranMap ID 입력시 공백문자열('')을 반환한다.

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

setxtranmapurl

Viewer Ver.

9.1.1.1

Update Date

20220621