{hero}

ajax()

Since: Editor 1.8

Get / set the Ajax configuration for the Editor.
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

The ajax method can be used to alter the Ajax configuration that an Editor instance uses - for example to change the target URL. It can also be used to obtain the current Ajax configuration which will match the value given to ajax (or this method if used as a setter), allowing for programmatic checking of the Ajax configuration.

Please note, that if you wish to alter the data submitted to the server, rather than using this method use preSubmit or ajax.data which are both evaluated on each Ajax request that Editor makes.

Also be aware that this method will completely replace the existing Ajax configuration for the Editor instance. For example if you currently have it configured with an object, but use a string to update the URL, the object will be replaced with the string. You would need to either read the object from the method as a getter and then modify as required before setting again, or pass in a new object.