Cross Reference: /yui3/src/yql/docs/partials/simple-yql-source.mustache
Cross Reference: simple-yql-source.mustache
xref
: /
yui3
/
src
/
yql
/
docs
/
partials
/
simple-yql-source.mustache
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<style>
#res .mod {
background-color:white;
border:1px solid black;
padding:1em;
}
#res h2 {
color: black;
}
</style>
<div id="res">Querying YQL..</div>
<script>
{{>simple-yql-source-js}}
</script>