Skip to content

Table check value empty

Tim Farr edited this page Jul 21, 2011 · 1 revision

Table Check Value Empty

Checks that a given cell is empty on the currently selected table row.

Usage

[MADCOW:htmlTableReference].table.currentRow.checkValueEmpty = columnName

Examples

searchResultsTable.table.currentRow.checkValueEmpty = country
searchResultsTable.table.currentRow.checkValueEmpty = firstColumn
searchResultsTable.table.currentRow.checkValueEmpty = lastColumn
searchResultsTable.table.currentRow.checkValueEmpty = column4

Clone this wiki locally