Guest User

Untitled

a guest
Apr 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // in "fuout.html"
  2. jQuery(function ($j) {
  3. var parent = System.Gadget.document
  4. parent.loadFuout(document, $j)
  5. })
  6.  
  7. // in main gadget html
  8. document.loadFuout = function (fuout, _j) {
  9. // other stuff based on current flyout context...
  10. // fuout is document object of flyout
  11. }
Add Comment
Please, Sign In to add comment