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 |
-
Using DOM with ModelAdmin - eg, new tab in CMS

28 September 2011 at 5:06pm
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 meAny ideas? - examples - or where I could find more documentation?
Cheers
| 256 Views | ||
|
Page:
1
|
Go to Top |

