+ All Categories
Home > Documents > Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.

Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.

Date post: 31-Mar-2015
Category:
Upload: teagan-elkins
View: 215 times
Download: 0 times
Share this document with a friend
Popular Tags:
14
Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia
Transcript
Page 1: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.

Create custom CMS User Interfaces with PanelModelAdmin

Martijn van Nieuwenhoven

axyrmedia

Page 2: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.

Core options

1. Extending LeftAndMain

1. Blank LeftAndMain to start with2. No DataObject collection/record controllers3. No Javascript to start with

2. Extending ModelAdmin

4. Easy to setup5. Search, Export and Edit Forms6. Form scaffolding7. DataObject relation handling

Page 3: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 4: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 5: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 6: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.

Drawbacks

1. No default ResultSet2. Fixed (not very friendly) User InterFace3. Little bit bloated Left Navigation Panel4. No alternative TableListField options5. Limited canView, canEdit, canDelete etc handling6. Not very easy to customize heavily

Page 7: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.

Objectives PanelModelAdmin

1. Easy to customize2. Allow use of Other TableListField class for ResultSets3. DOM support4. Allow custom DetailViews5. Flexible and UserFriendly UI6. canView, canEdit, canDelete handling on Record

level7. Translatable DataObject support

Page 8: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 9: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 10: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 11: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 12: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 13: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.
Page 14: Create custom CMS User Interfaces with PanelModelAdmin Martijn van Nieuwenhoven axyrmedia.

Download

http://svn.axyrmedia.com/panelmodeladmin/


Recommended