Description Usage Arguments Value Author(s)
A widget for editing a data frame This implementation allows the
user to edit a row (row-by-row). Change handlers are called
after an edit is performed. The user can add a new row or remove
the currently selected row (if more than 1 is present). The hidden
argument do_add_remove_buttons
can be set to FALSE
to prevent this option. For large data sets, paging is used. the
hidden argument page_size
(with default of 200) can be set
to adjust the size of each page.
1 2 3 |
items |
data frame to be edited |
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 |
name |
name of data frame appearing in title |
a GDf
reference class object.
john verzani
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.