includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
Create a custom tag via the tag() function:
tag()
customTag <- tag( "test", list( class = "custom", p("Custom tag's only child") ) ) customTag
<test class="custom"> <p>Custom tag's only child</p> </test>
Validate if the custom tag follows the HTML standards.