jaspHtml.RdA jaspObject to display html.
createJaspHtml( text = "", elementType = "p", maxWidth = "15cm", class = "", dependencies = NULL, title = "hide me", position = NULL )
| dependencies | see jaspObject |
|---|---|
| title | String, title of the jaspContainer |
| position | see jaspObject |
jaspResults::jaspObjR -> jaspResults::jaspOutputObjR -> jaspHtmlR
new()create a new jaspHtml object, however, createJaspHtml is preferred.
jaspHtmlR$new( text = "", elementType = "p", maxWidth = "15cm", class = "", dependencies = NULL, title = "hide me", position = NULL, info = NULL, jaspObject = NULL )
text, String, the text contained in the html element.
elementType, String, the type of html element.
maxWidth, String the maximum width of the element
dependenciessee [`jaspOutputObjR$position()`][jaspOutputObjR]
titleString, title of the element
positionsee [`jaspOutputObjR$position()`][jaspOutputObjR]
infoTODO
jaspObjectdo not use.