Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| Line 1: | Line 1: | ||
Since version 5.2 {{Version/ServerSince|5.2}} it is possible to inject UI into {{UBIK}} Studio.<br> | Since version 5.2 {{Version/ServerSince|5.2}} it is possible to inject UI into {{UBIK}} Studio.<br> | ||
The injected UI can be displayed inside a User Control and or Window.<br> | The injected UI can be displayed inside a User Control and or Window.<br> | ||
| − | This article will | + | This article will explain how to inject the desired UI.<br> |
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | ||
= User Control = | = User Control = | ||
===Goal=== | ===Goal=== | ||
The goal is to extend the existing user control list with the injected user control.<br> | The goal is to extend the existing user control list with the injected user control.<br> | ||
| − | The mentioned list pops up every time | + | The mentioned list pops up every time an instance is dragged to a new tab header. |
[[File:InjectedUserControl.png|thumb|left|735px|Extended user control list]] | [[File:InjectedUserControl.png|thumb|left|735px|Extended user control list]] | ||
<br clear="all" /> | <br clear="all" /> | ||
Revision as of 13:15, 17 June 2026
Since version 5.2 it is possible to inject UI into UBIK® Studio.
The injected UI can be displayed inside a User Control and or Window.
This article will explain how to inject the desired UI.



