Skip to main content

Html

The HTML component is a powerful tool that allows developers to integrate custom HTML snippets directly into their applications. This component is particularly useful for applications that require specific functionalities or customizations that are not available through standard components. By using the HTML component, businesses can enhance their applications with tailored features, providing a seamless and integrated user experience. The component ensures that the HTML is securely validated and escaped, minimizing security risks and protecting the application from potential vulnerabilities. This flexibility makes it an ideal choice for incorporating advanced coding solutions and meeting specific business needs.

Properties

To effectively utilize the HTML component, the following data and attributes are necessary:

  • HTML Attribute:
    • HTML: The HTML code snippet to be executed within the application. This code is interpreted as HTML and integrated seamlessly, allowing for the inclusion of custom elements and structures.
  • JavaScript and CSS Integration:
    • +Add JavaScript File: An option to include external JavaScript files that will be executed alongside the HTML. This allows for the addition of dynamic functionalities and interactions.
    • +Add CSS File: An option to include external CSS files for styling the HTML content. This ensures that the visual presentation is consistent and aligned with the application's design.
  • Embedded JavaScript:
    • Embedded Pre-JavaScript: A feature that allows developers to provide JavaScript code to be executed before the HTML is loaded. This is useful for setting up initial configurations or variables.
    • Embedded Post-JavaScript: A feature that allows developers to provide JavaScript code to be executed after the HTML has loaded. This is ideal for manipulating the DOM or initializing components once the content is available.
  • Event Handling:
    • On Event Actions: The component supports actions triggered by events from the HTML content. These events can be configured and managed through the properties tab, allowing for responsive and interactive applications.

By structuring the HTML component with these attributes, businesses can create a highly customizable and feature-rich interface that meets specific requirements. The ability to integrate HTML, JavaScript, and CSS ensures that the component remains a versatile and powerful tool for enhancing application functionality and user experience.

Placeholders

Placeholders can be added to HTML, Javascript & CSS just like you would use them inside "Templates"

Style

No specific HTML-style to be configured.

To format your HTML-code do add the CSS or other style items in your HTML-code.