-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Cal-5] Added the calendar-modal #318
Conversation
</div> | ||
<div class="modal-body"> | ||
<div class="content" id="modalCalendarContent"> | ||
<iframe src="view_data.props.calendar_url"></iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<iframe src="view_data.props.calendar_url"></iframe> | |
<iframe v-bind:src="view_data.props.calendar_url"></iframe> |
I think you need to use v-bind
here
@octycs Thank you very much for the hint! Now is the problem that the iframe hasn't the permission to show the website. 😞 |
blocked until #324 is done and merged |
@Marius1501 I am closing this issue, as I don't see a way we can get this approach working. Any approaches in this way should be based on #200 and build as a component though, as that will be merge-ready soon and the calendar is a thing I think would be easier to develop+test this way. |
Closes #289
I added the modal for the calendar when clicking on the calendar icon. I used an iframe to display the TUMOnline website but the URL is not found. I don't know what's the problem because it is the same URL which is used to open the website.