IRdsDictionary.EditElementCallbackJS

Syntax

EditElementCallbackJS: String;

Description

The EditElementCallbackJS property sets a JS-function to replace the standard view of the Dictionary Element Properties dialog box with a custom view 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