Hi all.
Let me describe the problem.
First of all - let's go through dojo widgets' (dijit) rendering process. It consists of 2 basic steps:
1st: parser searches whole page (if parseOnLoad = true) or custom element (if parseOnLoad = false and we're invoking dojo.parser.parse manually) for 'dojo-compatible' elements (I mean dojoType='...' and so on).
2nd: It replaces old elements with the new ones ()
2nd_a: we are happy - we can use awesome dojo widgets
BUT:
