Skip to content

Table Select Field

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

Table Select Field

Selects a given text value field in an HTML select element for the specified column on the current selected row in an HTML table.

Usage

[MADCOW:htmlTableReference].table.currentRow.selectField = [columnName : columnValue]

Examples

searchResultsTable.table.currentRow.selectValue = [country : 'New Zealand'] 
Clone this wiki locally