.. _pages/widget/html#html_embed: HTML Embed ********** The Html widget embeds plain HTML code into the application. .. _pages/widget/html#preview_image: Preview Image ------------- |widget/htmlembed.png| .. |widget/htmlembed.png| image:: /pages/widget/htmlembed.png .. _pages/widget/html#features: Features -------- * displays any valid HTML code * CSS class support * control whether the content is focusable * control whether the content is selectable * overflow support * data event ``changeHtml`` is dispatched whenever content changes .. _pages/widget/html#description: Description ----------- The HTML embed can display any valid HTML code and implements some useful features like focus- and selection-control on top of it. If you want to display a large amount of HTML code you can additionally use the overflow control to prevent the widget from eating up too much space within your application. This makes the seamless integration as easy as possible. If you want to manipulate the styling of the displayed HTML code you can easily set a CSS class name to have the full control of the HTML. .. _pages/widget/html#demos: Demos ----- Here are some links that demonstrate the usage of the widget: * `HTML embed demo `_ .. _pages/widget/html#api: API --- | Here is a link to the API of the Widget: | `HTML Embed API `_