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! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Yes... Look at |
Beta Was this translation helpful? Give feedback.
-
|
The resources (JS files) loaded by
|
Beta Was this translation helpful? Give feedback.
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>" );