silverstripe-framework/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/index.md
Saophalkun Ponlu 63ba092765 FIX Add namespaces in markdown docs (#7088)
* FIX Add namespaces in markdown docs

* FIX Convert doc [link] to [link-text](link-uri)
2017-07-03 13:22:12 +12:00

997 B

title: Customising the Admin Interface summary: Extend the admin view to provide custom behavior or new features for CMS and admin users. introduction: The Admin interface can be extended to provide additional functionality to users and custom interfaces for managing data.

The Admin interface is bundled within the SilverStripe Framework but is most commonly used in conjunction with the cms module. The main class for displaying the interface is a specialized Controller called LeftAndMain, named as it is designed around a left hand navigation and a main edit form.

Starting with SilverStripe 4, the user interface logic is transitioned from jQuery and jQuery.entwine, which is replaced with ReactJS. The transition is done iteratively, starting with AssetAdmin and CampaignAdmin.

[CHILDREN]

How to's

[CHILDREN Folder="How_Tos"]