Snap Shot

S
ee the Working definitions first.

Things to remember:

  • Typically single_container_control and multiple_container_control are some sort of control which outputs a TABLE object. If you want some static text to be printed before and/or after the TABLE, then set the multiple_container_control to be a

    CoalesceContainerControl([< before controls >, SimpleContainerControl(TABLE), < after controls >],representative = k), where k is the index of the SimpleContainerControl in the list.

  • Typically multiple_row_container_control outputs some sort of a TR object.
  • Every control in multiple_controls should return something which can be put inside a <TD>...</TD>
  • Most Controls when rendered in FORM shape (shapes=FORM) return an TR output object.
  • As a corollory you should now be able to conclude that having a page be in FORM shape and be a multiple page is very difficult (if not impossible)