Show TOC

Background documentationIF_WD_CFG_COMP_EDITOR Locate this document in the navigation structure

 

This interface enables the developer of the configuration editor to work with configuration data, since direct programming in the context is not permitted.

More information: Your Own Component as Your Own Configuration Editor

Methods
INIT

This must be called to initialize the data for the configuration editor.

SET_ATTRIBUTE

Sets the value of one attribute.

SET_STATIC_ATTRIBUTES

Sets the values of all attributes.

SET_ATTRIBUTE_FINAL

Sets an attribute to final.

SET_ELEMENT_FINAL

Sets an element to final.

SET_NODE_FINAL

Sets the node to final.

SET_SUBTREE_FINAL

Sets a subnode to final.

ADD_ELEMENT

Adds an element.

REMOVE_ELEMENT

Deletes an element

MOVE_ELEMENT

Moves an element.

INVALIDATE_NODE

Invalidates the node.

ADD_ELEMENTS

Adds elements.

RESET_ELEMENT

Resets an element.

RESET_ATTRIBUTE

Resets an attribute.

RESET_NODE

Resets a node.

RESET_SUBTREE

Resets a subnode.

REFRESH_CONTEXT

Updates the context. This method must be called if you want to go to the change mode.

IS_CHANGE_MODE

Indicates whether the configuration editor is in change mode.

IS_CHANGED

Indicates whether the data has changed.

CHECK

Check routine for consistency.

SAVE

Saves the data.

IS_ELEMENT_CHANGED

Checks whether the data has changed.