Clara icon indicating copy to clipboard operation
Clara copied to clipboard

Allow embedding of HTML content

Open tehapo opened this issue 12 years ago • 1 comments

Allow embedding of HTML content in the XML layout.

One possible way to achieve this could be to parse the HTML content blocks into a separate templates creating a <div location="xyz"> for each Vaadin component inside the HTML. The created template could then be fed to a CustomLayout and all contained Vaadin components would be added to the CustomLayoutusing addComponent(component, "xyz") method.

Just an idea at this point that could be tested out.

tehapo avatar Feb 22 '13 14:02 tehapo

Oops.

tehapo avatar Mar 13 '13 20:03 tehapo