Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Component

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

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

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?

Litelement - How To Compute Style Based On Property Or Attribute Values

I'm following the LitElement guide here but can't seem to get my custom element's style… Read more Litelement - How To Compute Style Based On Property Or Attribute Values

Prototype Not Defined When Accessing Children On Creation Of Custom-tag

__What I am trying todo____ Right now I am working with custom HTML5 tags. I am trying to create a… Read more Prototype Not Defined When Accessing Children On Creation Of Custom-tag

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

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

Test Lit-element Webcomponent With Karma

I am trying to create a blank project, like a template, using lit-html. I wanted to also add some t… Read more Test Lit-element Webcomponent With Karma

How To Extend Native Dom Elements Using "is"?

I am trying to using the custom elements spec to extend native DOM elements using the 'is' … Read more How To Extend Native Dom Elements Using "is"?

Vaadin Router: Route Parameters Into The Address Bar Not Working

I am building an application with Web Components and use Vaadin Router for the routing. I have the … Read more Vaadin Router: Route Parameters Into The Address Bar Not Working

How To Load Facebook Javascript Sdk In Polymer Project?

I know there is a web component out there called facebook-login and I don't want to install for… Read more How To Load Facebook Javascript Sdk In Polymer Project?

Can A Custom Element's `connectedcallback` Be Called More Than Once Before `disconnectedcallback` Is Called?

The spec says: However, note that connectedCallback can be called more than once, so any initializ… Read more Can A Custom Element's `connectedcallback` Be Called More Than Once Before `disconnectedcallback` Is Called?

Using The Wiris Editor Within A Web Component

I have created a Web Component which hosts Wiris. However when the component is rendered the Wiris … Read more Using The Wiris Editor Within A Web Component

How To Handle Input With Polymer, Without Blue Border Tab Focus?

Edit 2: Keypress events working, on this jsbin: http://jsbin.com/foyile/1/. The problem is, I need … Read more How To Handle Input With Polymer, Without Blue Border Tab Focus?

Attached Shadowroot Using Polyfill Is Not Query-able

In the following sample, I am trying to create a menu component to experiment component hierarchy. … Read more Attached Shadowroot Using Polyfill Is Not Query-able

LitElement Dot With HTML Elements Attribute/property

I am learning web components using Polymer. I am a beginner in web development. How can I understan… Read more LitElement Dot With HTML Elements Attribute/property

Scala JS Extending An HTMLElement To Make A CustomElement

Fiddling with ScalaJS, I am trying to achieve the following, ie. create a custom web component skel… Read more Scala JS Extending An HTMLElement To Make A CustomElement