polymer

    0熱度

    2回答

    我想製作<input type="file">的紙張/材料設計版本,任何人都可以爲我的代碼提供任何建議嗎? <paper-input type="text" id="fileName" placeholder="File" readonly></paper-input> <paper-button id="changePicture" class="changePicture">Upload P

    0熱度

    1回答

    我對於「更改個人資料圖片」類型框有以下代碼。 任何人都可以幫助我實現功能,當我點擊較小的圖像框時,大圖像將改變爲當前選定的圖像? 我想盡可能避免使用JQuery。 Please see my JSFiddle <div class="vertical layout"> <img src="http://via.placeholder.com/320x320" class="picture

    2熱度

    1回答

    顯示在HTML數據我有以下文件: 店categories.html <link rel="import" href="../bower_components/polymer/polymer-element.html"> <dom-module id="shop-category-data"> <script> (function() { let val = "

    1熱度

    1回答

    我正在製作聚合物基於前端項目。我對這類東西很新,而且我正在努力尋找我需要的組件的信息和工作示例。我知道有這些組件的演示展示,但他們不給我我需要的東西。 <iron-form id="formForm"> <form> <paper-autocomplete label="Country" required error-message="This field is requi

    0熱度

    1回答

    我試圖在dom-repeat中綁定紙張切換按鈕的選中值。 <template is="dom-repeat" items="[[settings]]"> <div item> <paper-toggle-button checked="{{item.value}}" on-click="_updateSettings">[[item.name]]</paper-toggl

    1熱度

    1回答

    有沒有辦法覆蓋聚合物2中的組件的內聯樣式?CSS mixin? 與聚合物1,我有如下類似的代碼在我的組件做到這一點,這是工作的罰款(見#1圖像): <style> paper-menu-button { display: block; --paper-menu-button-dropdown: { position: relative !impor

    1熱度

    2回答

    構建Polymer 2.0 ES6 Web組件時,會使用以下模式。 constructor() { super(); } Here the documentation describes calling the super(); function when defining an element. However here in the Shop App圖案僅隨後的3倍,在以下的要

    0熱度

    1回答

    我的網站在Chrome中正常工作。 我試圖讓它在IE11中工作。 但在這行代碼中看到一條錯誤消息。 當我進去,我看到,它是由於在低於紙按鈕元件的代碼行。 從過去的經驗,我知道,聚合物不IE11工作,如果我不使用冒號分隔符,並使用function關鍵字在javascript中聲明函數。例如如下所示。 _onDownKey: function(event) {} 我使用的聚合物1.9.3 上理解這

    1熱度

    2回答

    我有一個爲父級和幾個childComponents像這樣: <parent-component> <child-component> child_1 </child-component> <child-component> child_2 </child-component> </parent-component> 爲父級: Polymer({ is: 'par

    0熱度

    1回答

    我想通過單擊工具欄左上方的菜單按鈕來切換paper-drawer。問題是我在控制檯中得到以下錯誤: "ReferenceError: _toggle is not defined at HTMLElement.onclick (http://null.jsbin.com/runner:1:1805)" Here is the JSBin Demo。 http://jsbin.com/degifis