Hi Community,
I'm working with Creatio Freedom UI and I need to embed a custom HTML layout along with some JavaScript logic (e.g., loading an external widget) into a page.
I’m looking for a proper way to add both:
I've tried using custom components and inserting HTML using JavaScript (e.g., innerHTML
), but I'm unsure if this is the recommended approach or if there's a native method provided by Creatio.
Could someone please guide me on:
- The best practice for injecting HTML/JS into Freedom UI pages
- Whether I can safely reference external JS/CSS (like from a CDN)
- Any Creatio-supported way to dynamically render and control such elements
Thanks in advance!
Any documentation links or working examples would be really helpful.
Regards,
Ajay Kuthe