Directory

Elements Add-on - Vaadin Add-on Directory

Web Component and HTML element API for Vaadin Framework Elements Add-on - Vaadin Add-on Directory
Elements is an experimental web component and HTML element API for Vaadin Framework 8 and 7. With Elements you can have low-level HTML access to DOM properties and events from the server-side application. This project is hosted at Vaadin Labs. Learn more at https://vaadin.com/labs
Online Demo
Issue Tracker
Source Code
Discussion Forum
Webcomponents.org
polymer-project.org
Author Homepage

Elements Add-on version 0.1.0
Initial release for your feedback.

Elements Add-on version 0.1.1
0.1.1 Fixes invalid widgetset Manifest entry.

Elements Add-on version 0.1.2
Process children in the right order when wrapping Fix typo in demo class

Elements Add-on version 0.1.3
Fix compatibility with Vaadin Framework 7.7 Fix element deletion in IE

Elements Add-on version 0.1.4
null

Elements Add-on version 0.1.5
Fix for using eval with multiple arguments Fix for using dash-separated attributes

Elements Add-on version 0.2.0
Update to Framework 8.0 Remove built-in HTML Import functionality in favor of `@HtmlImport` provided by Framework 8

Elements Add-on version 0.2.1
* Fix fetching DOM for empty elements * Fix compatibility with newer JSoup versions * Remove explicit JSoup dependency in favour of transitive dependency

Elements Add-on version 0.2.2
Support passing back arrays and objects