Javascript for the entrypoint #278
|
Hi, what is the most effective way of injecting a Javascript on the HTML body of the workbench entrypoint? Thank you! |
Answered by
ifurnadjiev
Mar 17, 2025
Replies: 2 comments 2 replies
|
Yes... Look at |
2 replies
|
The resources (JS files) loaded by
|
0 replies
Answer selected by
nicxlab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The resources (JS files) loaded by
org.eclipse.rap.ui.resourcesextension point are concatenated in a singleresources.jsfile and loaded immediately after RAP client in the HTML body. It's exactly the equivalent of :properties.put( WebClient.BODY_HTML, "<script>...</script>" );