Is it possible to set the position of a webix.message? I want to display my error messages with this but I want them to appear near the component which is throwing the error (if any) to contextualize the error a bit better.
As is, the messages always appear in the top-right corner. I’ve tried using x/y and top/left. Neither work. Is there any way to do this?
Cheers.
Thank you for the suggestion. This seems to fit with what I needed.
However, is there anyway to fit the width of the popup to the content? As is, the popup will always have 316px width, unless I specify otherwise. I’d like to fit the content, which is in this case a label.
The errors have to support multiple languages so I can’t set the popup size manually. Also, some error messages com directly from the server and may have highly variable widths.
It is possible to adjust parent element to child element.
But it will not work if you need adjust parent element to the raw HTML content. ( at least it is not possible for now )
I can confirm issue with bottom position of popup and auto-height, it will be fixed in the next update.