non-clickable events – gotoOptions forceOff
-
There is a comment on your JS file:
// Generates HTML for an anchor to another view into the calendar. // Will either generate an <a> tag or a non-clickable <span> tag, depending on enabled settings. // <code>gotoOptions</code> can either be a moment input, or an object with the form: // { date, type, forceOff } // <code>type</code> is a view-type like "day" or "week". default value is "day". // <code>attrs</code> and <code>innerHtml</code> are use to generate the rest of the HTML tag.
But where can I set these options?
I tried to add it to initial settings in JS, I added them separate, and I added these options to shortcode. Could you please give an example of using this function.I need non-clickable events in calendar – how can I set ‘forceOff’ option?
- The topic ‘non-clickable events – gotoOptions forceOff’ is closed to new replies.