Create Element Block

This block creates an element and inserts it into the webpage.

  • Element selector The element selector of the specific element.

  • Insert element Represent the position of the specific element.

    • As first child Insert it as the first child of the specific element.

    • As last child Insert it as the last child of the specific element.

    • As previous sibling Insert it as the previous sibling of the specific element.

    • As next sibling Insert it as the next sibling of the specific element.

    • Replace target element Substitue the specific element for the element that was created.

  • HTML The HTML code of the element you would like to create.

  • CSS The CSS code that will be injected into the webpage

  • JavaScript The JS that will be injected into the webpage

    • golessRefData(keyword, path?)** **function Use this function for referencing data. For further information, open the Javascript Block page.

    • golessExecWorkflow(detail)** **function Workflow execution functionality. The detail parameter is where you input the detail of the workflow like the ID or publicId of the workflow you want to run.

  • Preload script Load scripts or styles before injecting the element.

Please note:

This block cannot function without an active tab. For this reason, use the Active Tab block or the New Tab block before using this one.

Last updated