이미지 zoomlens 속성 가이드

이미지 컴포넌트의 이미지 zoomlens 속성 관련 화면이다.

관련 속성으로 zoomlens_width, zoomlens_height, zoomlens_target, zoomlens_autohide가 있다.

관련 API로 hidezoomlens, removezoomlens, setzoomlens, showzoomlens가 있다.

템플릿 위치: /HTML5/COMPONENT/IMAGE/image_zoomlens

템플릿 파일

// "setzoomlens" 버튼 이벤트
function btn_setzoomlens_on_click(objInst)
{
	this.img_test.setzoomlens(this.div,
		this.fld_w.gettext(), this.fld_h.gettext(),
		this.chk_A.getcheck(), this.chk_Z.getcheck());
}

  • guide/component/image/image_zoomlens.txt
  • 마지막으로 수정됨: 2024/04/12 15:46
  • 저자 127.0.0.1