Topic: How can I disable mdb calendar popup a action
modadvisor free asked 3 years ago
Dear sir,
I have Integrated mdb vue full calendar in my project
https://mdbootstrap.com/plugins/vue/full-calendar/#docsTabsOverview
I want to disable add,edit, delete action or popup. I just wanted to show only my calendar events to user. User should not able to do anything. How can I disable it.
ammi pro answered 3 years ago
Angular version has option editable. If you set it as false, it will be read only. It is not documented, but it works.
<mdb-calendar [events]="calendarEvents" [editable]="false"
></mdb-calendar>
Mikołaj Smoleński staff commented 3 years ago
The latest MDB5 Calendar has readonly
property => https://mdbootstrap.com/docs/b5/vue/plugins/calendar/#section-readonly
Unfortunately, MDB4 Calendar does not have this option.
Keep coding, Mikołaj from MDB
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 6.7.2
- Device: Pc
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
modadvisor free commented 3 years ago
let me know your solution please thanks
Mikołaj Smoleński staff commented 3 years ago
Unfortunately, there is no such option in this plugin. It's always editable. Best regards
modadvisor free commented 3 years ago
@Mikołaj Smoleński but i need to keep disable that options i just wants it for display purpose only. really mdb support is very bad
Mikołaj Smoleński staff commented 3 years ago
Is there any information about the read-only version in the documentation that misled you? If there is no such information, we can only treat such a problem as a feature request. Best regards