diff --git a/articles/css_namespace.html b/articles/css_namespace.html index 2c28c9e..8c502e0 100644 --- a/articles/css_namespace.html +++ b/articles/css_namespace.html @@ -135,7 +135,7 @@
ui <- fluidPage(
includeCSS("www/custom_file.css")
)
-These are general options and can be used in all Shiny applications. See Using custom CSS in your app and Style your apps with CSS for more examples and in-depth explanations.
+These are general options and can be used in all Shiny applications. See Using custom CSS in your app and Style your apps with CSS for more examples and in-depth explanations.
However, for the purposes of working with dv.manager we recommend using a 3rd alternative in order to avoid CSS leaking
(your specific CSS style being applied to other parts/modules of a larger Shiny application unintentionally).
enableBookmarking
as "url"
. The argument passed to the enableBookmarking
parameter is forwarded to shiny runApp. Therefore, bookmarking is delegated to Shiny
and no special implementacion happens inside dv.manager."server"
bookmarking is selected and the app is running in shiny-server we refer the user to: https://docs.rstudio.com/shiny-server/#bookmark_state_dir forbookmark storage configuration.dataset_metadata
entry that will contain the name and date of the selected dataset.dataset_name
entry will be deprecated in following versions.Instantiating modules is no longer done by means of an rlang expression but with a function with a single argument. Documentation about this can be found here and here This argument contains a list with:
+Instantiating modules is no longer done by means of an rlang expression but with a function with a single argument. Documentation about this can be found here and here This argument contains a list with:
unfiltered_dataset
: a metaReactive list containing the tables inside the selected dataset before filtering them.
filtered_dataset
: a metaReactive list containing the tables inside the selected dataset after filtering them.
url_parameters
: a reactive list of the parameters passed in the url.
utils
: a list of convenience functions:
switch2
: a function that allows switching between tabs programaticallyA set of dispatcher functions that facilitate the access are included. Documentation can be found here.
A set of dispatcher functions that facilitate the access are included. Documentation can be found here.
dv.manager isolates custom CSS styling for loaded modules. This ensures CSS styles are applied where they are intended.
dv.manager allows including an startup message
dv.manager now includes the possibility of SSO using Azure Active Directory
diff --git a/pkgdown.yml b/pkgdown.yml index 8b2b5f0..ea4b006 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -14,5 +14,5 @@ articles: manager_utils: manager_utils.html passing_data: passing_data.html timestamp: timestamp.html -last_built: 2024-04-04T14:56Z +last_built: 2024-04-08T12:24Z