var tp1 = new dijit.TitlePane({ //options }, 'myTitlePane'); //always call startup tp1.startup();
on.once(dom.byId('accept-btn'), 'click', function () { var fadeOut = baseFx.fadeOut({ node: 'loading', duration: 1000 }); on(fadeOut, 'End', function () { domConst.destroy('loading'); }); fadeOut.play(); });
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.