Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may also be interested in defining inits and connections for the component before appending it to the dom. Then, you should checkt the /wiki/spaces/RTE/pages/22156188 and the /wiki/spaces/RTE/pages/221564752.4 | The Cubbles Tag API and the 2.4 | The Cubbles Javascript API.

Note
titleUse document.createElement

Although you may want to append the component using the innerHTML property of a container, we recommend you to use the document.createElement()method, so that everything works properly.

...