{hero}

open()

Since: Editor 1.0

Display the main form editor to the end user.
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 method will 'open' the editing from - that is, it will be displayed on screen to the end user, allowing them to interact with the form.

One of the create(), edit() or remove() methods should be called prior to this method in order to prepare the form, and instruct it which mode to enter into.

This is the inverse of the close() method. Note that while close() will remove all three editing modes (main form, bubble() and inline()) from the display - acting on whichever one is currently active, this method (open()) will display only the main editing form. The bubble() and inline() methods must be used to display those form types.