Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polymer

Showing A Gray Backdrop With A Mixin

I have a small window that I'm inserting into my page (and removing when the page is closed). I… Read more Showing A Gray Backdrop With A Mixin

Getting The List Of Polymer Published Properties

Is there a way of getting the list of all published properties defined in a polymer component? (e.g… Read more Getting The List Of Polymer Published Properties

Polymer: Access Polymer Element Objects

I have a polymer element called his-service: Solution 1: Define it outside of the function and th… Read more Polymer: Access Polymer Element Objects

Polymer Use Function Validation On Core-input

Can someone explain me how to use the function validation of this Polymer element (navigate to the … Read more Polymer Use Function Validation On Core-input

Rects Won't Show Up On D3 Histogram

I'm using Polymer to render some d3 charts. When the Polymer is initially rendered I only draw … Read more Rects Won't Show Up On D3 Histogram

Polymer Data-binding: How To Access Data In Nested Template?

I want to implement a page containing a paper-tabs, with each tab showing a list of items according… Read more Polymer Data-binding: How To Access Data In Nested Template?

Sharing Changes To Data Between Polymer Elements

I have a page where I want to include three separate views (one showing all the data and ones with … Read more Sharing Changes To Data Between Polymer Elements

Polymer 1.0 Dynamic Template With Dom-repeat

I have a scenario where I would like to create dynamic template elements that will be used with Pol… Read more Polymer 1.0 Dynamic Template With Dom-repeat