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

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

Polymer: How To Watch For Change In Properties

I'm just starting to learn Polymer. Here is a generic version of my polymer element: Read more Polymer: How To Watch For Change In Properties

Applying Styles To Elements Inserted With Innerhtml In Polymer

I have some element that contains content of element in it and I want to format it and the only way… Read more Applying Styles To Elements Inserted With Innerhtml In Polymer

Passing Custom Css To Polymer Element

I would like to be able to pass CSS width to my custom element's shadow DOM. The custom element… Read more Passing Custom Css To Polymer Element

Polymer Paper-input And Form Submission

I'm working on a forum theme and started using web components but the form elements don't w… Read more Polymer Paper-input And Form Submission

Plain Javascript Code That Does What Queryselector() And Queryselectorall() Does, Include Shadowroots

I am trying to write a method that takes in two params: one of the parentNode of the current elemen… Read more Plain Javascript Code That Does What Queryselector() And Queryselectorall() Does, Include Shadowroots