(ok)
| 2066 | html, |
| 2067 | title: pageTC.confirmation, |
| 2068 | async onClose(ok) { |
| 2069 | return ok ? _saveForm(true, defaultSetting) : true; |
| 2070 | } |
| 2071 | }); |
| 2072 | elements.chbox.onChange(element => { |
| 2073 | defaultSetting.doSplitPos = element.getValueBoolean(); |
nothing calls this directly
no test coverage detected