TiddlyWiki5/core/modules
BurningTreeC 33ba69e852 Modals: Display in source-window (#3539)
* 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
2018-11-18 20:57:04 +00:00
..
commands
editor
filters
info
macros
parsers
savers
server
startup Modals: Display in source-window (#3539) 2018-11-18 20:57:04 +00:00
storyviews
upgraders
utils Modals: Display in source-window (#3539) 2018-11-18 20:57:04 +00:00
widgets
commander.js
config.js
deserializers.js
filters.js
keyboard.js
language.js
pluginswitcher.js
saver-handler.js
story.js
syncer.js
tiddler.js
wiki-bulkops.js
wiki.js