row

Description

This can also be thought of as a table that contains one and only one item with no ability to add more items. Each element that is added as a child of the table element defines the “columns” of the row.

Notes

The password element doesn’t current work within a row.

Syntax

row  <name> { <elements> }

Examples

section example6 {
  row ipport { string ip1 validator "IpAddress" string port1 validator "PortNumber" }
}
text {
  example6 "Row Example"
  example6.ipport "Virtual Server Destination Address"
  example6.ipport.ip1 "IP Address: "
  example6.ipport.port1 "Port: "
}

Resulting UI presentation:

Codeshare Entries

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.