Skip to content

Commit

Permalink
Update Javascript Events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haarthi authored Jan 2, 2018
1 parent 7e7b481 commit 4d7cb61
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Use Cases/Javascript Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ window.addEventListener("message", function(event) {
});
```

![iam](JS Events.gif)
<img src="https://github.com/llooker/powered_by_modules/blob/master/JS Events.gif" width="80%">





### Dynamically generate iFrame Height
Expand All @@ -50,8 +53,7 @@ window.addEventListener('message', function (event) {
}
});
```
![iam](JS_iframe_height.png)

<img src="https://github.com/llooker/powered_by_modules/blob/master/JS_iframe_height.png" width="60%">

### Return Query metadata

Expand Down Expand Up @@ -82,7 +84,8 @@ window.addEventListener('message', function (event) {
}
});
```
![iam](JS_Query.png)
<img src="https://github.com/llooker/powered_by_modules/blob/master/JS_Query.png" width="60%">


### Trigger dashboards to be visible on tile loads

Expand Down Expand Up @@ -161,5 +164,6 @@ $('.filter_element').click(function() {
});
```
![iam](JS_Post_filters.png)
<img src="https://github.com/llooker/powered_by_modules/blob/master/JS_Post_filters.png" width="60%">


0 comments on commit 4d7cb61

Please sign in to comment.