Usage
numericItem(value = numeric(0), name, label = name, help = "", tooltip = "", eval_first = FALSE, attr, model, editor, ...)
Arguments
value
Default value for the model
name
Required name for object. Names should be unique within a group of items
label
Optional label, default value is the name
tooltip
Optional tooltip to display
eval_first
Should value be run through eval/parse before coercion.
attr
A list of attributes to pass to widget on construction. Eg. attr=list(size=c(100,200))
model
Optional model. Useful if one wishes to use same model for multiple views
editor
Specification of editor (a view) to override default
...
Passed to parent proto object during call to proto