Skip to main content

GUI_Markuplist

Callback event that gives a list of markup objects when markup is changed and when the markup is initially loaded.

Additional Methods

  • getDisplayName(): Returns the markup signature for the current user.
  • getDisplayDate(): Returns a date string for a given date JavaScript value.

Callback Parameters

  • Markuplist: array of markup objects The loaded markup objects in an array.

See markup object for information on properties and methods.

Example

RxCore.GUI_Markuplist.connect(function (Markuplist) {

console.log("There are ", Markuplist.length, "markup objects" );


});