Is there a way display jimu dijit tools (like DrwaBox, symbolPicker) in declarative way as shown below without using dojo's parser.parse() function ? my dojoConfig.parseOnLoad is set to true.
<div data-dojo-attach-point="drawBox" data-dojo-type="jimu/dijit/DrawBox" data-dojo-id="drawBox" ></div>