File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,24 @@ SHOWINFO Display the linked Markdown info file in a browser.
102102
103103WRITEANDOPENINFOHTML Write rendered HTML to the cached temp file and open it.
104104
105+ #### ` showInfoModal_(obj, html) `
106+
107+ SHOWINFOMODAL_ Render the info HTML in an in-app modal uifigure (260508-n8h).
108+ Replaces the previous browser handoff via web(). Reuses an
109+ existing modal if still open so repeated Info-button clicks
110+ refocus rather than stack windows. Falls back silently on
111+ uifigure construction errors (older MATLAB releases without
112+ uihtml support keep the temp HTML file as the user-facing
113+ artifact).
114+
115+ #### ` onInfoModalResize_(~, src, hHtml) `
116+
117+ ONINFOMODALRESIZE_ Keep the uihtml panel filling the modal figure.
118+
119+ #### ` onInfoModalClose_(obj, src) `
120+
121+ ONINFOMODALCLOSE_ Clear the cached modal handle and dispose the figure.
122+
105123#### ` md = buildPlaceholderInfoMarkdown(obj) `
106124
107125BUILDPLACEHOLDERINFOMARKDOWN Default info page shown when no InfoFile is set.
You can’t perform that action at this time.
0 commit comments