Filip
Results
2
comments of
Filip
What if I define module like this: define(['browser/extensions/ewniosek/DataSurfaces', 'browser/utils/Resources', 'dijit/Tooltip', 'dojo/query', 'dojo/html', 'dojo/on', 'dojo/dom-construct', 'dojo/text!./templates/databar.html' ], function (DataSurfaces, Resources, Tooltip, query, html, on, domConstruct, content) { Can I use the...
should I more 'dojo/text!./templates/databar.html' Inside and use require(['dojo/text!./templates/databar.html',function()])