Creating pdf report button.
This commit is contained in:
parent
f82728d159
commit
625e66f006
@ -46,6 +46,10 @@ asCardElement
|
|||||||
aptitude: BrGlamorousButtonWithLabelAptitude new;
|
aptitude: BrGlamorousButtonWithLabelAptitude new;
|
||||||
label: 'Web view';
|
label: 'Web view';
|
||||||
action: [ self webView ].
|
action: [ self webView ].
|
||||||
|
BrButton new
|
||||||
|
aptitude: BrGlamorousButtonWithLabelAptitude new;
|
||||||
|
label: 'PDF report';
|
||||||
|
action: [ WebBrowser openOn: self pdfReportFile fullName ].
|
||||||
}.
|
}.
|
||||||
|
|
||||||
^ BrHorizontalPane new
|
^ BrHorizontalPane new
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
accessing
|
||||||
|
pdfReportFile
|
||||||
|
|
||||||
|
^ self folder / self userName , 'pdf'
|
Loading…
Reference in New Issue
Block a user