Methods you write for Admin Boxes

A list of the methods you can write that load data, change how things are displayed, and save data in Admin Boxes.

fillAdminBox()

Use this method to set or modify the contents of an Admin Box when it is first opened.

formatAdminBox()

Use this method to format the contents of an Admin Box.

validateAdminBox()

Use this method to write validation for your Admin Boxes.

saveAdminBox()

Use this method to save the values that an administraor has entered into an Admin Box.

adminBoxSaveCompleted()

Use this method to run extra code after an Admin Box has been saved.

adminBoxDownload()

Use this method to serve file downloads when saving Admin Boxes.