Here is the result of using the getCurrentPage()
command on both the main page of multi-page document and the secondary page. As is shown, the value of the ID property is not the same. The value of the ID property is essentially the page ID.
Q: How does an eXtension programmatically retrieve the document’s rootblock when it is called from a secondary page?
// MAIN PAGE OF CRAFT DOCUMENT
{
"hasFocusDecoration": false,
"indentationLevel": 0,
"listStyle": {
"type": "none"
},
"spaceId": "859c432e-33f3-7983-7c20-67a12bd618aa",
"style": {
"fontStyle": "system",
"alignmentStyle": "left",
"textStyle": "page"
},
"documentId": "8CB89640-B2F5-4C7E-9F0D-0627EF2FA9D6",
"color": "text",
"content": [
{
"isItalic": false,
"isStrikethrough": false,
"text": "Main Page of Mutli-Page Document",
"isCode": false,
"isBold": false
}
],
"subblocks": [
{
"hasBlockDecoration": false,
"id": "FA6D2781-5D72-4EDC-83B4-F02394463812",
"style": {
"fontStyle": "system",
"alignmentStyle": "left",
"textStyle": "body"
},
"hasFocusDecoration": false,
"documentId": "8CB89640-B2F5-4C7E-9F0D-0627EF2FA9D6",
"listStyle": {
"type": "none"
},
"subblocks": [],
"type": "textBlock",
"color": "text",
"indentationLevel": 0,
"spaceId": "859c432e-33f3-7983-7c20-67a12bd618aa",
"content": [
{
"isItalic": false,
"isStrikethrough": false,
"text": "This is the main page of a multi-page document.",
"isCode": false,
"isBold": false
}
]
},
{
"hasBlockDecoration": false,
"id": "8D595FDD-4055-4B8C-AE24-2AB2D4230871",
"style": {
"fontStyle": "system",
"alignmentStyle": "left",
"textStyle": "page"
},
"hasFocusDecoration": false,
"documentId": "8CB89640-B2F5-4C7E-9F0D-0627EF2FA9D6",
"listStyle": {
"type": "none"
},
"subblocks": [
{
"hasBlockDecoration": false,
"id": "DF5A4293-58FB-40A5-97D9-D6DDEA107723",
"style": {
"fontStyle": "system",
"alignmentStyle": "left",
"textStyle": "body"
},
"hasFocusDecoration": false,
"documentId": "8CB89640-B2F5-4C7E-9F0D-0627EF2FA9D6",
"listStyle": {
"type": "none"
},
"subblocks": [],
"type": "textBlock",
"color": "text",
"indentationLevel": 0,
"spaceId": "859c432e-33f3-7983-7c20-67a12bd618aa",
"content": [
{
"isItalic": false,
"isStrikethrough": false,
"text": "This is the secondary page of the document.",
"isCode": false,
"isBold": false
}
]
}
],
"type": "textBlock",
"color": "text",
"indentationLevel": 0,
"spaceId": "859c432e-33f3-7983-7c20-67a12bd618aa",
"content": [
{
"isItalic": false,
"isStrikethrough": false,
"text": "This is the link to a secondary page of the document.",
"isCode": false,
"isBold": false
}
]
}
],
"hasBlockDecoration": false,
"type": "textBlock",
"id": "DC672BD1-554F-4684-AB2A-FF974606943A"
}
// SECONDARY PAGE OF CRAFT DOCUMENT
{
"color": "text",
"content": [
{
"isItalic": false,
"isStrikethrough": false,
"text": "This is the link to a secondary page of the document.",
"isCode": false,
"isBold": false
}
],
"hasFocusDecoration": false,
"documentId": "8CB89640-B2F5-4C7E-9F0D-0627EF2FA9D6",
"spaceId": "859c432e-33f3-7983-7c20-67a12bd618aa",
"type": "textBlock",
"listStyle": {
"type": "none"
},
"indentationLevel": 0,
"subblocks": [
{
"hasBlockDecoration": false,
"id": "DF5A4293-58FB-40A5-97D9-D6DDEA107723",
"style": {
"fontStyle": "system",
"alignmentStyle": "left",
"textStyle": "body"
},
"hasFocusDecoration": false,
"documentId": "8CB89640-B2F5-4C7E-9F0D-0627EF2FA9D6",
"listStyle": {
"type": "none"
},
"subblocks": [],
"type": "textBlock",
"color": "text",
"indentationLevel": 0,
"spaceId": "859c432e-33f3-7983-7c20-67a12bd618aa",
"content": [
{
"isItalic": false,
"isStrikethrough": false,
"text": "This is the secondary page of the document.",
"isCode": false,
"isBold": false
}
]
}
],
"style": {
"fontStyle": "system",
"alignmentStyle": "left",
"textStyle": "page"
},
"id": "8D595FDD-4055-4B8C-AE24-2AB2D4230871",
"hasBlockDecoration": false
}