I am using HTML controls on pages where the HTML source comes from a back end database via a service. Can this HTML (or javascript) access css, objects etc from the page? If so how is it done, so far I have been unsuccessful?
I am using HTML controls on pages where the HTML source comes from a back end database via a service. Can this HTML (or javascript) access css, objects etc from the page? If so how is it done, so far I have been unsuccessful?
Hello! It depends on how you insert data. If you insert in html component you have full access to CSS and JS, if in iframe - you won't have an access.