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

How To Call A Function In Polymer After The Elements Have Been Created (like Ready Function In Jquery)

I'm trying to write a function, which is related to the DOM, but the problem is , polymer calls… Read more How To Call A Function In Polymer After The Elements Have Been Created (like Ready Function In Jquery)

Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

When testing our polymer 2.01 / webcomponents 1.01 Application on Internet Explorer 11 we found out… Read more Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

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

(almost) Always Have Polymer Definition Inside A Closure?

For complicated elements, is is a good practice to (almost) always have Polymer definition inside a… Read more (almost) Always Have Polymer Definition Inside A Closure?

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 Starter Kit With Node, Express, And Puppeteer

Okay, I'm a newbie to all this so any help greatly appreciated. I've managed to use Node an… Read more Polymer Starter Kit With Node, Express, And Puppeteer

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?

Jaydata : How To Migrate Code From V1.3 To V1.5

I have some code which worked in JayData 1.3. I need to upgrade JayData to 1.5 due to the com… Read more Jaydata : How To Migrate Code From V1.3 To V1.5

Polymer 2.0 Call Child Event From Parent

I keep running into bad examples or outdated 1.0 docs regarding calling child event from the parent… Read more Polymer 2.0 Call Child Event From Parent

Polymer's Paper-dropdown-menu Shows Uncollapsed

I'm trying to build a small web app using Polymer, based on the Polymer Starter Kit 1.3, and I&… Read more Polymer's Paper-dropdown-menu Shows Uncollapsed

Svg Tags Within Polymer Dom-repeat

I'm iterating over an object using dom-repeat, and want to reference different icons from an SV… Read more Svg Tags Within Polymer Dom-repeat

How Do You Observe The Width Of An Element In Polymer?

I was wondering how it is possible to observe changes to an element's css property such as the … Read more How Do You Observe The Width Of An Element In Polymer?

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

Linking 2 Custom Elements Through Parent

I have 2 custom child elements that I am trying to pass data between through a parent element. My c… Read more Linking 2 Custom Elements Through Parent

What Is The Best Way To Dynamically Change The Style Of An Application Built With Polymer?

My idea is to have different files (either .css or .html) containing all the rules for a specific t… Read more What Is The Best Way To Dynamically Change The Style Of An Application Built With Polymer?

Accessing A Div Inside Of A Polymer Element Template

I'm trying to use core-animation on a div, to animate its position. To do that, i have to selec… Read more Accessing A Div Inside Of A Polymer Element Template

Core-scroll-header-panel + JQuery Scroll

Using Google Polymer, I am attempting to animate the scrolling of the content of my core-scroll-hea… Read more Core-scroll-header-panel + JQuery Scroll

Polymer Paper Ripple

I am trying to change the color of an element when a button is pressed. I want a paper ripple effec… Read more Polymer Paper Ripple

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

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