Skip to content

Archive Trac docs layout rc fields

madscatt edited this page Jun 20, 2026 · 1 revision

Docs Layout Rc Fields

Legacy Trac archive page imported from docs_layout_rc_fields. Source: https://genapp.rocks/wiki/wiki/docs_layout_rc_fields. Review age, links, and examples before treating as current.

row column info for fields

  • field:layout:location determines the location within the parent panel "area", but not restricted if layout:label or :data overflow

  • field:layout:label determines the location of the label relative to the field:layout:location

  • field:layout:data determines the location of the data relative to the field:layout:location

  • next cursor will be after the location area after the label & data are applied

  • should we restrict options of field:layout:location vs panel:location?

  • examine options and find a clear spec.

  • as-is

    • field:layout:location

    • row can be number, range, "full", "same" or "next"(default)

    • col can be number, range, "full", or "next"(default)

    • field:layout:label

    • row can be number, range, "full", "same" or "next"

    • col can be number, range, "full", or "next"

    • field:layout:data

    • row can be number, range, "full", "same" or "next"

    • col can be number, range, "full", or "next"

  • new: restrict label & data to number & range

    • we might want "full" and/or "next" later

    • field:layout:label

    • row can be number, range

    • col can be number, range

    • field:layout:data

    • row can be number, range

    • col can be number, range

  • logic

    • for each field
    • set:
      • field:lgc field:lgr label row & column
      • field:dgc field:dgr data row & column
    • update:
      • cursor_row & cursor_col

Clone this wiki locally