Hello, I need some help in understanding how the speechBubble.ShowMessage() works. The reason I am asking is that I created a new button "export", and in my "export_click" event, it has this:
I added "export" to BasePage.cs "SpeechBubbleIcon" enum. When I click on the "export" button from my aspx page, the frontend is using the "alert-info" CSS to display the notification. I like to use the "alert-success" CSS (the one "save" button uses) to display notification. I am not able to figure out how this all hook together. If someone can give me some hints, that would be great.
speechBubble.ShowMessage question
Hello, I need some help in understanding how the speechBubble.ShowMessage() works. The reason I am asking is that I created a new button "export", and in my "export_click" event, it has this:
ClientTools.ShowSpeechBubble(speechBubbleIcon.export, ui.Text("speechBubbles", "PDFExported"), "");
I added "export" to BasePage.cs "SpeechBubbleIcon" enum. When I click on the "export" button from my aspx page, the frontend is using the "alert-info" CSS to display the notification. I like to use the "alert-success" CSS (the one "save" button uses) to display notification. I am not able to figure out how this all hook together. If someone can give me some hints, that would be great.
Thank you.
is working on a reply...