Description Usage Arguments Value Examples
Status for main window. Use gwindow
instance for parent
container. The svalue<-
method can be used to change the
value.
1 | gstatusbar(text = "", container = NULL, ..., ext.args = NULL)
|
text |
text for label |
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
|
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 |
an ExtWidget instance
1 2 | w <- gwindow()
sb <- gstatusbar("Powered by gWidgetsWWW and Rook")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.