Skuid and SF Console Integration Toolkit

Here is an example from our Demo org. You call the integration toolkit by referencing the library as an external location type javascript resource.

Once you have referenced the toolkit this way - all its methods will be availble for use in your snippets. For example:

sforce.console.openPrimaryTab(null,

url, true, tabTitle,function(result){

if(!result.success){

 sforce.console.focusPrimaryTabByName(tabName);

}

},tabName);