File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 3
3
% R2016a-introduced web-based uifigure windows and associated UI elements
4
4
% through DOM manipulations.
5
5
%
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
+ %
6
20
% See README.md for detailed documentation and examples.
7
21
8
22
You can’t perform that action at this time.
0 commit comments