Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Don Nehc 69 posts 222 karma points
    Jul 24, 2016 @ 04:03
    Don Nehc
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft