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

Styling Polymer Paper-slider

So I'm essentially wrapping the standard paper-slider element with a custom element, and wantin… Read more Styling Polymer Paper-slider

Different Current Target Using On-tap On Paper-button With Iron-icons

Why current target on-tap is different using paper-button with iron-icons and paper-button without … Read more Different Current Target Using On-tap On Paper-button With Iron-icons

Leaflet + Polymer 2 Map Loading With Distorted Tile However Works With Non-polymer Code

UPDATE: I have now replicated this issue in Plunker. I did check the duplicate question suggested. … Read more Leaflet + Polymer 2 Map Loading With Distorted Tile However Works With Non-polymer Code

How To Parse Jsdoc

I have an HTML file. There are some JSDoc inside like this: /** * If true, this slider is disabled… Read more How To Parse Jsdoc

Paper-ripple Mousedown Event Handler Downaction Override

Polymer 1.1 In paper ripple source code they have the mouseDown event handler: /** @param {Event=… Read more Paper-ripple Mousedown Event Handler Downaction Override

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

Polymer 1.x: Obtaining Customstyles Property Value

Here is my jsBin. The parent-element sets the value of the --custom-color property in the child-ele… Read more Polymer 1.x: Obtaining Customstyles Property Value

Applying Behaviors With Js Mixins In Polymer 2

I want a custom element I'm defining to have the Polymer.IronScrollTargetBehavior in Polymer 2.… Read more Applying Behaviors With Js Mixins In Polymer 2

How To Load Square Payment Form In Shadow Dom

I am trying to create a Web Component for the Square Payment form, but am having trouble getting it… Read more How To Load Square Payment Form In Shadow Dom

Polymer Dom-repeat Error Parsing The Array Inside The Object

Trying to fiddle with Polymer framework for my small project. Polymer dom-repeat error parsing the … Read more Polymer Dom-repeat Error Parsing The Array Inside The Object

Polymer 1.0 - Issue With Displaying Values Inside Template Is="dom-repeat"

While migrating to Polymer 1.0 from 0.5 I have come across an interesting thing. Thought it might h… Read more Polymer 1.0 - Issue With Displaying Values Inside Template Is="dom-repeat"

Webcomponents-lite With Es6 Doesn't Work In Ie 11 And 10

We are using WebComponents with ES6 syntax. WebComponents polyfill webcomponents-lite.js (which doe… Read more Webcomponents-lite With Es6 Doesn't Work In Ie 11 And 10

How To Make Onchange Event In Polymer

I'm getting this message TypeError: document.addEventListener(...) is not a function (document.… Read more How To Make Onchange Event In Polymer

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

How To Submit A Form With Polymer?

I've have this polymer contact-element: & Solution 1: Try the ajax-form element: http://aj… Read more How To Submit A Form With 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

How I Use Web-components In Meteorjs?

I am coding in MeteorJS & using Google's Polymer as frontend framework, Polymer web-compone… Read more How I Use Web-components In Meteorjs?

Styling Native Input In Polymer 2.x?

I am trying to implement this answer. Is there any way to bind an on-click or on-tap event of a to… Read more Styling Native Input In Polymer 2.x?

Retrieve Data From Firebase To Polymer Element

I'm having trouble getting data from firebase to an polymer element. Here is my code: Read more Retrieve Data From Firebase To Polymer Element

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?