Stub for roxygen2 documentation of common arguments for gWidgets constructors
1 2 3 |
handler |
optional means (to |
action |
Passed to handler to parameterize a call |
container |
A parent container. In gWidgetsWWW2 a
parent container is not optional (though it can be substituted
with the |
... |
Used to pass along argument to the parent container's
|
width |
width in pixels of component. Sizing in
gWidgetsWWW2 is sometimes necessary as the arguments
|
height |
height in pixels of the component. |
ext.args |
The contructors of gWidgetsWWW2 ultimately
call an Ext constructor. The options passed to the Ext constructor
may be added to or overridden by use of this argument. Values are
passed in as named list components and with values converted into JavaScript
objects by |
expand |
Logical or numeric. Does the child component expand
to fill the allotted space? If so a |
fill |
Logical or character. When |
anchor |
specifies where a widget is anchored (using a value in -1, 0,1 cross -1, 0, 1), in the case the widget has more space allocated to it then requested. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.