newHtml: Create a new freeform HTML element. THIS MUST BE USED WITH...

View source: R/nozzle.R

newHtmlR Documentation

Create a new freeform HTML element. THIS MUST BE USED WITH EXTRAORDINARTY CARE!

Description

Create a new freeform HTML element. THIS MUST BE USED WITH EXTRAORDINARTY CARE!

Usage

  newHtml(..., style = NULL, exportId = NULL,
    protection = PROTECTION.PUBLIC)

Arguments

...

Strings that will be concatenated to form the HTML content that will be wrapped into a div element.

style

CSS to be applied to the div element.

exportId

Unique string to identify this element. Used to retrieve the element using getExportedElement.

protection

Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE.

Value

New element.

Author(s)

Nils Gehlenborg nils@hms.harvard.edu


Nozzle.R1 documentation built on June 23, 2022, 9:10 a.m.