section

Description

The topmost layout element. The primary function of this element is to group similar questions together under a single heading. Sections cannot be nested.

Syntax

section <name> { <elements> }

Examples

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

  example7 "Table Example"
  example7.ipport "Pool Members"
  example7.ipport.ip2 "IP Address: "
  example7.ipport.port2 "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.