• Table of contents
    1Introduction
    2Screenshots
    3Plugin Structure
    4Plugin Configuration
    5Widgets
    6Custom Widgets. Guide to Widget developers
    7Contributing. Guide to Plugin developers
    8Roadmap
    9FAQ
  • Quick Reference

Grails Admin allows you to easily create an administration back-office with default styles and operations. You cand extend and configure this administrator to improve the experience of your users. The default admin also provides an API to ease the integration with already existing administration back-offices and integration with Spring Security (version 1 and 2) to use the security behaviour of your application. This is a similar project to those existing in others MVC frameworks such as Django Admin, Sonata Admin or Rails Active Admin.

(Quick Reference)

Grails Admin Interface - Reference Documentation

Authors: Kaleidos Open Source

Version: 0.6.4

Table of Contents

1Introduction
1.1Release history and changelog
1.2Contributors
1.3Dependencies
1.4Installation
1.5Sample
2Screenshots
3Plugin Structure
4Plugin Configuration
4.1Integration with Spring Security
4.2Global Configuration
4.3Per Domain Configuration
5Widgets
5.1Configure widgets
5.2Styling widget instances
5.3Built in widgets
5.3.1CheckboxInputWidget
5.3.2DateInputWidget
5.3.3DecimalInputWidget
5.3.4EmailInputWidget
5.3.5EnumWidget
5.3.6HiddenInputWidget
5.3.7LabelWidget
5.3.8LocaleInputWidget
5.3.9MapWidget
5.3.10NumberInputWidget
5.3.11PasswordInputWidget
5.3.12RelationPopupOneWidget
5.3.13RelationSelectWidget
5.3.14RelationTableWidget
5.3.15RelationSelectMultipleWidget
5.3.16SelectWidget
5.3.17TextAreaWidget
5.3.18TextInputWidget
5.3.19UrlInputWidget
6Custom Widgets. Guide to Widget developers
7Contributing. Guide to Plugin developers
8Roadmap
9FAQ
Quick Reference (hide)