Hello everyone,
I'm currently building a ToolBox for my custom Simulink library.
The integration of my custom help pages work fine as i want them to. (Help button in block mask opens the refering .html in the Help browser & the table of contents on the left works fine as well.) . In every custom page there is a hyperlink to a subpage or a related page similar to the official Matlab/Simulink documentation.
My "problem" is that if i use a hyperlink to another page a new tab is opened instead of using the same one as in the official documentation.
I tried modifiying the html page to target="_self as normally used in html but that didn't do the trick.
Now im unsure if it is because of the help browser properties that this isn't possible or im doing something wrong with my hyperlinks.
I'm creating my .html files by writing my pages as a livescript (.mlx) and hyperlinking the existing pages by calling matlab:web(-path-to-local-html-file-) and exporting it afterwards to .html.
Maybe there is a better way to link the pages im currently not seeing.
Thanks in advance.