Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2
typeflat

Init

The means to initially configure and display the property panel.

Usage

Code Block
SRP_PropertyPanel(PanelCtrl, "Init", ItemList, ColWidth, Colors)

Parameters

ItemList

...

<x, 1>

...

<x, 2>

...

<x, 3>

...

Key

...

<x, 4>

...

(Optional) The type of entry / type of cell

"B" - two boolean values

"C" - custom dropdown list

"D" - date / calendar dropdown

"X" - checkbox

...

<x, 5>

...

<x, 6>

...

<x, 7>

...

ColWidth

The width of each of the two columns, @FM delimited.  Can be a number or "Auto" (default is Auto).

Colors

The default colors of the property panel:

...

SetValues

Sets a value or group of values into the property panel, based on the property or property list.

Code Block
SRP_PropertyPanel(PanelCtrl, "SetValues", Values)

Values

...

<x, 1>

...

<x, 2>

...

GetValue

Gets a property value based on the provided key.

Code Block
SRP_PropertyPanel(PanelCtrl, "GetValue", Property)

Property

A key to the property value to retrieve.

GetKeys

Gets an field-marked list of all the keys/properties associated with the current panel.

Code Block
List = SRP_PropertyPanel(PanelCtrl, "GetKeys")

RollUpAll

Rolls up all the properties in the panel.

Code Block
List = SRP_PropertyPanel(PanelCtrl, "GetKeys")

UnRollAll

Unrolls all the properties in the panel.

...

Current RDK version is 1.2.6