Skip to content

Print Dialog

Arshad Khan edited this page Aug 3, 2017 · 3 revisions

Print Dialog

Print Dialog

State Object passed via message event

{
  printSettings: {
    title: "no title",
    layout: "LIST"
  },
  whatToPrint: {
    printEvents: true,
    printTasks: true,
    view: "CURRENT_VIEW",
    fromDate: "",
    toDate: ""
  },
  options: {
    showTasksWithNoDueDate: true,
    showCompletedTasks: true
  },
  iframe: "",
  source: "dialog-message"
}

Note: source key acts as an identifier that message is from parent xul wrapper. Some devtools extensions also talk via message event.

Board Diagram

calendar-properties-dialog-board-diagram

Component docs can be found in form of inline comments in respective component code files.

Clone this wiki locally