I am converting a form done with Servoy Default Components to the new Bootstrap Components. One element on the form is a TabPanel with the property tabOrientation set to SPLIT HORIZONTAL.
In the Bootstrap TabPanel, I can’t find this setting (not as property nor as a method of the TabPanel). Not having the split panel, I couldn’t find the equivalent for the following code:
If you are looking for split panel with SPLIT HORIZONTAL functionality, you can use ‘Split Pane’ Webcomponent provided under ‘Form Containers’. It has properties to set the panes and set the split type.
You can also set forms as follows:
elements.splitpane_1.setLeftForm(form,relation);
elements.splitpane_1.setRightForm(form,relation);
Yous screenshot shows it’s an Servoy Extra Component. Unfortunately, I don’t have it available. My screenshots shows what I see.
I am using the Servoy Developer version 2020.03.1. May be that’s the problem. What version are you using?
Yes, the screenshot I shared above is from Servoy 2020.12. But I have checked this in Servoy 2020.3 and found that same Split Pane is found in Servoy Default.
Thanks for your hint. I am using the Servoy Default Split Pane but I am looking for the Web Component. So I have to wait for a new Servoy Developer version.