Create a new freeform HTML element. THIS MUST BE USED WITH EXTRAORDINARTY CARE!
newHtml(..., style = NULL, exportId = NULL,
protection = PROTECTION.PUBLIC)
Strings that will be concatenated to form the
HTML content that will be wrapped into a div
element.
CSS to be applied to the div
element.
Unique string to identify this element.
Used to retrieve the element using
getExportedElement
.
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE.
New element.