Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This API writes a record to a grid.
...
Code Block | ||
---|---|---|
| ||
pjs.defineDisplay("display", "subfiled.json", { rrnFields: { sfl: 'RRN' } }); pjs.define("RRN", { type: 'integer' }); display.sfl.clear(); for (RRN = 1; RRN <= 99; RRN++) { // Logic to populate grid record can go here display.sfl.write(); } display.screen.execute(); |
Video Tutorial
Widget Connector | ||||||
---|---|---|---|---|---|---|
|