問題タブ [paper-elements]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
dart - ダーツで紙トーストポリマー要素を表示する
ダーツからペーパートーストポリマー要素を表示する方法を知っている人はいますか? 私が使用できる唯一の例
<paper-button raised onclick="document.querySelector('#toast1').show()">Discard Draft</paper-button>
ダーツコードで使用しようとし$['myToast'].show()
ましたが、うまくいかないようです。また、querySelector を使用して show() を呼び出してみましたが、show はメソッドではないという警告が表示されます。ダーツからこれを行う方法がない場合、ダーツからトーストを表示する JavaScript を呼び出す方法はありますか?
ajax - ポリマー要素へのコア ajax は応答機能を実行しません
応答ハンドラー関数を実行しないでください。理由がわかりません
紙の要素の外側で、document.getelemetbyid() を使用して応答を行いますが、それを紙の要素に入れると何もしません。
これが私のコードです:
core-ajax がリクエストを処理しないようです。
polymer - Polymer: ドロップダウン項目を繰り返す方法
Polymer paper-dropdown-menu を使用しています。
1 から 5 までの数字のドロップダウンを表示する必要があります。大まかな方法は次のとおりです。
<paper-item>
次のようなものを使用してコードの繰り返しを避ける方法はあります<template>
か:
dart - Dart Polymer アプリで紙のタブが正しく表示されない
Dart と Polymer は初めてです。タブを作成しようとしていますが、正しく表示されません。これが私のコードです:
それらが正しく表示されたら、タブ選択時にタブの下のコンテンツを動的に変更したいと考えています。ただし、それは後で説明します。まず、タブを正しく表示する必要があります。どんな助けでも大歓迎です。
これがどのように見えるかのスクリーンショットです。
https://www.dropbox.com/s/px2as8lor4a67ro/Screenshot%202015-04-23%2022.59.47.png?dl=0
dart - 紙要素のドロップダウンで選択したアイテムを取得する
https://github.com/dart-lang/polymer-core-and-paper-examples/blob/master/web/paper_dropdown.htmlおよびhttps://github.com/dartの例に続く次のコードがあります-lang/polymer-core-and-paper-examples/blob/master/web/paper_dropdown.dart
編集済み
.html
ダーツ
Dart コードを使用して、ドロップダウンで選択された要素 (通常は表示される) を取得するにはどうすればよいですか?
dart - 選択したタブ紙のセット
paper-tab
その属性に基づいてを選択しようとしていdata-id
ます。私は要素を持っていますが、selected
のプロパティに変更できませんinner_tabview
。
私はポリマーを持っています:
And some Dart code behind it:
Changing the selected using an integer (index) works, but I don't know what the index should be.
Only thing I can currently think of is finding all paper-tab
elements and get the index of the correct element in that List
. But that sounds a bit silly to do so.
Any other way?
html - Polymer - paper-input floating label color
How can i change color of focused floating label in polymer?
Thanks for answers.