How can I override the standard dialogs with my own dialogs?
My dialogs has a very specific design and add some custom attributes to the <a> tag, e.g. <a href="#" my_id="123">.
Can this be done?
Is there a Javascript API that I can use to update tags like <a> and <img>?