Skip to content

Table Value

marcuscallon edited this page Mar 3, 2011 · 2 revisions

Table Value

Sets a table cell text value with a given text value for the specified column on the current selected row in an HTML table.

Usage

[MADCOW:htmlTableReference].table.currentRow.value = [columnName : columnValue, columnName2 : columnValue2]

Examples

searchResultsTable.table.currentRow.value = [country : 'New Zealand'] 
searchResultsTable.table.currentRow.value = [country : 'New Zealand', province : 'Otago']

Clone this wiki locally