Typo and starting storage GUI for notes.
This commit is contained in:
parent
ad8e0f445f
commit
45fa06e715
@ -227,6 +227,22 @@ LePage >> storage [
|
|||||||
^ self optionAt: 'storage'
|
^ self optionAt: 'storage'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #'*MiniDocs' }
|
||||||
|
LePage >> uiDefineFolderFor: anAction [
|
||||||
|
<lePageAction>
|
||||||
|
| folderButton |
|
||||||
|
folderButton := anAction button
|
||||||
|
tooltip: 'Define folder';
|
||||||
|
icon: BrGlamorousIcons savetodisk;
|
||||||
|
"aptitude: BrGlamorousButtonWithIconAptitude;"
|
||||||
|
action: [ ].
|
||||||
|
"folderButton addAptitude: (BrGlamorousWithDropdownAptitude
|
||||||
|
handle: [ self ]
|
||||||
|
content: [self ]).
|
||||||
|
folderButton aptitude - BrGlamorousButtonExteriorAptitude."
|
||||||
|
^ folderButton
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
LePage >> uiExportButtonFor: anAction [
|
LePage >> uiExportButtonFor: anAction [
|
||||||
<lePageAction>
|
<lePageAction>
|
||||||
@ -237,7 +253,7 @@ LePage >> uiExportButtonFor: anAction [
|
|||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
LePage >> uiRefrepshWebPreviewButtonFor: anAction [
|
LePage >> uiRefreshWebPreviewButtonFor: anAction [
|
||||||
<lePageAction>
|
<lePageAction>
|
||||||
^ anAction button
|
^ anAction button
|
||||||
tooltip: 'Refresh web view';
|
tooltip: 'Refresh web view';
|
||||||
|
Loading…
Reference in New Issue
Block a user