iron-form

    0熱度

    1回答

    幾天我一直在研究爲什麼我的聚合物元素的鐵形式拒絕正常工作。當我提交時,我想從我的paper-textarea中查看看起來像是什麼值的我不能,因爲我的文件無法識別我的ID:feedbackForm。這裏是我的代碼: <form is="iron-form" method="get" action="/" id="feedbackForm"> <paper-textarea name="f

    2熱度

    1回答

    我測試了使用iron-form自定義元素。我遇到的問題是當我按下回車鍵時表單沒有被提交。例如這種形式在這裏工作在輸入: <iron-form> <form id="loginForm"> <paper-card heading="Welcome Back!" elevation="1" animated-shadow="true"> <div class="c

    0熱度

    1回答

    我具有我-app.html裏面確實有應用程序,工具,應用程序,drawerlayout和等,這是載入我的菜單元素(myView1.html聚合物元件之間發送數據和myView2.html)。 我在myView1.html 鐵AJAX調用所以當響應進來的myView1.html應該導航與響應從鐵Ajax調用數據來myView2.html // Function called when the res

    0熱度

    2回答

    對於已經問過的問題here 但是這個問題從來沒有得到答案。 我想對addEventListener鐵形式,如: 我的HTML進口: <link rel="import" href="/bower_components/polymer/polymer.html"> <link rel="import" href="/bower_components/iron-ajax/iron-ajax.html

    1熱度

    2回答

    試圖從聚合物2元素中的https://www.webcomponents.org/element/PolymerElements/iron-form/demo/demo/index.html中複製鐵形式的演示,並且似乎無法使其工作。 點擊提交時,我得到Uncaught ReferenceError: _delayedSubmit is not defined。有什麼建議麼? JSBin:https

    0熱度

    1回答

    我想創建一個表單條目,其中用戶選擇某些參數,如日期和類型的文件,他上傳文件,當他點擊上傳時,參數應該被附加到URL,是否有可能以這種方式發送多部分表單數據,或者你是否必須將它發送到身體? <form id="form" is="iron-form" on-iron-form-presubmit="_presubmit" on-iron-form-response="_handleResponse"