Cross Reference: /yui3/src/dd/docs/portal-example.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div id="doc3" class="yui-t2">
<div id="hd"><h1>YUI 3 Portal Example</h1></div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<div class="yui-g">
<div id="play">
<ul class="list" id="list1"></ul>
<ul class="list" id="list2"></ul>
<ul class="list" id="list3"></ul>
</div>
</div>
</div>
</div>
<div class="yui-b">
<div id="feeds">
<p>Drag a news feed into one of the columns.</p>
<ul></ul>
</div>
</div>
</div>
<div id="ft">
Built with YUI 3: Core, Loader, Get, Cookie, Animation, YQL, JSON &amp; DragDrop.
</div>
</div>
<script>
{{>portal-drag-js}}
</script>