dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
31 lines (16 loc) • 1.75 kB
JavaScript
dojo.provide("dojox.charting.tests.BidiSupport.module");
try{
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_ChartAxisTitle", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_ChartAxisTitle.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_DataSeries", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_DataSeries.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_DeclerativeChart", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_DeclerativeChart.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_Event2d", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_Event2d.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_Label_shortening", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_Label_shortening.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_Pie_smart_label", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_Pie_smart_label.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_Pies", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_Pies.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_RotatedLabels", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_RotatedLabels.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_SelectableLegend", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_SelectableLegend.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_SetTextDir", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_SetTextDir.html"));
doh.registerUrl("dojox.charting.tests.BidiSupport.bidi_Spider2d", dojo.moduleUrl("dojox", "charting/tests/BidiSupport/bidi_Spider2d.html"));
}catch(e){
doh.debug(e);
}