Skip to content

Commit 80a77bf

Browse files
committed
Put the internal documentation back into mlapptools.m
Text is a copy of the methods summary from README.md.
1 parent 0c2aacf commit 80a77bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mlapptools.m

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
% R2016a-introduced web-based uifigure windows and associated UI elements
44
% through DOM manipulations.
55
%
6+
% MLAPPTOOLS' public methods:
7+
%
8+
% aboutDojo - Return the dojo toolkit version.
9+
% fontColor - Modify font color.
10+
% fontWeight - Modify font weight.
11+
% getHTML - Return the full HTML code of a uifigure.
12+
% getWebElements - Extract a webwindow handle and a widget ID from a uifigure control handle.
13+
% getWebWindow - Extract a webwindow handle from a uifigure handle.
14+
% getWidgetInfo - Gather information about a specific dijit widget.
15+
% getWidgetList - Gather information about all dijit widget in a specified uifigure.
16+
% setStyle - Modify a specified style property.
17+
% setTimeout - Override the default timeout for dojo commands, for a specific uifigure.
18+
% textAlign - Modify text alignment.
19+
%
620
% See README.md for detailed documentation and examples.
721

822

0 commit comments

Comments
 (0)