Versions Compared

Key

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

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:

...

Example

Code Block
ItemList = ""
ItemList<-1> = 1 :@VM: "Load"               
ItemList<-1> = 2 :@VM: "Status"
ItemList<-1> = 2 :@VM: "Entered" :@VM: "" :@VM: "D" :@VM: "D4/":@SVM:"D"
ItemList<-1> = 2 :@VM: "Agent"

ColWidth = 100 :@FM: "A"
Errors = SRP_PropertyPanel(PanelCtrl, "Init", ItemList, ColWidth)

Result

Image Removed

GetKeys

GetValue

SetValues

RollUpAll

...

Current RDK version is 1.2.6