November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Ralph,
When you say global navigation, do you mean the navigation at the very top of the CMS?
I like the way you got the button to working for one function globally. I assume this is your Clear all?
You could extend the standard navigation on page view and add your a button there to clear the cache. Check out the inspectinfind plugin https://github.com/BVNetwork/InspectInIndex/blob/master/src%2FClientResources%2FScripts%2FInspectInIndexView.js this should give you some guidance.
Hopefully you develop the as a plugin as would be really useful to other I am sure.
Paul
For the single button it workes for now. As this is not urgent, we had to postpone this feature.
But if I'll find out more in some spare time, I'm happy to share.
Hi,
Im stuck with dojo. I try to have a DropDownButton in the GloabToolbar. So far I have managed to have a simple "dijit/form/Button" to call a function
But as I have two functions with the same purpose, I like to have a DropDownButton, where the editor can choose which cahe to clear. Some thing like
So I tried with the "dijit/form/DropDownButton", but I cant get the "DropDownMenu" included. The dojo documentation is not working.