Hello folks,
I created the classes 'mycontrol' and 'mycontrolbuild'. Also, i added the css and html resources. Now, before i begin to create the javascript file. I would like to test how the html code in the html file works with defualt values.
This is my html code in the html file:
<link href=//resources/styles/mycss.css/ rel=/stylesheet/ type=/text/css/ />
<div id=/mycontrol/ data-dyn-bind=/text:'test'/>
<img id=/testimage/ src=https://mywebsite.com/test-image.jpg/
</div>
I added the control on a form. When i open the form, appears the /test/ text but nothing else. Why isn't the image displayed?
In the end i would like to add some <div>, since my project requierement is to show a custom html with css. How i do bind html code?
Thanks in advance,
Eisenberk.