Row Operations
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 | Row insertion operation. | |
IsRowAppendEnabled | Append row operation. | |
IsRowDeleteEnabled | Delete row operation. | |
IsRowMoveUpEnabled | Move the XML data up one row. | |
IsRowMoveDownEnabled | Move the XML data down one row. | |
IsRowDuplicateEnabled | Duplicate the current row. |