rk.XML.col: Create XML node "column" for RKWard plugins

View source: R/rk.XML.col.R

rk.XML.colR Documentation

Create XML node "column" for RKWard plugins

Description

Create XML node "column" for RKWard plugins

Usage

rk.XML.col(..., id.name = "auto")

Arguments

...

Objects of class XiMpLe.node.

id.name

Character string, a unique ID for this plugin element. If "auto", an ID will be generated automatically from the objects in .... If NULL, no ID will be given.

Value

An object of class XiMpLe.node.

See Also

Introduction to Writing Plugins for RKWard

Examples

test.checkboxes <- rk.XML.row(rk.XML.col(
    rk.XML.cbox(label="foo", val="foo1", chk=TRUE),
    rk.XML.cbox(label="bar", val="bar2")))
cat(pasteXML(test.checkboxes))

rkward-community/rkwarddev documentation built on May 9, 2022, 3:02 p.m.