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.  (Note: to use the Date-type dropdown requires the NDW_DATEPICKER form and associated routines)

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

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
"O" - option button
"V" - varchar
"X" - checkbox

...

V

...

<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:

...

Dropdown Image Reference

...

Errors

If there are and duplicate keys, they will be noted and returned in the service's response.

SetValue

Sets a value into the property panel, based on the property key and value provided.

...