문자열을 HTML 페이지에 표시되도록 적절하게 이스케이프 처리합니다.
Parameters | Type | Description |
---|---|---|
strValue | STRING | HTML 문자열 |
Type | Description |
---|---|
STRING | HTML 태그가 이스케이프 처리된 문자열 |
그리드에 HTML 태그가 포함된 문자열을 설정해야 하는 경우에 사용한다.
function aaa_on_mouseup(objInst)
{
console.log(factory.escapehtml("1234"));
factory.consoleprint(factory.escapehtml("1234"));
}