10-06-2025, 03:14 PM
So if I can get a "style=" tag into the iw-dlg-window class='iw-dlg-windowCSS' line with a fixed left and top position, this will work (based on runtime editing using browser dev tools).
Now, what about the OnHTMLTag event? If I do an ATag.AddStringParam('style', 'left: 10px; right: 10px'); nothing seems to happen on rendering the modal pop-up Async. This tag doesn't show up anywhere in the elements tab in dev tools (And it doesn't change it's incorrect position).
What am I missing? Or is there some documentation somewhere on how to use OnHTMLEvent and TIWHTMLTag?
Now, what about the OnHTMLTag event? If I do an ATag.AddStringParam('style', 'left: 10px; right: 10px'); nothing seems to happen on rendering the modal pop-up Async. This tag doesn't show up anywhere in the elements tab in dev tools (And it doesn't change it's incorrect position).
What am I missing? Or is there some documentation somewhere on how to use OnHTMLEvent and TIWHTMLTag?

