Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: ui/webui/resources/cr_elements/v1_0/demo_element.html

Issue 1368733002: Introduce cr-settings-input and eliminate cr-input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_532540_elim_cr_toggle_button
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/v1_0/demo_element.html
diff --git a/ui/webui/resources/cr_elements/v1_0/demo_element.html b/ui/webui/resources/cr_elements/v1_0/demo_element.html
index e4784f19c87abd378b7c4adefbdbc91311550432..c5a2e1120698e7085b1d345e3b04f48de242799d 100644
--- a/ui/webui/resources/cr_elements/v1_0/demo_element.html
+++ b/ui/webui/resources/cr_elements/v1_0/demo_element.html
@@ -4,29 +4,11 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_collapse/cr_collapse.html">
<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html">
-<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_input/cr_input.html">
<link rel="import" href="chrome://resources/cr_elements/v1_0/network/cr_network_icon.html">
<dom-module id="cr-demo-element">
<link rel="import" type="css" href="demo_element.css">
<template>
- <h3>cr-input</h3>
- <div class="layout vertical">
- <div class="layout horizontal">
- <cr-input label="CrInput1" value="{{inputValues.1}}"></cr-input>
- <span>InputValue.1=</span>
- <span>[[inputValues.1]]</span>
- </div>
- <div class="layout horizontal">
- <cr-input label="CrInput2" value="{{inputValues.2}}"></cr-input>
- <cr-input label="CrInput3" value="{{inputValues.3}}"></cr-input>
- </div>
- <cr-input no-label-float label="CrInput4" value="{{inputValues.4}}">
- </cr-input>
- <cr-input no-label-float label="CrInput5" value="{{inputValues.5}}">
- </cr-input>
- </div>
-
<h3>cr-collapse</h3>
<div class="layout vertical">
<cr-expand-button expanded="{{collapseOpened}}">
« no previous file with comments | « ui/webui/resources/cr_elements/v1_0/cr_input/demo.html ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698