app_ui_utilities {GenEst} | R Documentation |
HTML parameters
Description
utility functions for simple HTML tasks
Usage
navbar()
style(...)
ol(...)
ul(...)
li(...)
b(...)
u(...)
small(...)
big(text = NULL)
center(text = NULL)
GenEstInlineCSS(...)
GenEstShinyJS(...)
cButtonStyle(buttonType = "single")
Arguments
... |
attributes and children of the element |
text |
text to wrap in the tag |
buttonType |
"single" (for clearing a single component) or "all" (for clearing everything). |
[Package GenEst version 1.4.9 Index]