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

Polymer: Access Polymer Element Objects

I have a polymer element called his-service: Solution 1: Define it outside of the function and th… Read more Polymer: Access Polymer Element Objects

Href To Another Element Does Not Work In Polymer

I created a project using the Polymer Starter Kit, with its app-router. My my-app.html has the sele… Read more Href To Another Element Does Not Work In Polymer

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

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?

@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

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

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

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

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 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

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?

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

Svg Tag Doesn't Work Within Polymer Component In Firefox

Here is an example: http://miriti.ru/svgtest/ If you'll look at this example in any browser you… Read more Svg Tag Doesn't Work Within Polymer Component In Firefox

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

Shadow-root Sibling Elements Disappear On Attachshadow() Call

When I call host.attachShadow({mode: 'open'}) on a div containing a few elements inside, th… Read more Shadow-root Sibling Elements Disappear On Attachshadow() Call

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

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

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

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

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