rintrojs icon indicating copy to clipboard operation
rintrojs copied to clipboard

Not able to switch the position of Intro while taking a tour

Open Sovik-Gupta opened this issue 6 years ago • 3 comments

Hi All,

I am using data.steps to assign data points to display my introduction but I am not able to switch the position of intro while executing this

:  data.step = 3,
                data.intro =  includeHTML("www/DataShift.html"),
                data.position = "left"

I give position as left but still it is showing me the intro at bottom.

Sovik-Gupta avatar Jul 30 '18 14:07 Sovik-Gupta

Please provide a minimal reproducible example

carlganz avatar Jul 30 '18 19:07 carlganz

Its just i am using the above line of code for showing the introduction, but when i add a data.position to it, position is not working on that... when inwas going through some of your study material i saw that we can pass a whole vector with there respective position whn we are calling the function in server, but in my condition i am not calling at server, i have declared different intro box for all my components and using basic data.steps for all the number of intro i want to show, but in this condition data.position is not working?

Sovik-Gupta avatar Jul 30 '18 19:07 Sovik-Gupta

Is that functionality possible with data.step implementation on every component?

Sovik-Gupta avatar Jul 30 '18 19:07 Sovik-Gupta