Atozed Forums

Full Version: MailGun demo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.