Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I just want to know if this possible? Can we add a section to the Dashboard programmatically?
Possibly using a resolver (I couldn't find any tutorials on resolvers) ?
All the examples I can find you either are modifying the main dashboard config (a bad method for robustness) manually, or use a tree system.
I just want to be able to have a html page that links to a plugin controller when a button is pushed.
regards, Damien
Hi Damien,
I think the only option for now is to change the config file from code and add your new dashboard.
Dave
Yeah that's my conclusion too.
Changing the config file from code unfortunately means doing a package, and I don't need that extensibility yet, so manual it is!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Add section/default page to dashboard from codebehind
I just want to know if this possible? Can we add a section to the Dashboard programmatically?
Possibly using a resolver (I couldn't find any tutorials on resolvers) ?
All the examples I can find you either are modifying the main dashboard config (a bad method for robustness) manually, or use a tree system.
I just want to be able to have a html page that links to a plugin controller when a button is pushed.
regards, Damien
Hi Damien,
I think the only option for now is to change the config file from code and add your new dashboard.
Dave
Yeah that's my conclusion too.
Changing the config file from code unfortunately means doing a package, and I don't need that extensibility yet, so manual it is!
is working on a reply...