HTML5 Data Bindings Support Product Page

Under investigation

Calling Javascript after loading not working anymore

Reported 24 Jan 2014 14:01:09
1
has this problem
24 Jan 2014 14:01:09 Andre Bender posted:
Has this function been taken out? It's not working anymore.

This worked in version 1.4.1:
Show tooltip onMouseover and open fancybox onclick

"update": "MM_callJS(\'$(\\\'.swfTooltip\\\').tooltip(\\\'hide\\\');\');MM_callJS(\'$(\\\".image-show\\\".fancybox();$(\\\'.open-album\\\').click(function(e) { var el, id = $(this).data(\\\'open-id\\\'); if(id){ el = $(\\\'.image-show[rel=\\\' + id + \\\']:eq(0)\\\'); e.preventDefault(); el.click(); }}); \');

Replies

Replied 24 Jan 2014 14:38:20
24 Jan 2014 14:38:20 Teodor Kuduschiev replied:
Hello,
None of the behaviors including "When the data is successfully loaded or updated" are taken out in the latest version of the extension.
There is a simple way to test this:

- Create a javascript function:
<script>
function popup()
{
alert("Hello\nThe datasource was just loaded");
}
</script>


- Use the "When data is successfully loaded... " event and Call Javascript behavior. In the Javascript: field enter popup()
Replied 24 Jan 2014 14:49:38
24 Jan 2014 14:49:38 Andre Bender replied:
I'll check this...

What about a replacement for the repeatRender.dmxDataBindings function? I still can't call my tooltips...

Reply to this topic