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...
Continue reading...