Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Force CMS to reload data on save


Go to End


1365 Views

Avatar
Mo

Community Member, 541 Posts

23 June 2010 at 4:06am

Hi All,

I am trying to work out what I need to add to a custom class of mine, that extends LeftAndMain. I have doSave and doPublish methods, but I want the CMS to reload itself after one of those buttons is clicked (just like in other areas of the CMS).

I am not sure how to do this though. Do I have to add soem sort of hook into those methods, or is it done though javascript alone?

Any ideas?

Mo