powered by
aFrame(..., label = "frame label", horizontal = FALSE, spacing = 10, context = NULL, attr = list(), enabled_when, visible_when)
TRUE
FALSE
proto
obj$show_help()
Container
i <- aDialog(items=list(x=numericItem(1), y=stringItem("a"))) lay <- aFrame(label="label frame", aContainer("x","y")) ## Not run: i$make_gui(gui_layout=lay)
Run the code above in your browser using DataLab