-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configurable EventCard content #11
Comments
…d better how content is defined and populated
The class defined in the settings of the jquery.schedule.plus/js/jq.schedule.plus.js Line 239 in 09a9bf9
and jquery.schedule.plus/js/jq.schedule.plus.js Lines 259 to 261 in 09a9bf9
I will keep the first one |
For better readability, as now the content of the card displays a full DateTime for start and end, I will rename the class that's used to find those elements from startTime and endTime to start and end |
I've added two additional settings:
applyCustomContent Allows me to set any value to the elements of the card, and must respect this signature: function applyCustomContentToCard(element, cardElement, eventData) contentDefinition is used to define the DOM structure of the card. By default it takes the current hard-coded content |
Right now is a static definition of what and how it's arrange. I would like to be able to define a custom content, to be applied to all cards
The text was updated successfully, but these errors were encountered: