I have a quoting system that can generate several variants of a quote. these quotes are displayed on a screen for sales staff to compare and choose which is the most suitable. Is it possible to programmatically create a button and click event for each quote that is generated?
Each quote needs a save button and a remove button. both would fire functions and pass in the quite ID.
Can anyone point me in the correct direction for this? the amount of quotes and buttons that could be on the page is limitless.
Many thanks for your help.