This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Using API canvas HTML
#13
Here's an example with the Jquery append function that will add an extra div at the left bottom of the widget with id 36 but you can change it to the class or id from every page or widget in your visualization.
To use it you can add it this line of script to your custom Javascript.

$(function() {
  $("#widget-36").append('<div style="position: absolute; bottom: 0; left: 0; z-index: 60;">This text was added to my widget from script</div>');
});
Reply


Messages In This Thread
Using API canvas HTML - by batistacaceres - 27.10.2019, 20:09
RE: Using API canvas HTML - by buuuudzik - 27.10.2019, 22:39
RE: Using API canvas HTML - by batistacaceres - 02.11.2019, 07:37
RE: Using API canvas HTML - by buuuudzik - 02.11.2019, 08:24
RE: Using API canvas HTML - by batistacaceres - 02.11.2019, 17:17
RE: Using API canvas HTML - by buuuudzik - 02.11.2019, 18:12
RE: Using API canvas HTML - by batistacaceres - 03.11.2019, 09:05
RE: Using API canvas HTML - by batistacaceres - 03.11.2019, 12:25
RE: Using API canvas HTML - by DGrandes - 05.11.2019, 15:51
RE: Using API canvas HTML - by Joep - 05.11.2019, 12:48
RE: Using API canvas HTML - by Joep - 05.11.2019, 16:06

Forum Jump: