웹솔루션개발 22년 노하우! 해피CGI의 모든것

[해피CGI][cgimall] 다양한 속성으로 출력가능한 레이어창 Superbox 본문

웹프로그램밍 자료실/JAVA 자료

[해피CGI][cgimall] 다양한 속성으로 출력가능한 레이어창 Superbox

해피CGI윤실장 2017. 1. 17. 09:20

$.superbox.settings = {
	boxId: "superbox", // Id attribute of the "superbox" element
	boxClasses: "", // Class of the "superbox" element
	overlayOpacity: .8, // Background opaqueness
	boxWidth: "600", // Default width of the box
	boxHeight: "400", // Default height of the box
	loadTxt: "Loading...", // Loading text
	closeTxt: "Close", // "Close" button text
	prevTxt: "Previous", // "Previous" button text
	nextTxt: "Next" // "Next" button text
};
위 소스를 이용해 기본 레이어창의 디자인 속성 및 UI를 변경하실수 있습니다.

사용방법은
<a href="http://example.com/picture.png" rel="superbox[image]">SuperBox</a>

위와같은 rel 값을 이용하여 호출하게됩니다.


 

홈페이지바로가기 

Comments