-
Notifications
You must be signed in to change notification settings - Fork 3
Print Dialog
Arshad Khan edited this page Aug 3, 2017
·
3 revisions
{
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.
Component docs can be found in form of inline comments in respective component code files.