Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

axmodal iframe 관련 문의 드릴것이 있습니다. #1003

Open
boxkie opened this issue Sep 20, 2017 · 0 comments
Open

axmodal iframe 관련 문의 드릴것이 있습니다. #1003

boxkie opened this issue Sep 20, 2017 · 0 comments

Comments

@boxkie
Copy link

boxkie commented Sep 20, 2017

아래 보시는것처럼
axmodal open 으로 iframe 을 열 경우 iframe 태그 내에 src 값을 할당하는 방법이 있는지 알고싶습니다.
API 내부 config 옵션을 사용해 보아도 해당부분이 적용이 되지 않네요.

004

적용 방법이 있다면 알려주셨으면 합니다.

속성은 아래 와 같이 하였고

myModal.setConfig({
windowID: "myModalCT",
width: 1020,
opendModalID: "myModalCT",
displayLoading: true,
onclose: function () {
//toast.push("모달 close");
}
});
myModal.setWidth("100%");

오픈은

modalOpen: function(gridData){
myModal.open({
type: "GET",
url:"주소",
top:50,
pars:("&"+gridData).queryToObject(),
closeByEscKey:true
});
myModal.setWidth("100%");
},

이와 같이 적용 하였습니다.

테스트한 툴은 openWax 를 통하여 테스트 하였습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant