diff --git a/R/update-app.R b/R/update-app.R index 05a23d2d..075f6879 100644 --- a/R/update-app.R +++ b/R/update-app.R @@ -33,7 +33,7 @@ updateF7App <- function(options, session = shiny::getDefaultReactiveDomain()) { #' Currently, \code{updateF7Entity} supports \link{f7Gauge}, #' \link{f7Swiper}, \link{f7Searchbar}, #' \link{f7PhotoBrowser}, \link{f7Popup}, -#' \link{f7ListView} and \link{f7ActionSheet}. +#' \link{f7ListIndex} and \link{f7ActionSheet}. #' #' @param id Element id. #' @param options Configuration list. Tightly depends on the entity. diff --git a/man/updateF7Entity.Rd b/man/updateF7Entity.Rd index 9f80bd77..b16008f9 100644 --- a/man/updateF7Entity.Rd +++ b/man/updateF7Entity.Rd @@ -21,7 +21,7 @@ refer to the Framework7 documentation at \url{https://framework7.io/docs/}. Currently, \code{updateF7Entity} supports \link{f7Gauge}, \link{f7Swiper}, \link{f7Searchbar}, \link{f7PhotoBrowser}, \link{f7Popup}, -\link{f7ListView} and \link{f7ActionSheet}. +\link{f7ListIndex} and \link{f7ActionSheet}. } \examples{ library(shiny)