powered by
aTableLayout(..., no_cols = 1, context = NULL, attr = list(), enabled_when, visible_when)
proto
obj$show_help()
aContainer
Container
## simple example i <- aDialog(items=list(x=numericItem(1), y=stringItem("a"))) lay <- aTableLayout("x","y", no_cols=2) ## Not run: i$make_gui(gui_layout=lay)
Run the code above in your browser using DataLab