Monday, April 4, 2016

what is xml 'is' attribute

While using the vaadin polymer showcase to seed my prototype, I've come across an unfamiliar uibinder construct: is='xxx'
Is there documentation anywhere on this attribute?  Searching for "is" attribute is impossible.

Some excerpts showing the attribute from
http://vaadin.github.io/gwt-polymer-elements/demo/#iron/IronInputSample

<style is="custom-style">
input[is=iron-input] {}
</style>
<template ui:field="bindTemplate" is="dom-bind">
<input is="iron-input" />

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment