I’ve been including dojo components in my Domino form using the following $$HTMLHead field:
"<script type="text/javascript" src="/domjs/dojo-1.1.1/dojo/dojo.js" djConfig="parseOnLoad: true"> "
“<style type="text/css">” +
" @import "/domjs/dojo-1.1.1/dijit/themes/tundra/tundra.css";" +
" @import "/domjs/dojo-1.1.1/dojo/resources/dojo.css"" +
“”
However, when I change a Rich Text field to use the new “Using JavaScript control” setting, the dojo rich text area appears, but none of my other dojo controls (FilteringSelect, ComboBox, TextArea, etc.) will load.