P » Api

sethtml

Description

P컨트롤에 생성할 html 태그 문자열을 설정하는 API이다.

Parameters

Parameters Type Description
strHtml STRING html로 생성할 문자열

Return Value

Type Description
void 없음

Example

function btnsethtml_on_mouseup(objInst) { p.sethtml("<span>span 태그입니다.</spna>"); }

Viewer Ver.

9.1.1.1

Update Date

20170303