Atozed Forums
MailGun demo - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: MailGun demo (/thread-79.html)



MailGun demo - asp - 04-04-2018

Hi!
I have several questions about MailGun demo. How do you bind intraweb buttons (IWButton_Post and IWButton_Get) with their html counterparts? Why not just use {%IWButton_Post%} in the template?


RE: MailGun demo - Jose Nilton Pace - 04-04-2018

Hi, in the example we use id="IWBUTTON_POST" and, Yes, you can use {%IWButton_Post%}, but you have to put in  IWButton_Post.css :='allcssforbutton'; inside Delphi.
When you use ID (in example) you only change in HTML (color, size, etc). Nothing change in Delphi side.