ClassSet

<< Click to Display Table of Contents >>

Navigation:  Support > Reconfigurable Rulebook > Definition Objects >

ClassSet

Description

A ClassSet specifies the css class name to include and the (ShowWhen) condition to when to include it.

Used on a ResultListDisplayColumn and ResultListDisplayPartition.

Definition

Name

Value

Description

Name

String

The name of the css class to apply, when ShowWhen evaluates to true.

See below for common values.

Required.

ShowWhen

ShowWhen

Conditional operation that determines if this css .Name is included.

Not required, defaults to always including the css .Name.

Example

{

  "ShowWhen": {

    "Condition": "HAS_SHOWN_REMARK_FIRST",

    "Operation": "VARIABLE"

  },

  "Name": "rlf-row-first"

}

Common Values

While any css class value may be used, the common values for use within a ResultListDisplayColumn are:

rlf-col-rank

rlf-col-participant

rlf-col-matchinfo

rlf-col-squadding

rlf-col-event

rlf-col-stage

rlf-col-series

rlf-col-round

rlf-col-shot

rlf-col-spanning

rlf-col-gap

 

While any css class value may be used, the common values for use within a ResultListDisplayPartition are:

rlf-row-header

rlf-row-athlete

rlf-row-team

rlf-row-child

rlf-row-footer

rlf-row-dns

rlf-row-dnf

rlf-row-dsq

rlf-row-bubble

rlf-row-eliminated

rlf-row-first

rlf-row-second

rlf-row-third