Property reference

glide.ui.syntax_editor.async_post

The glide.ui.syntax_editor.async_post property determines if the script editor saves changes asynchronously using jQuery AJAX. When set to true, it enhances user experience by allowing the editor to save without blocking the interface, which is particularly useful during heavy editing sessions.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property enables or disables asynchronous saving for the script editor, improving responsiveness during edits.
What area does it affect? Script Editor Functionality
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when optimizing script editing performance or troubleshooting save issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.syntax_editor.async_post
Sys ID 50bb0633d70321004f6a0eca5e610353
Type boolean
Application Global
Default value false
Description Controls whether script editor save is asynchronous (posts the form using jquery ajax)
Updated 2024-05-25 03:48:30