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.

Customising the CMS /

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

New CMS Page


Go to End


2 Posts   898 Views

Avatar
Dorsai

Community Member, 12 Posts

11 August 2015 at 10:45am

Edited: 11/08/2015 10:46am

Hi,

I am looking for some pointers on how to create a blank page in the CMS that I can add some buttons to that trigger various functions.

In a nutshell, my site needs to exchange data with a web service and I want to have a CMS page where a user can click on a button to trigger a push or pull of data.

If anyone has some pointers on how to get started on this that would be great.

Cheers
D

Avatar
Pyromanik

Community Member, 419 Posts

12 August 2015 at 12:15am

Edited: 12/08/2015 12:16am

try maybe something like:

class MyButtonAdmin extends CMSMain {
    //...
}