File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 41
41
a Link
42
42
a Index
43
43
module TestModule
44
+ module DocManModule
44
45
callback DecoratorCallback
45
46
variable Password
46
47
variable PasswordRequested
138
139
139
140
create Screen in Body
140
141
create Container in Screen
141
- set the style of Container to `width:100%;height:100%;display:flex;flex-direction: column`
142
+ set the style of Container to `width:100%;height:100%;display:flex;flex-direction: column`
142
143
143
144
create Controls in Container
144
145
set the style of Controls to `flex:5em`
277
278
278
279
gosub to ShowHelpPage
279
280
rest get Script from `/resources/ecs/docman.ecs`
280
- run Script with ReferencePanel
281
+ run Script with ReferencePanel as DocManModule
281
282
put empty into storage as `.ref`
282
283
283
284
get Item from storage as `.ref`
305
306
end
306
307
on click Exit
307
308
begin
309
+ send `close` to DocManModule
308
310
remove element Body
309
- send `restore` to parent
310
- exit
311
+ send `restore` to parent
312
+ exit
311
313
end
312
314
313
315
on message
Original file line number Diff line number Diff line change 123
123
end
124
124
json sort Packages
125
125
set ready
126
+ on message exit
126
127
127
128
Restart:
128
129
clear Container
You can’t perform that action at this time.
0 commit comments