There is no similar control in Webix UI.
The most similar what can be done - you can place a list with multiselect in the form http://webix.com/snippet/85b1ff79
The above example shows how custom javascript|html control can be wrapped in the webix view, after that it can be used anywhere on the page, as part of form if necessary.
The component behind the second link is a wrapper for Mercury rich text editor, it takes about 30 lines of code to create a wrapper. After that it possible to create an instance of editor by using { view:“mercury-editor” }, or, in case of xml - .
When placed in form, it will be able to load/save/validate in the same way as any other form control. It will not have a “prompt” part though
@deepak if we talk about this sample, what behavior are you expecting? Afaics, the list works according to its config. If items has to be selected on mouse click (“ctrl+click” is enabled by default), you can add multiselect:"touch" to the current configuration.