Roeland

Members
  • Content count

    1
  • Joined

  • Last visited

About Roeland

  • Rank
    Forum Newbie
  1. Hi, I've some trouble using the XT suite with dojo. I would to create a wrapper for fusioncharts using dojo. I'm able to successfully load the 'fusioncharts.js' by using dojo.require. dojo.require('fusioncharts.widget.lib.fusioncharts'); Unfortunately rendering of the chart fails because the fusioncharts.js is requesting the 'fusioncharts.charts.js' in the root directory of my website. I would like to keep the files within my dojo widget and don't want to put the files in the root directory of my website. Is it possible to set the basepath for the javascript files? Is there someone who can point me in the right direction? Thanks!