@@ -19,17 +19,17 @@ published Wednesday, September 7th, 2016.
19
19
20
20
## Methods
21
21
22
- [ ` aboutJSLibs ` ] ( #aboutJSLibs ) - Return the loaded versions of Dojo and React.
23
- [ ` fontColor ` ] ( #fontColor ) - Modify font color.
24
- [ ` fontWeight ` ] ( #fontWeight ) - Modify font weight.
25
- [ ` getHTML ` ] ( #getHTML ) - Return the full HTML code of a ` uifigure ` .
26
- [ ` getWebElements ` ] ( #getWebElements ) - Extract a ` webwindow ` handle and a widget ID from a ` uifigure ` control handle.
27
- [ ` getWebWindow ` ] ( #getWebWindow ) - Extract a ` webwindow ` handle from a ` uifigure ` handle.
28
- [ ` getWidgetInfo ` ] ( #getWidgetInfo ) - Gather information about a specific dijit widget.
29
- [ ` getWidgetList ` ] ( #getWidgetList ) - Gather information about all dijit widget in a specified ` uifigure ` .
30
- [ ` setStyle ` ] ( #setStyle ) - Modify a specified style property.
31
- [ ` setTimeout ` ] ( #setTimeout ) - Override the default timeout for dojo commands, for a specific ` uifigure ` .
32
- [ ` textAlign ` ] ( #textAlign ) - Modify text alignment.
22
+ [ ` aboutJSLibs ` ] ( #aboutJSLibs ) - Return the loaded versions of Dojo and React.
23
+ [ ` fontColor ` ] ( #fontColor ) - Modify font color.
24
+ [ ` fontWeight ` ] ( #fontWeight ) - Modify font weight.
25
+ [ ` getHTML ` ] ( #getHTML ) - Return the full HTML code of a ` uifigure ` .
26
+ [ ` getWebElements ` ] ( #getWebElements ) - Extract a ` webwindow ` handle and a widget ID from a ` uifigure ` control handle.
27
+ [ ` getWebWindow ` ] ( #getWebWindow ) - Extract a ` webwindow ` handle from a ` uifigure ` handle.
28
+ [ ` getWidgetInfo ` ] ( #getWidgetInfo ) - Gather information about a specific dijit widget.
29
+ [ ` getWidgetList ` ] ( #getWidgetList ) - Gather information about all dijit widget in a specified ` uifigure ` .
30
+ [ ` setStyle ` ] ( #setStyle ) - Modify a specified style property.
31
+ [ ` setTimeout ` ] ( #setTimeout ) - Override the default timeout for dojo commands, for a specific ` uifigure ` .
32
+ [ ` textAlign ` ] ( #textAlign ) - Modify text alignment.
33
33
[ ` waitForFigureReady ` ] ( #waitForFigureReady ) - A blocking method that only returns after the uifigure is fully loaded.
34
34
35
35
-----------------
0 commit comments