Topic: full HTML for Plugins
ahmadkhoshdel priority asked 1 year ago
I want to customize plugins, such as the calendar. Specifically, I need to remove some options in these plugins, like the ability to select the month-view or week-view in UI, as they are unnecessary for my application. However, I only have access to a single line of HTML code, and I am unable to customize it. How can I use a complete HTML code for this calendar, or where can I find it?
Kamila Pieńkowska staff answered 1 year ago
All options that can be set via options are listed in the API tab of the documentation: https://mdbootstrap.com/docs/standard/plugins/calendar/#docsTabsAPI
If you prefer to customize source code and build new minified files for your project you can do that. The complete source code of the component is provided in the package.
ahmadkhoshdel priority commented 11 months ago
thanks for your answer . i found in the package the CSS and JS files but anything about HTML file or somthing like that. can you pleas tell me where is this source code ?
regards
Kamila Pieńkowska staff commented 11 months ago
We do not provide HTML in the packages, because if you are going to build a customized package you will need a bundler, and If you see one you can make changes from your project.
Using the calendar as an example whole calendar is built from JS templates so to change HTML you work on JS files in src
folder.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 6.4.2
- Device: all
- Browser: Chrome , FireFox , Edge , Safari
- OS: Window
- Provided sample code: No
- Provided link: No