IRdsDictionary.EditElementCallbackJS

Syntax

EditElementCallbackJS: String;

Description

The EditElementCallbackJS property sets JS function to replace standard view of the Dictionary Element Properties dialog box with the custom one in the web application.

Comments

When the property is set, function correctness is not checked.

To delete the specified function, set the property to Null.

Example

The property use is given in the example for IRdsDictionary.EditElementCallbackFore.

See also:

IRdsDictionary