We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
특정 게시글을 모달 형식으로 보여줄 수 있게 도와줍니다. 아래 이미지는 참고용입니다.
The text was updated successfully, but these errors were encountered:
#282 특정 게시글을 모달 형식으로 뛰울 수 있도록 하는 Route 추가
9236448
게시판 스킨에 아래 코드를 추가하면 화면처럼 모달을 출력할 수 있습니다.
<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() }}
Sorry, something went wrong.
xharpenParksuhyeon
No branches or pull requests
특정 게시글을 모달 형식으로 보여줄 수 있게 도와줍니다.
아래 이미지는 참고용입니다.
The text was updated successfully, but these errors were encountered: