mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 07:11:26 -08:00
* Make modals display in source Window this makes modals display within the window where they got opened, with the parameter `rootwindow` that, if `yes` or `true`, shows the modal always in the root TW window (`<$action-sendmessage $message="tm-modal" $param="mymodal" rootwindow="yes|true"/>`) * pass the full event to $tw.modal.display we need the event there to find `srcDocument` and `srcWindow` * pass event in options object * update modal.js to use options.event * add docs for rootwindow tm-modal attribute |
||
|---|---|---|
| .. | ||
| animations | ||
| animator.js | ||
| browser.js | ||
| csscolorparser.js | ||
| csscolorparser.js.meta | ||
| dom.js | ||
| dragndrop.js | ||
| http.js | ||
| keyboard.js | ||
| modal.js | ||
| notifier.js | ||
| popup.js | ||
| scroller.js | ||