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

Polymer: Can't Get This.__data__ Passing In From Host

I have a very simple project: app/ parent.html child.html index.html I try to pass data fr… Read more Polymer: Can't Get This.__data__ Passing In From Host

Polymer 1.x: Pre-loading Element Attributes

I am trying to load my element with a predefined value for the selected attribute of ['Colorado… Read more Polymer 1.x: Pre-loading Element Attributes

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

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

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

How Can I Dynamically Add Items Into Paper-dropdown-menu?

I tried adding it with like dropdownMenu.appendChild(menuItem) but as I expected this doesn't w… Read more How Can I Dynamically Add Items Into Paper-dropdown-menu?

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

Polymer: Can't Get This.__data__ Passing In From Host

I have a very simple project: app/ parent.html child.html index.html I try to pass data fr… Read more Polymer: Can't Get This.__data__ Passing In From Host