jaspHtml.Rd
A 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
dependencies
see [`jaspOutputObjR$position()`][jaspOutputObjR]
title
String, title of the element
position
see [`jaspOutputObjR$position()`][jaspOutputObjR]
info
TODO
jaspObject
do not use.