Jump to:

7911 Posts in 1354 Topics by 930 members

DataObjectManager Module

SilverStripe Forums » DataObjectManager Module » Using DOM with ModelAdmin - eg, new tab in CMS

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Page: 1
Go to End
Author Topic: 256 Views
  • Futureweb
    Avatar
    Community Member
    208 Posts

    Using DOM with ModelAdmin - eg, new tab in CMS Link to this post

    HI,

    I've got a custom tab in my CMS for 'orders' from a shop

    class OrderModelAdmin extends ModelAdmin {
    public static $managed_models = array('Order');
    static $url_segment = 'Orders';
    static $menu_title = 'Orders';
    }

    this presents me with a screen with a search area on the left, and then results on the right.
    I'd like to use the Data Object Manager on the right hand side instead of the standard list it gives me

    Any ideas? - examples - or where I could find more documentation?

    Cheers

    256 Views
Page: 1
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.