Tutorial by Examples

This guide is intended to get you started on creating your own User Interface by subclassing the LeftAndMain class. By the end of this guide, you will have created your first Hello World interface in the Administration Panel. Requirements This guide requires you to have at least version 3.* of th...
If you haven't already lets simply start this file of with: class HelloWorldLeftAndMain extends LeftAndMain { } Configure The first thing you should do, is define the $url_segment that will be used to access the interface, and the title ($menu_title) that will appear in the side navigation m...
The expected structure of this template can be a bit convoluted but it all boils down to this: There are 3 sections worth noting for this guide: .north .center .south It must be wrapped entirely within an element that has the data-pjax-fragment="Content" attribute. This is...

Page 1 of 1