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