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

Side by Side Diff: third_party/polymer/components-chromium/core-header-panel/metadata.html

Issue 592593002: Inline scripts were extracted from Polymer elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/echo ""/echo/ Created 6 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 <x-meta id="core-header-panel" label="Header Panel" isContainer group="Core">
2
3 <property name="mode" kind="select" options="standard, waterfall, waterfall-ta ll, scroll, cover"></property>
4
5 <template>
6
7 <core-header-panel mode="standard" style="width: 300px; height: 400px;">
8
9 <core-toolbar style="background-color: #4F7DC9; color: #FFF;">
10 <core-icon-button icon="menu"></core-icon-button>
11 <div>Header</div>
12 </core-toolbar>
13
14 <section style="height: 1000px; background: linear-gradient(rgb(214, 227, 231), lightblue);"></section>
15
16 </core-header-panel>
17
18 </template>
19
20 <template id="imports">
21
22 <link rel="import" href="../core-icon-button/core-icon-button.html">
23 <link rel="import" href="../core-toolbar/core-toolbar.html">
24 <link rel="import" href="core-header-panel.html">
25
26 </template>
27
28 </x-meta>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698