Export button shows lateral panel with exported file.
This commit is contained in:
parent
2e5e8eb2b2
commit
01550c5cf9
@ -9,6 +9,7 @@ LePageHeaderBuilder >> addExportPageButton [
|
|||||||
aptitude: BrGlamorousButtonWithIconAptitude;
|
aptitude: BrGlamorousButtonWithIconAptitude;
|
||||||
label: 'Export Page';
|
label: 'Export Page';
|
||||||
icon: BrGlamorousVectorIcons down;
|
icon: BrGlamorousVectorIcons down;
|
||||||
action: [ :aButton | self page asMarkdeepFile ].
|
action: [ :aButton |
|
||||||
|
aButton phlow spawnObject: self page asMarkdeepFile ].
|
||||||
self toolbarElement addItem: newButton.
|
self toolbarElement addItem: newButton.
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user