Skip to content

Commit

Permalink
'checkWithText' example
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 24, 2023
1 parent 3826945 commit 1da1ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/examples/checkWithText/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Text <- function(value) {

# CSS for the second tree (the one with `checkWithText=FALSE`)
css <- "
#tree2 .jstree-clicked:not(.jstree-checked) {
#tree2 .jstree-clicked:not(.jstree-checked) {
background-color: tomato !important;
}"

Expand Down
2 changes: 1 addition & 1 deletion inst/examples/checkWithText/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shinyUI(
splitLayout(
tagList(
tags$h3("`checkWithText` is `TRUE` (default)"),
helpText("Here you can click on a node text to select this node.")
helpText("Here you can click on a node text to check this node.")
),
tagList(
tags$h3("`checkWithText` is `FALSE`"),
Expand Down

0 comments on commit 1da1ff4

Please sign in to comment.