Questions tagged [polymer-elements]

The iron- paper- gold- neon- platinum- molecules-elements and Google Web Components

For questions about

  • iron-
  • paper-
  • gold-
  • neon-
  • platinum-
  • molecules-elements and
  • Google Web Components

listed in https://elements.polymer-project.org
(and wrapped for Dart in https://pub.dartlang.org/packages/polymer_elements)

41 questions
0
votes
1 answer

RestApi call through iron-ajax of polymer

I am developing a polymer app and I want to make a call to the RestApi. this is the how the request body is { "languageId": Presently English is the only supported language. Always 1, "productCode":"Medicus", "timeZoneName":"Time zone…
aries12
  • 370
  • 2
  • 18
0
votes
1 answer

How to change a property of a polymer element with jquery? (to fix app-drawer glitch on load)

I have an app-drawer in my code: ... And the drawer always glitching (opens and closes) for like 0.2 second while site is loading its…
Un1
  • 3,874
  • 12
  • 37
  • 79
0
votes
0 answers

Polymer: missing dependencies

I just created a polymer element. What I don't understand is that when I use it in an application, it's dependencies (other polymer elements) are missing. The head of my file:
Derlin
  • 9,572
  • 2
  • 32
  • 53
0
votes
1 answer

How to reveal immediately when slide back up without scrolling to top

Referring to the following code:-
Andrew See
  • 1,062
  • 10
  • 21
0
votes
1 answer

How send elements on the "right" when there is an overflow?

I want to create the behaviour explained in the following scheme : Each time an element is outside the screen i want it to be placed in a new column, on the right. For the moment, all the elements are in the same column. Here is how my elements are…
Jean
  • 1,707
  • 3
  • 24
  • 43
0
votes
1 answer

how to capture swipe direction of IronSwipeableContainer event

How do I capture the direction of the swipe event in a IronSwipeableContainer ? @UiField IronSwipeableContainer swipeable; ... swipeable.addIronSwipeHandler(new IronSwipeEventHandler() { @Override public void…
Stevko
  • 4,345
  • 6
  • 39
  • 66
0
votes
0 answers

Polymer vertical layout core-collapse

I have a problem using core-collapse elements with layout attributes vertical layout All collapse are opened and I can't close them. I set also opened="false" but the elements are still opened and not closable.
Erdem Güngör
  • 867
  • 5
  • 14
  • 27
0
votes
1 answer

polymer_elements: 1.0.0-rc.6 convert horizontal layout to vertical layout

I upgraded to polymer_elements: 1.0.0-rc.6 and all my class='horizontal layout' now are displayed as vertical. .html
[[prefixx]]
st_clair_clarke
  • 5,453
  • 13
  • 49
  • 75
0
votes
1 answer

How get the value of this Polymer element?

I have a simple Polymer element, that I use in a dom-repeat template.