I am adding text to the FooterFormatted property of the UltraMessageBoxInfo.
"Place message footer text here <a href = 'http://www.estatemaster.net/'>What's this?</a>";
My question is instead of going to a URL, am i able to run a method in my code instead?
Hello Micheal Messerschmidt,
I will be happy to assist you with this issue.
It appears that there is no direct way to run a method within the added text of the footer. I will investigate an alternate method for you to enable this ability. I will update this case with my findings as soon as they arise.
Please let me know if you have further questions in this matter.
I thought maybe use a creation filter and add a UltraFormattedLinkLabel to the footer?
I ended up creating a ButtonUIElement on the footer and using that.
This is exactly what I am looking to impletement. I will update this thread with my findings as soon as I complete a sample.