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

Get Multiple Values Of Selected Paper-radio-button

I have a dom-repeat element that creates a paper-radio-group with a couple of paper-radio-buttons. … Read more Get Multiple Values Of Selected Paper-radio-button

Html Imports Load Order In Internet Explorer

I have a web page that renders some Polymer 1.0 custom elements. In the head section of my index.ht… Read more Html Imports Load Order In Internet Explorer

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

How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

I have html page using polymer builtin elements along with my customElement(my-form) … Read more How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

Disqus Comments Don't Work In A Polymer Custom Element

I don't know how to make a disqus comments code to work inside of my custom elements. Structu… Read more Disqus Comments Don't Work In A Polymer Custom Element

What Is The Difference Between `htmlimports.whenready` And `window.addeventlistener('webcomponentsready', Function(e) {`

What is the difference between HTMLImports.whenReady and window.addEventListener('WebComponent… Read more What Is The Difference Between `htmlimports.whenready` And `window.addeventlistener('webcomponentsready', Function(e) {`

Polymer 1.x: How To Data Bind To A Variable Boolean Attribute?

Question How do I bind a variable to/as the disabled attribute of a element? Based on the result… Read more Polymer 1.x: How To Data Bind To A Variable Boolean Attribute?

Content Within Div Won't Fill Available Space Without Specifying Height

I have a page that is separated vertically into two panes. The left side layout is fine but I am h… Read more Content Within Div Won't Fill Available Space Without Specifying Height

Polymer 1.0 On Firefox Referenceerror: Polymer Is Not Defined

Hello I have a working Polymer 1.0 web page on Chrome and Opera. Now I need the page to run in Fire… Read more Polymer 1.0 On Firefox Referenceerror: Polymer Is Not Defined

Html Import Not Working In Chrome

According to this article, it is possible to use HTML Imports via Polymer on browsers other than th… Read more Html Import Not Working In Chrome

Cannot Remove Overlapping Box-shadow

More specifically, i'm using polymer paper-shadow. I'm trying to remove two sides of a pape… Read more Cannot Remove Overlapping Box-shadow

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

How To Display Html Inside Template?

I have polymer-element: example By default templates is not allowed to insert html. This sample i… Read more How To Display Html Inside Template?

How To Check If A Browser Supports Polymer?

How am I able to check (JS or HTML code) whether Polymer is supported by the current browser or not… Read more How To Check If A Browser Supports Polymer?

How Do I Use Flexbox Together With Polymer To Make Tables

I would like to use flexbox in Polymer to create tables out of divs. But the main problem is that … Read more How Do I Use Flexbox Together With Polymer To Make Tables

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

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

Using Paper Datatable In Angular2

I have been struggling for quiet a while about using paper-data-table (paper data table by David Mu… Read more Using Paper Datatable In Angular2

Add A "dynamic" Element With Data-binding To My Polymer-element

For days I try to feed Polymer with some 'dynamic' elements :) Unfortunately without succes… Read more Add A "dynamic" Element With Data-binding To My Polymer-element

@media Don't Work Properly With Polymer Custom Css

I have 2 inputs and I want to make font-size appear small on small screens and big on normal screen… Read more @media Don't Work Properly With Polymer Custom Css