I am trying to dynamically create an InLineEditBox within an
dojo.require("dijit.InlineEditBox");
When a button is clicked, the addBullet() function is called:
Add Bullet
The function itself is contained in a separate .js file. I haven't had problems with the other Dojo functions that I created within the file.
