I have an alert which contains a large volume of text. I also have a button which opens a webpage with additional information. However, when I use the “standard” alert configuration code (below), the button always shows up at the very bottom of the alert box. Is there any way to re-position the button to be above the RichText box?
Yes, the buttons just raise an event, if you create an alert without any buttons, then load a form (as @stefano.menci said) within the alert that contains buttons that raise those same events, you can place the buttons wherever you wish in that custom form.