documentation: how to use loadlink() options in edirom-edition XML navigatorDefinition
It would be great if it was possible to use the loadlink() syntax as described in https://github.com/Edirom/Edirom-Online/wiki/Links-to-Edirom-Online-and-its-content in the target attributes of the navigatorDefinition in the edirom-edition XML, e.g., to provide parameters like useExisting:true for opening contents in the same window.
connected to Edirom/Edirom-Online-Frontend#38
see also Edirom/Edirom-Online-Frontend#38
Apparently it is possible and had just slipped my mind! Just add a magic javascript: before your javascript call,e.g.:
javascript:loadLink('xmldb:exist:///db/apps/PATH/TO/YOUR/RESOURCE', {[CONFIG: OPTIONS]})
c.f.: https://github.com/Edirom/Edirom-Online/blob/c7be1e3b2b90616ddb128fef5df9960d59f7c127/add/data/xql/getNavigatorConfig.xql#L85-L106
This definitely needs documentation, either in some docs in this repo or in Schema. Thus adding label Area: Documentation
Probably the wiki page on linking would do for now
please note: after merge of PR472 the content from the old wiki was moved to a /docs folder in the repo. please add your documentation to the transferred link topic in the docs-folder https://github.com/Edirom/Edirom-Online/blob/develop/docs/customize.md#links
Hi @bwbohl, does the documentation on JS contain the information needed?
Well, I wrote down everything I knew and used, but without great real-life examples. Moreover, a deep dive into the program code might be worthwhile to see if everything still works that way or if there are even more options.