-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello Everyone,
I'm trying to build a guided tour among tabs which have conditional panels. While I can move through tabs, I cannot do that over conditional panels. I define the steps on the server side
DEFINITION OF STEPS
element <- c('#elem_A_tab1', '#elem_B_tab2_inCondPanel', '#elem_C_tab2_outOfCondPanel')
intro <- paste0('text ', length(element))
tourData_rintro <- data.frame(element, intro)
START TOUR
introjs(session, options = list(steps = tourData_rintro), events = list(onbeforechange = readCallback("switchTabs")))
Steps involving hidden conditional panels are not properly shown when the panel is hidden.
Is there any trick to open/close a conditional panel during the steps?
Many thanks for any insight
Paolo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels