화면 » Api

getportletname

Description

포틀릿 이름을 가져오는 API이다.

Return Value

Type Description
STRING 포틀릿 이름

Remark

포틀릿 화면이 아닌 경우에는 null 값이 리턴된다.

Example

test_portlet.prototype.screenportlet_on_load = function() { this.screen.alert("getportletname = " + this.screen.getportletname()); };

See Also

findportlet
closeportlet

Viewer Ver.

9.1.1.1

Update Date

20190307