I have been working on use-case where I had to use slider widget. Now since workshop didn’t have slider, I have embedded slider widget from slate into workshop and it’s working fine. However, now based on the change in slider value, we want to trigger the ontology edit function which will update the values based on the objectset & slidervalue.
Could you please help me with the above implementation ? thanks in advance
You can e.g., pass the relevant object set to be used for edit from workshop to slate, and within slate you can then use the different types of events to customize how the change in slider value can impact the ontology edit.
thanks @Jamie totally agree with your point, but then any change in the slider will have to be passed to slate along with the objectset. Can you outline the step, I went through the documentation but couldn’t figure out ?
If I understand you correctly, the slider is already part of Slate, and you are embedding the Slate into your Workshop module via the iframe widget? In that case, you would not need to pass the slider to Slate.
Can you describe with more details (not necessarily what you are doing exactly if you don’t feel comfortable sharing, can be a similar example) what you already have in place, and what you are trying to achieve? I am afraid it would be hard for me to outline the steps without further details.