Skip to content

Commit

Permalink
reviewed doc on Shiny values
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 24, 2023
1 parent 1da1ff4 commit 4ee73ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/jstree-shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
#' nodes. If you have set \code{checkboxes=TRUE} and
#' \code{checkWithText=TRUE} (the default), then these two additional
#' Shiny values are useless because 'checked' is the same as 'selected' in
#' this situation. In fact, the selected nodes strangely behave when
#' \code{checkWithText=FALSE}, they are not usable. Finally, the seventh
#' Shiny value that is provided when \code{checkboxes=TRUE} is
#' this situation. Try \code{jstreeExample("checkWithText")}. Finally, the
#' seventh Shiny value that is provided when \code{checkboxes=TRUE} is
#' \code{input[["ID_checked_tree"]]}. It is like \code{input[["ID_checked"]]}
#' except that it returns the hierarchy, in other words it provides the
#' checked nodes with their parent(s).
Expand Down
5 changes: 2 additions & 3 deletions man/jstree-shiny.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ee73ac

Please sign in to comment.