getImageEditorUploadImageFolderPath 메소드
메서드
설명
매개 변수
반환값
예제
// 도움말 메소드 얻기
var helper = Forguncy.Helper;
//업로드된 이미지가 있는 폴더의 경로 가져오기
var path = helper.SpecialPath.getImageEditorUploadImageFolderPath();
//업로드된 이미지가 있는 폴더 경로를 보여주는 경고 상자 팝업
alert(path);
사용 예제


Last updated