Add missing entries to staticdocs index

This commit is contained in:
Winston Chang
2014-09-24 11:21:29 -05:00
parent 9edd94e1c0
commit 76535c1da5

View File

@@ -64,7 +64,9 @@ sd_section("UI Outputs",
"tableOutput",
"textOutput",
"verbatimTextOutput",
"downloadButton"
"downloadButton",
"Progress",
"withProgress"
)
)
sd_section("Interface builder functions",
@@ -134,6 +136,7 @@ sd_section("Running",
sd_section("Extending Shiny",
"Functions that are intended to be called by third-party packages that extend Shiny.",
c(
"createWebDependency",
"addResourcePath",
"registerInputHandler",
"removeInputHandler",