Skip to content

Commit 9ded679

Browse files
docs: auto-update API reference from source code
1 parent 81e819d commit 9ded679

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

wiki/API-Reference:-Dashboard.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,24 @@ SHOWINFO Display the linked Markdown info file in a browser.
102102

103103
WRITEANDOPENINFOHTML 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

107125
BUILDPLACEHOLDERINFOMARKDOWN Default info page shown when no InfoFile is set.

0 commit comments

Comments
 (0)