how to insert a image or embedded link into a page?
like "<img src=""http:// etc etc etc
like "<img src=""http:// etc etc etc
What manual?from the manual
Indeed. It was kind of a sarcastic joke as this is certainly a working point for me One day, I'll find the time to write a real manual for ABMaterial.And the demo is also some kind of manual.
Dim img As ABMImage
img.Initialize(page, "img", "https://i2.wp.com/www.automatedhome.co.uk/wp-content/uploads/2013/02/domotiz-graph.png?w=1000", 1)
page.Cell(1,1).AddComponent(img)
Dim weather As ABMImage
Dim img As ABMImage
img.Initialize(page, "img", "http://www.hetweeractueel.nl/includes/custom/hetweer.php?id=21%22", 1)
page.Cell(1,1).AddComponent(img)