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

특정 게시글을 모달 형식으로 뛰울 수 있도록 하는 Route 추가. #282

Open
xharpenParksuhyeon opened this issue Jul 20, 2021 · 1 comment
Assignees
Milestone

Comments

@xharpenParksuhyeon
Copy link
Member

특정 게시글을 모달 형식으로 보여줄 수 있게 도와줍니다.
아래 이미지는 참고용입니다.

image

@xharpenParksuhyeon xharpenParksuhyeon self-assigned this Jul 20, 2021
@xharpenParksuhyeon xharpenParksuhyeon changed the title 특정 아이디를 가진 게시글을 모달 형식으로 뛰울 수 있도록 하는 Route 추가. 특정 게시글을 모달 형식으로 뛰울 수 있도록 하는 Route 추가. Jul 20, 2021
@xharpenParksuhyeon
Copy link
Member Author

게시판 스킨에 아래 코드를 추가하면 화면처럼 모달을 출력할 수 있습니다.

<a href="{{ instance_route('showModal', ['id' => $item->id]) }}"  data-toggle="xe-page-modal">모달로 출력</a>

XE.page의 기능을 사용하기 위해서는 xe-page.js파일을 로드하여야 합니다.

//blade파일(php)에서 로드할 경우
{{ XeFrontend::js('assets/core/xe-ui-component/js/xe-page.js')->load() }}

@xharpenParksuhyeon xharpenParksuhyeon added this to the 1.0.14 milestone Aug 11, 2021
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