Integrating the latest swf file and added changes to person_level.js accordingly.

This commit is contained in:
bkoniden 2010-11-29 17:23:40 +00:00
parent ecb93fe0f4
commit 22ae33bab6
7 changed files with 5 additions and 4 deletions

View file

@ -257,8 +257,8 @@ function createTable(tableID, tableContainer, tableData) {
}
//renderStatsOnNodeClicked, CoRelations, noOfCoRelations
function nodeClickedJS(json){
//function nodeClickedJS(json){
function renderStatsOnNodeClicked(json){
var obj = jQuery.parseJSON(json);
$("#dataPanel").attr("style","visibility:visible");
@ -370,7 +370,8 @@ function renderCoAuthorshipVisualization() {
AC_FL_RunContent(
"src", swfLink,
// "flashVars", 'coAuthorUrl='+ encodeURL(egoCoAuthorshipDataFeederURL) + '&coPIUrl=' + encodeURL(egoCoPIDataFeederURL) ,
"flashVars", 'coAuthorUrl='+ getEncodedCoAuthorURL() + '&coPIUrl=' + getEncodedCoPIURL() ,
// "flashVars", 'coAuthorUrl='+ getEncodedCoAuthorURL() + '&coPIUrl=' + getEncodedCoPIURL() ,
"flashVars", 'graphmlUrl=' + getEncodedCoAuthorURL() + '&labelField=label&visType=CoAuthor',
"width", "800",
"height", "850",
"align", "top",