@@ -19,17 +19,17 @@ published Wednesday, September 7th, 2016.
1919
2020## Methods
2121
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.
3333[ ` waitForFigureReady ` ] ( #waitForFigureReady ) - A blocking method that only returns after the uifigure is fully loaded.
3434
3535-----------------
0 commit comments