From 1da1ff416b9d2f381b31516b6549113ebc518ac1 Mon Sep 17 00:00:00 2001 From: stla Date: Tue, 24 Oct 2023 21:14:29 +0200 Subject: [PATCH] 'checkWithText' example --- inst/examples/checkWithText/global.R | 2 +- inst/examples/checkWithText/ui.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/examples/checkWithText/global.R b/inst/examples/checkWithText/global.R index ceb088c..68f9117 100644 --- a/inst/examples/checkWithText/global.R +++ b/inst/examples/checkWithText/global.R @@ -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; }" diff --git a/inst/examples/checkWithText/ui.R b/inst/examples/checkWithText/ui.R index 0a1bdc4..09baaa9 100644 --- a/inst/examples/checkWithText/ui.R +++ b/inst/examples/checkWithText/ui.R @@ -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`"),