Discussions
Using NetSuite's modal dropdown system for custom content in reference checkout
I'd like to use NetSuite's modal dropdown with custom content. Some of the links in the checkout utilize the SC.macro they have set up called modal. You can see it in the templates as links that have data-toggle="show-in-modal"
I've been playing around seeing if I can get content to display there, but have yet to get it fully working for custom content.
Does anyone know exactly what to do to add the title, and content to the modal using data-toggle="show-in-modal"?
Alternately, how to activate, and add content by calling the SC.macro.modal('Modal Title') function itself, and have it display the same way the NetSuite modals do?