Forum Post: Re: Default Calendar To Show Only Me In New Ui

  • Thread starter Thread starter Thierry Ciot
  • Start date Start date
Status
Not open for further replies.
T

Thierry Ciot

Guest
Additionally, by using the following code, you can hide the entire toolbar and get the calendar to resize to fit all the available space: $(".rbs-header3").hide(); $.event.trigger( { type: rb.newui.util.customEvents.rbs_forceRelayout } ); As you can notice we have some custom events that we have not documented yet but certainly, the intention is to expose this new event model to facilitate customizations. Thierry.

Continue reading...
 
Status
Not open for further replies.
Back
Top