{hero}

displayOrder

Since: Editor 1.5

Field elements have been inserted into the DOM.
Please note - this property requires the Editor extension for DataTables.

The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please , alternatively an Editor license can be purchased on this site, or sign up for the free trial.

Description

This event can be used to determine when Editor has altered the form layout. Whenever Editor displays the fields in a form (in main editing, inline or bubble) it must place the fields to be used in the correct order in the DOM. As part of this process the form is always emptied - removing any existing elements before reattaching them.

The displayOrder event can be used to modify the Editor form, or to insert additional information if you require (tab buttons for example could be used).

The add(), clear() and order() methods can also trigger this event by updating the field list.

As this event may be triggered before the form has been displayed, you will often wish to use it in conjunction with the open event.