rk.XML.set | R Documentation |
Create XML node "set" for RKWard plugins
rk.XML.set(id, set = NULL, to, check.modifiers = TRUE)
id |
Either a character string (the |
set |
Character string, a valid modifier. |
to |
Character string or logical, the value the property should be set to. |
check.modifiers |
Logical,
if |
An object of class XiMpLe.node
.
rk.XML.connect
,
rk.XML.external
,
rk.XML.logic
,
rk.XML.set
,
rk.XML.switch
,
and the Introduction to Writing Plugins for RKWard
test.set <- rk.XML.set(id="input_foo", set="required", to=TRUE) cat(pasteXML(test.set))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.