Altova Authentic 2024 Browser Edition

In Authentic View, a repeating element structure may be created as a dynamic table, in which each row represents an instance of the repeated element. Once a dynamic table is created, the Authentic View user can manipulate the rows and their data. These row operations can be carried out with the use of a script.

 

If an external script is to perform row operations then two steps must occur:

 

The first step checks whether the row that the cursor is in uses a property. A property, such as IsRowInsertEnabled, is used and returns a True or False value.

If the return value is True, then the required row method can be called.

 

The following is a list of properties and methods that perform row operations. Each property returns a boolean, and the methods have no parameter.

 

IsRowInsertEnabled

Authentic.RowInsert

Row insertion operation.

IsRowAppendEnabled

Authentic.RowAppend

Append row operation.

IsRowDeleteEnabled

Authentic.RowDelete

Delete row operation.

IsRowMoveUpEnabled

Authentic.RowMoveUp

Move the XML data up one row.

IsRowMoveDownEnabled

Authentic.RowMoveDown

Move the XML data down one row.

IsRowDuplicateEnabled

Authentic.RowDuplicate

Duplicate the current row.

 

© 2017-2023 Altova GmbH