How do we un-collapse Options-Widget in Calendar Application?

We would like to see how to un-collapse the options widget for the calendar application but it doesn't seem possible. How might we be able to do this?

FYI:

Parents
  • Former Member
    +1 Former Member

    The easy way would be to change this line of code and set the minlinks and maxlinks attributes to a value greater than 0.

    <div class="ui-links navigation-list links" data-minlinks="0" data-maxlinks="0"

    The best way to fix this would be to copy the functionality from one of the other links widgets (Blog - Links for example) which sets these values dynamically and has an option collapse in the widget configuration.

Reply
  • Former Member
    +1 Former Member

    The easy way would be to change this line of code and set the minlinks and maxlinks attributes to a value greater than 0.

    <div class="ui-links navigation-list links" data-minlinks="0" data-maxlinks="0"

    The best way to fix this would be to copy the functionality from one of the other links widgets (Blog - Links for example) which sets these values dynamically and has an option collapse in the widget configuration.

Children