polymer

    1熱度

    1回答

    我正嘗試使用<template is="auto-binding">在我的模板中使用Polymer Expressions。 至於其他<template bind>我激活一個模板,通過連接模型屬性,如在Polymer Docs 我的代碼描述如下所示: <template id="root" is="auto-binding"> List <ul> <template

    2熱度

    2回答

    之前聚合物上的數據我試圖使用requirejs與聚合物: <polymer-element name="test-element"> <script> require(['module'], function (module) { Polymer('test-element', module); }); </script> <templ

    0熱度

    2回答

    我已經安裝了帶有Bower的聚合物,但是我無法渲染html。我不知道需要什麼......我需要Python或其他服務器來呈現元素?我認爲在Rails項目中使用這個。 HTML: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <link r

    0熱度

    1回答

    我對網絡技術很陌生,因此很好奇爲什麼我無法打開/顯示/呈現使用the polymer framework創建的網站。我試過System.Windows.Controls.WebBrowser和Awesomium WebControl。其他網站可以毫無問題地打開,但是當我嘗試導航到聚合物網站上的樣本時,例如the paper calculator demo或the topeka demo ,我會看到

    1熱度

    1回答

    我正在設置Chrome Dev Editor中的聚合物網絡應用程序。該bower.json看起來是這樣的: { "name": "HighchartsTest", "description": "", "homepage": "", "keywords": [ ], "author": "", "private": true,

    6熱度

    3回答

    (對不起,我不能提供什麼,我問的任何代碼,因爲我真的不知道從哪裏開始。) 關於Meaningful Transitions point in the Material design guidelines有意義的轉變。 我非常有興趣在我的web應用程序中創建這樣的平滑過渡(especially the one where the profile picture goes from an activi

    4熱度

    2回答

    我今天開始與聚合物,我非常興奮,我與它一起努力!但是我偶然發現了一個我不知道如何解決的問題,如果在<paper-dialog>裏添加<paper-input floatingLabel>,那麼紙質對話框會失去很酷的動畫。有什麼知道的解決方法來獲取動畫,或者當一個動畫組件位於另一個動畫組件內時,這是一個已知問題? 正如我接獲投下來,我決定提供代碼來幫助你的人來幫助我 <!DOCTYPE html>

    3熱度

    1回答

    我正在創建一個元素,它需要一個參數:userid。 在組件的模板中,我有一個core-ajax標記,它需要將該屬性作爲參數傳遞。 我這樣做是這樣的: <template attributes="userid"> <core-ajax auto url="../../ajax/gettoday.php" handleAs="json" met

    9熱度

    1回答

    我想在我的Angular應用程序中混合Polymer Web組件,但我無法獲得雙向數據綁定這些框架之間的工作。我已經觀看了this video,並且已經嘗試了this question中提供的解決方案,但它仍然不適用於我。這是我的嘗試: Object屬性值 <game-card game="{{game}}" bind-polymer></game-card> - 基於post-card.html

    1熱度

    2回答

    我想讓我的頭繞聚合物。現在我已經成功地創建了一個自定義新聞元素(my-newsbite),並且可以從調用自定義元素的頁面填充和顯示屬性數據。 下一步是創建第二個自定義元素(my-newsbite-list),它從調用頁面中的屬性獲取json對象形式的多個新聞項目,並顯示my-newsbite自定義列表元素。 由於某種原因,我無法使其工作。 我的測試index.php頁面調用我-newsbite列表