Node-RED Dashboard loading finished event
up vote
0
down vote
favorite
Is there a possibility to get an event when the Node-RED Dashboard is finished with the loading?
I want to add a template to the head of the ui page, which should execute some JavaScript when the page is loaded.
I already tried
<script>
(function(scope) {
// do something
})(scope);
</script>
or
<script>
$(function() {
// do something
});
</script>
but the call is executed before the dashboard groups with the different widges are loaded.
node-red
add a comment |
up vote
0
down vote
favorite
Is there a possibility to get an event when the Node-RED Dashboard is finished with the loading?
I want to add a template to the head of the ui page, which should execute some JavaScript when the page is loaded.
I already tried
<script>
(function(scope) {
// do something
})(scope);
</script>
or
<script>
$(function() {
// do something
});
</script>
but the call is executed before the dashboard groups with the different widges are loaded.
node-red
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is there a possibility to get an event when the Node-RED Dashboard is finished with the loading?
I want to add a template to the head of the ui page, which should execute some JavaScript when the page is loaded.
I already tried
<script>
(function(scope) {
// do something
})(scope);
</script>
or
<script>
$(function() {
// do something
});
</script>
but the call is executed before the dashboard groups with the different widges are loaded.
node-red
Is there a possibility to get an event when the Node-RED Dashboard is finished with the loading?
I want to add a template to the head of the ui page, which should execute some JavaScript when the page is loaded.
I already tried
<script>
(function(scope) {
// do something
})(scope);
</script>
or
<script>
$(function() {
// do something
});
</script>
but the call is executed before the dashboard groups with the different widges are loaded.
node-red
node-red
asked 27 mins ago
Nisl
11613
11613
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371592%2fnode-red-dashboard-loading-finished-event%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown