Hi,
In case my form is lengthy ( e.g having a long list - e.g. a long ‘multiselect list’) is it possible to have a “sticky” form element like a searchbox + a button to always appear at the position in the form?
Use case: I have a long multiselect list and I want to scroll through the list and have this sticky searchbox + button to enable me to search better. Best would be if this element is like a floating element which I can drag and position anywhere on the screen.
Many thanks in advance for your help and guidance.
Hi,
If you place a text input and list into layout rows, list will have a separate scrollbar, so that the input will always be in at the top: http://webix.com/snippet/20a3ba07
As to DnD of the text field, it can be achieved with Webix means using the [DragControl] module, but you will need to provide a drop target for it as well.
So it may be better to use either a fixed HTML input styled to Webix text control or use a movable Webix window: http://webix.com/snippet/0b4d48eb