Okay, I can do graphic stuff, but need to know if I can achieve the following with WIX components. Otherwise I will revert to D3js.
I’m messing with a concept for tutorials. I can use drop downs and what ever, but then I’m not getting what I’ld like and that is not ‘simple’ for you have no overview. The goals is you can start anywhere. If you click e.g. ‘database’ those steps are added to the tutorial as a section, then if you click ‘page’ those are added and so on and so thorth. So items will get a sub list e.g. repeater will get filters in a sublist. Each checkbox (tweaked to a circle) means add a section. When you uncheck naturally this list is updated. When done, click GO and hey presto, a custom tutorial in ‘dummy’ method. That part is functional, I need to tweak the js code to make things dynamic enabled/disabled when you click something, do big deal.
My question here is, does WIX have something that if I e.g. click on ‘repeater’ I can shift the entire group to the the left so that ‘reapeater’ is on the position of ‘database’. I can’t see in wix code I can change the x/y position of something.
Also, can you add ‘images’ through the api? All ‘blocks’ are in the database offcourse, including prior/next possibilities. I think this would be ‘no’