Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created August 20, 2009 21:07
Show Gist options
  • Select an option

  • Save tammersaleh/171380 to your computer and use it in GitHub Desktop.

Select an option

Save tammersaleh/171380 to your computer and use it in GitHub Desktop.
tab_opened: function(event) {
PlatosForms.log("1");
var tab = event.target;
PlatosForms.log("2");
var sb = new PFSideBar();
PlatosForms.log("3");
tab.addAttribute("platos-forms-sidebar", sidebar);
PlatosForms.log("4");
PlatosForms.log("Tab " + tab._tPos + " added.");
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment