|
0
|
1 |
|
|
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
3 |
<html> |
|
|
4 |
<head> |
|
|
5 |
<title>YUI Library Examples: Overlay: Standard Module Support</title> |
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
7 |
<link rel="stylesheet" type="text/css" href="../../assets/yui.css" > |
|
|
8 |
|
|
|
9 |
<style> |
|
|
10 |
/*Supplemental CSS for the YUI distribution*/ |
|
|
11 |
#custom-doc { width: 95%; min-width: 950px; } |
|
|
12 |
#pagetitle {background-image: url(../../assets/bg_hd.gif);} |
|
|
13 |
/* #pagetitle h1 {background-image: url(../../assets/title_h_bg.gif);}*/ |
|
|
14 |
</style> |
|
|
15 |
|
|
|
16 |
<link rel="stylesheet" type="text/css" href="../../assets/dpSyntaxHighlighter.css"> |
|
|
17 |
<link type="text/css" rel="stylesheet" href="../../build/cssfonts/fonts-min.css" /> |
|
|
18 |
<script type="text/javascript" src="../../build/yui/yui-min.js"></script> |
|
|
19 |
<style type="text/css"> |
|
|
20 |
/* Overlay Look/Feel */ |
|
|
21 |
.yui-overlay-content { |
|
|
22 |
padding:3px; |
|
|
23 |
border:1px solid #000; |
|
|
24 |
background-color:#aaa; |
|
|
25 |
} |
|
|
26 |
|
|
|
27 |
.yui-overlay-content .yui-widget-hd { |
|
|
28 |
padding:5px; |
|
|
29 |
border:2px solid #aa0000; |
|
|
30 |
background-color:#fff; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
.yui-overlay-content .yui-widget-bd { |
|
|
34 |
padding:5px; |
|
|
35 |
border:2px solid #0000aa; |
|
|
36 |
background-color:#fff; |
|
|
37 |
} |
|
|
38 |
|
|
|
39 |
.yui-overlay-content .yui-widget-ft { |
|
|
40 |
padding:5px; |
|
|
41 |
border:2px solid #00aa00; |
|
|
42 |
background-color:#fff; |
|
|
43 |
} |
|
|
44 |
|
|
|
45 |
/* Example Layout CSS */ |
|
|
46 |
.overlay-example { |
|
|
47 |
border:1px solid #000; |
|
|
48 |
background-color:#eee; |
|
|
49 |
padding:5px; |
|
|
50 |
zoom:1; |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
.overlay-example .fields { |
|
|
54 |
float:left; |
|
|
55 |
width:20em; |
|
|
56 |
} |
|
|
57 |
|
|
|
58 |
.overlay-example label { |
|
|
59 |
display:block; |
|
|
60 |
font-weight:bold; |
|
|
61 |
margin-bottom:3px |
|
|
62 |
} |
|
|
63 |
|
|
|
64 |
.overlay-example select { |
|
|
65 |
width:19em; |
|
|
66 |
} |
|
|
67 |
|
|
|
68 |
.overlay-example textarea { |
|
|
69 |
width:19em; |
|
|
70 |
height:15em; |
|
|
71 |
} |
|
|
72 |
|
|
|
73 |
.overlay-example .filler { |
|
|
74 |
margin-left:21em; |
|
|
75 |
margin-top:1em; |
|
|
76 |
color:#999; |
|
|
77 |
} |
|
|
78 |
|
|
|
79 |
.overlay-example:after { |
|
|
80 |
content:"."; |
|
|
81 |
display:block; |
|
|
82 |
height:0; |
|
|
83 |
clear:both; |
|
|
84 |
} |
|
|
85 |
</style> |
|
|
86 |
</head> |
|
|
87 |
<body id="yahoo-com" class=" yui-skin-sam"> |
|
|
88 |
<div id="custom-doc" class="yui-t2"> |
|
|
89 |
<div id="hd"> |
|
|
90 |
<div id="ygunav"> |
|
|
91 |
<p> |
|
|
92 |
<em> |
|
|
93 |
<a href="http://developer.yahoo.com/yui/3/">YUI 3.x Home</a> <i> - </i> |
|
|
94 |
</em> |
|
|
95 |
</p> |
|
|
96 |
<form action="http://search.yahoo.com/search" id="sitesearchform"> |
|
|
97 |
<input name="vs" type="hidden" value="developer.yahoo.com"> |
|
|
98 |
<input name="vs" type="hidden" value="yuiblog.com"> |
|
|
99 |
<div id="sitesearch"> |
|
|
100 |
<label for="searchinput">Site Search (YDN & YUIBlog): </label> |
|
|
101 |
<input type="text" id="searchinput" name="p"> |
|
|
102 |
<input type="submit" value="Search" id="searchsubmit" class="ygbt"> |
|
|
103 |
</div> |
|
|
104 |
</form> |
|
|
105 |
</div> |
|
|
106 |
<div id="ygma"><a href="../../"><img src="../../assets/logo.gif" border="0" width="200" height="93"></a></div> |
|
|
107 |
<div id="pagetitle"><h1>YUI Library Examples: Overlay: Standard Module Support</h1></div> |
|
|
108 |
</div> |
|
|
109 |
<div id="bd"> |
|
|
110 |
|
|
|
111 |
|
|
|
112 |
<div id="yui-main"> |
|
|
113 |
<div class="yui-b"> |
|
|
114 |
<div class="yui-ge"> |
|
|
115 |
<div class="yui-u first example" id="main"> |
|
|
116 |
|
|
|
117 |
<h2>Overlay: Standard Module Support</h2> |
|
|
118 |
|
|
|
119 |
<div id="example" class="promo"> |
|
|
120 |
<div class="example-intro"> |
|
|
121 |
<p>This example shows how you can work either the <code>headerContent, bodyContent, footerContent</code> attributes, to replace content in the Overlay's standard module sections, or use the <code>setStdModContent(section, content, where)</code> method to insert content <em>before</em>, or append it <em>after</em> existing content in the section.</p> </div> |
|
|
122 |
|
|
|
123 |
<div class="module example-container "> |
|
|
124 |
<div class="hd exampleHd"> |
|
|
125 |
<p class="newWindowButton yui-skin-sam"> |
|
|
126 |
<a href="overlay-stdmod_clean.html" target="_blank">View example in new window.</a> |
|
|
127 |
</p> |
|
|
128 |
</div> <div id="example-canvas" class="bd"> |
|
|
129 |
|
|
|
130 |
|
|
|
131 |
<!--BEGIN SOURCE CODE FOR EXAMPLE =============================== --> |
|
|
132 |
|
|
|
133 |
<div class="overlay-example" id="overlay-stdmod"> |
|
|
134 |
<div id="overlay"> |
|
|
135 |
<div class="yui-widget-hd">Overlay Header</div> |
|
|
136 |
<div class="yui-widget-bd">Overlay Body</div> |
|
|
137 |
<div class="yui-widget-ft">Overlay Footer</div> |
|
|
138 |
</div> |
|
|
139 |
|
|
|
140 |
<div class="fields"> |
|
|
141 |
<p> |
|
|
142 |
<label for="content">New content:</label> |
|
|
143 |
<textarea name="content" id="content"></textarea> |
|
|
144 |
</p> |
|
|
145 |
<p> |
|
|
146 |
<label for="section">Section to add content to:</label> |
|
|
147 |
<select name="section" id="section"> |
|
|
148 |
<option value="header">Header</option> |
|
|
149 |
<option value="body">Body</option> |
|
|
150 |
<option value="footer">Footer</option> |
|
|
151 |
</select> |
|
|
152 |
</p> |
|
|
153 |
<p> |
|
|
154 |
<label for="where">Replace, insert before or append after existing content:</label> |
|
|
155 |
<select name="where" id="where"> |
|
|
156 |
<option value="before">Before</option> |
|
|
157 |
<option value="after">After</option> |
|
|
158 |
<option value="replace">Replace</option> |
|
|
159 |
</select> |
|
|
160 |
</p> |
|
|
161 |
<p> |
|
|
162 |
<label>Set new content as a string: <input type="checkbox" name="asString" id="asString" checked="true"></label> |
|
|
163 |
</p> |
|
|
164 |
<button type="button" id="setContent">Set Content</button> |
|
|
165 |
</div> |
|
|
166 |
<div class="filler"> |
|
|
167 |
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed tellus pede, aliquet vitae, faucibus quis, lobortis non, metus. Pellentesque at metus ac mi condimentum egestas. In vel neque a massa porttitor ultrices. Nunc lorem. Vivamus ullamcorper fringilla tortor. Etiam at nunc pellentesque lectus cursus pretium. Integer velit. In quis nunc eget leo rhoncus scelerisque. In in ante ac ante pharetra vestibulum. Praesent sit amet metus. Nam egestas ipsum. Nulla facilisi. Quisque rhoncus, eros sed convallis faucibus, erat felis pretium nisi, non bibendum magna mauris non metus. Integer mauris eros, volutpat non, pretium vitae, rutrum at, tellus. |
|
|
168 |
</div> |
|
|
169 |
</div> |
|
|
170 |
|
|
|
171 |
<script type="text/javascript"> |
|
|
172 |
YUI({base:"../../build/", timeout: 10000}).use("overlay", function(Y) { |
|
|
173 |
|
|
|
174 |
var overlay = new Y.Overlay({ |
|
|
175 |
contentBox:"#overlay", |
|
|
176 |
width:"20em", |
|
|
177 |
align: { |
|
|
178 |
node:"#overlay-stdmod > .filler", |
|
|
179 |
points:["tl", "tl"] |
|
|
180 |
} |
|
|
181 |
}); |
|
|
182 |
overlay.render(); |
|
|
183 |
|
|
|
184 |
var content = Y.one("#content"); |
|
|
185 |
var where = Y.one("#where"); |
|
|
186 |
var section = Y.one("#section"); |
|
|
187 |
var asString = Y.one("#asString"); |
|
|
188 |
|
|
|
189 |
Y.on("click", function() { |
|
|
190 |
var newContent = content.get("value"); |
|
|
191 |
if (! asString.get("checked") ) { |
|
|
192 |
// Set new content using Node references |
|
|
193 |
newContent = Y.Node.create(newContent); |
|
|
194 |
} |
|
|
195 |
overlay.setStdModContent(section.get("value"), newContent, where.get("value")); |
|
|
196 |
}, "#setContent"); |
|
|
197 |
}); |
|
|
198 |
</script> |
|
|
199 |
|
|
|
200 |
<!--END SOURCE CODE FOR EXAMPLE =============================== --> |
|
|
201 |
|
|
|
202 |
|
|
|
203 |
</div> |
|
|
204 |
</div> |
|
|
205 |
</div> |
|
|
206 |
|
|
|
207 |
<h3>Overlay's Standard Module Support</h3> |
|
|
208 |
|
|
|
209 |
<h4>Setting Up The YUI Instance</h4> |
|
|
210 |
|
|
|
211 |
<p>To create an instance of an Overlay on you page, the only module you need to request is the <code>overlay</code> module. The <code>overlay</code> module will pull in the <code>widget</code>, <code>widget-stack</code>, <code>widget-position</code>, <code>widget-position-ext</code> and <code>widget-stdmod</code> dependencies it has.</p> |
|
|
212 |
|
|
|
213 |
<div id="syntax1" class="yui-syntax-highlight"><div class="numbers"><pre class="javascript" style="font-family:monospace;"><ol><li class="li1"><div class="de1">YUI<span class="br0">(</span><span class="br0">{</span>...<span class="br0">}</span><span class="br0">)</span>.<span class="kw2">use</span><span class="br0">(</span><span class="st0">"overlay"</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">(</span>Y<span class="br0">)</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> <span class="co1">// We'll write example code here, where we have a Y.Overlay class available.</span></div></li><li class="li1"><div class="de1"><span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span></div></li></ol></pre></div><div class="nonumbers"><pre class="javascript" style="font-family:monospace;">YUI<span class="br0">(</span><span class="br0">{</span>...<span class="br0">}</span><span class="br0">)</span>.<span class="kw2">use</span><span class="br0">(</span><span class="st0">"overlay"</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">(</span>Y<span class="br0">)</span> <span class="br0">{</span> |
|
|
214 |
<span class="co1">// We'll write example code here, where we have a Y.Overlay class available.</span> |
|
|
215 |
<span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span></pre></div><textarea id="syntax1-plain">YUI({...}).use("overlay", function(Y) { |
|
|
216 |
// We'll write example code here, where we have a Y.Overlay class available. |
|
|
217 |
});</textarea></div> |
|
|
218 |
<p>Note, using the <code>overlay</code> module, will also pull down the default CSS required for overlay, on top of which we only need to add our required look/feel CSS for the example.</p> |
|
|
219 |
|
|
|
220 |
<h4>Creating The Overlay From Markup</h4> |
|
|
221 |
|
|
|
222 |
<p>For this example, we'll create the overlay instance from markup which already exists on the page, and is shown below:</p> |
|
|
223 |
|
|
|
224 |
<div id="syntax2" class="yui-syntax-highlight"><div class="numbers"><pre class="html4strict" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="sc2"><<span class="kw2">div</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">"overlay"</span>></span></div></li><li class="li1"><div class="de1"> <span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-widget-hd"</span>></span>Overlay Header<span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span></div></li><li class="li1"><div class="de1"> <span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-widget-bd"</span>></span>Overlay Body<span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span></div></li><li class="li1"><div class="de1"> <span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-widget-ft"</span>></span>Overlay Footer<span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span></div></li><li class="li2"><div class="de2"><span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span></div></li></ol></pre></div><div class="nonumbers"><pre class="html4strict" style="font-family:monospace;"><span class="sc2"><<span class="kw2">div</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">"overlay"</span>></span> |
|
|
225 |
<span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-widget-hd"</span>></span>Overlay Header<span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span> |
|
|
226 |
<span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-widget-bd"</span>></span>Overlay Body<span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span> |
|
|
227 |
<span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-widget-ft"</span>></span>Overlay Footer<span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span> |
|
|
228 |
<span class="sc2"><<span class="sy0">/</span><span class="kw2">div</span>></span></pre></div><textarea id="syntax2-plain"><div id="overlay"> |
|
|
229 |
<div class="yui-widget-hd">Overlay Header</div> |
|
|
230 |
<div class="yui-widget-bd">Overlay Body</div> |
|
|
231 |
<div class="yui-widget-ft">Overlay Footer</div> |
|
|
232 |
</div></textarea></div> |
|
|
233 |
<h4>Instantiating The Overlay</h4> |
|
|
234 |
|
|
|
235 |
<p>To create an overlay instance, we use the overlay constructor <code>Y.Overlay</code>, and pass it the <code>contentBox</code> node reference for the existing markup on the page:</p> |
|
|
236 |
|
|
|
237 |
<div id="syntax3" class="yui-syntax-highlight"><div class="numbers"><pre class="javascript" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="kw2">var</span> overlay <span class="sy0">=</span> <span class="kw2">new</span> Y.<span class="me1">Overlay</span><span class="br0">(</span><span class="br0">{</span></div></li><li class="li1"><div class="de1"> contentBox<span class="sy0">:</span><span class="st0">"#overlay"</span><span class="sy0">,</span></div></li><li class="li1"><div class="de1"> width<span class="sy0">:</span><span class="st0">"20em"</span><span class="sy0">,</span></div></li><li class="li1"><div class="de1"> align<span class="sy0">:</span> <span class="br0">{</span></div></li><li class="li2"><div class="de2"> node<span class="sy0">:</span><span class="st0">"#overlay-stdmod > .filler"</span><span class="sy0">,</span></div></li><li class="li1"><div class="de1"> points<span class="sy0">:</span><span class="br0">[</span><span class="st0">"tl"</span><span class="sy0">,</span> <span class="st0">"tl"</span><span class="br0">]</span></div></li><li class="li1"><div class="de1"> <span class="br0">}</span></div></li><li class="li1"><div class="de1"><span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1">overlay.<span class="me1">render</span><span class="br0">(</span><span class="br0">)</span><span class="sy0">;</span></div></li></ol></pre></div><div class="nonumbers"><pre class="javascript" style="font-family:monospace;"><span class="kw2">var</span> overlay <span class="sy0">=</span> <span class="kw2">new</span> Y.<span class="me1">Overlay</span><span class="br0">(</span><span class="br0">{</span> |
|
|
238 |
contentBox<span class="sy0">:</span><span class="st0">"#overlay"</span><span class="sy0">,</span> |
|
|
239 |
width<span class="sy0">:</span><span class="st0">"20em"</span><span class="sy0">,</span> |
|
|
240 |
align<span class="sy0">:</span> <span class="br0">{</span> |
|
|
241 |
node<span class="sy0">:</span><span class="st0">"#overlay-stdmod > .filler"</span><span class="sy0">,</span> |
|
|
242 |
points<span class="sy0">:</span><span class="br0">[</span><span class="st0">"tl"</span><span class="sy0">,</span> <span class="st0">"tl"</span><span class="br0">]</span> |
|
|
243 |
<span class="br0">}</span> |
|
|
244 |
<span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
245 |
overlay.<span class="me1">render</span><span class="br0">(</span><span class="br0">)</span><span class="sy0">;</span></pre></div><textarea id="syntax3-plain">var overlay = new Y.Overlay({ |
|
|
246 |
contentBox:"#overlay", |
|
|
247 |
width:"20em", |
|
|
248 |
align: { |
|
|
249 |
node:"#overlay-stdmod > .filler", |
|
|
250 |
points:["tl", "tl"] |
|
|
251 |
} |
|
|
252 |
}); |
|
|
253 |
overlay.render();</textarea></div> |
|
|
254 |
<p>We also set it's width and align it to the filler paragraph in the example box ("#overlay-stdmod > .filler"). We don't pass any node references to the <code>render</code> method, so the Overlay is rendered in the location of the contentBox provided.</p> |
|
|
255 |
|
|
|
256 |
<h4>Setting Content</h4> |
|
|
257 |
|
|
|
258 |
<p> |
|
|
259 |
The example provides a set of input fields, allowing the user to set content in either of the 3 standard module sections which Overlay supports using Overlay's <code>setStdModContent</code> method. |
|
|
260 |
The content can either be inserted before, appended after, or replace existing content in the specified section.</p> |
|
|
261 |
|
|
|
262 |
<p> |
|
|
263 |
Additionally the new content can be converted to a node instance before being added to the specified section. Although it has no impact on the example, if the new content is added as a string, innerHTML is used to insert before or append after the existing section content, removing any event listeners which may have been attached to elements inside the section. The ability to convert the content to a node instance is provided in the example to illustrate Overlay's ability to handle both content formats. |
|
|
264 |
</p> |
|
|
265 |
|
|
|
266 |
<div id="syntax4" class="yui-syntax-highlight"><div class="numbers"><pre class="javascript" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="co1">// Hold onto input field references.</span></div></li><li class="li1"><div class="de1"><span class="kw2">var</span> content <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#content"</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"><span class="kw2">var</span> where <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#where"</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"><span class="kw2">var</span> section <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#section"</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li2"><div class="de2"><span class="kw2">var</span> asString <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#asString"</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1">Y.<span class="me1">on</span><span class="br0">(</span><span class="st0">"click"</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">(</span><span class="br0">)</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="co1">// New content to be added.</span></div></li><li class="li2"><div class="de2"> <span class="kw2">var</span> newContent <span class="sy0">=</span> content.<span class="me1">get</span><span class="br0">(</span><span class="st0">"value"</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="co1">// If the "Set content as string" checkbox is checked, we pass new content into the </span></div></li><li class="li1"><div class="de1"> <span class="co1">// setStdModContent method as string (innerHTML will be used to set the new content).</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"> <span class="co1">// If it's not checked, we create a node reference from the string,</span></div></li><li class="li1"><div class="de1"> <span class="co1">// and pass the new content into the setStdModContent as a node reference.</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="kw1">if</span> <span class="br0">(</span><span class="sy0">!</span> asString.<span class="me1">get</span><span class="br0">(</span><span class="st0">"checked"</span><span class="br0">)</span> <span class="br0">)</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> newContent <span class="sy0">=</span> Y.<span class="me1">Node</span>.<span class="me1">create</span><span class="br0">(</span>newContent<span class="br0">)</span><span class="sy0">;</span></div></li><li class="li2"><div class="de2"> <span class="br0">}</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> overlay.<span class="me1">setStdModContent</span><span class="br0">(</span>section.<span class="me1">get</span><span class="br0">(</span><span class="st0">"value"</span><span class="br0">)</span><span class="sy0">,</span> newContent<span class="sy0">,</span> where.<span class="me1">get</span><span class="br0">(</span><span class="st0">"value"</span><span class="br0">)</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="br0">}</span><span class="sy0">,</span> <span class="st0">"#setContent"</span><span class="br0">)</span><span class="sy0">;</span></div></li></ol></pre></div><div class="nonumbers"><pre class="javascript" style="font-family:monospace;"><span class="co1">// Hold onto input field references.</span> |
|
|
267 |
<span class="kw2">var</span> content <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#content"</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
268 |
<span class="kw2">var</span> where <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#where"</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
269 |
<span class="kw2">var</span> section <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#section"</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
270 |
<span class="kw2">var</span> asString <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#asString"</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
271 |
|
|
|
272 |
Y.<span class="me1">on</span><span class="br0">(</span><span class="st0">"click"</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">(</span><span class="br0">)</span> <span class="br0">{</span> |
|
|
273 |
|
|
|
274 |
<span class="co1">// New content to be added.</span> |
|
|
275 |
<span class="kw2">var</span> newContent <span class="sy0">=</span> content.<span class="me1">get</span><span class="br0">(</span><span class="st0">"value"</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
276 |
|
|
|
277 |
<span class="co1">// If the "Set content as string" checkbox is checked, we pass new content into the </span> |
|
|
278 |
<span class="co1">// setStdModContent method as string (innerHTML will be used to set the new content).</span> |
|
|
279 |
|
|
|
280 |
<span class="co1">// If it's not checked, we create a node reference from the string,</span> |
|
|
281 |
<span class="co1">// and pass the new content into the setStdModContent as a node reference.</span> |
|
|
282 |
|
|
|
283 |
<span class="kw1">if</span> <span class="br0">(</span><span class="sy0">!</span> asString.<span class="me1">get</span><span class="br0">(</span><span class="st0">"checked"</span><span class="br0">)</span> <span class="br0">)</span> <span class="br0">{</span> |
|
|
284 |
newContent <span class="sy0">=</span> Y.<span class="me1">Node</span>.<span class="me1">create</span><span class="br0">(</span>newContent<span class="br0">)</span><span class="sy0">;</span> |
|
|
285 |
<span class="br0">}</span> |
|
|
286 |
|
|
|
287 |
overlay.<span class="me1">setStdModContent</span><span class="br0">(</span>section.<span class="me1">get</span><span class="br0">(</span><span class="st0">"value"</span><span class="br0">)</span><span class="sy0">,</span> newContent<span class="sy0">,</span> where.<span class="me1">get</span><span class="br0">(</span><span class="st0">"value"</span><span class="br0">)</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
288 |
|
|
|
289 |
<span class="br0">}</span><span class="sy0">,</span> <span class="st0">"#setContent"</span><span class="br0">)</span><span class="sy0">;</span></pre></div><textarea id="syntax4-plain">// Hold onto input field references. |
|
|
290 |
var content = Y.one("#content"); |
|
|
291 |
var where = Y.one("#where"); |
|
|
292 |
var section = Y.one("#section"); |
|
|
293 |
var asString = Y.one("#asString"); |
|
|
294 |
|
|
|
295 |
Y.on("click", function() { |
|
|
296 |
|
|
|
297 |
// New content to be added. |
|
|
298 |
var newContent = content.get("value"); |
|
|
299 |
|
|
|
300 |
// If the "Set content as string" checkbox is checked, we pass new content into the |
|
|
301 |
// setStdModContent method as string (innerHTML will be used to set the new content). |
|
|
302 |
|
|
|
303 |
// If it's not checked, we create a node reference from the string, |
|
|
304 |
// and pass the new content into the setStdModContent as a node reference. |
|
|
305 |
|
|
|
306 |
if (! asString.get("checked") ) { |
|
|
307 |
newContent = Y.Node.create(newContent); |
|
|
308 |
} |
|
|
309 |
|
|
|
310 |
overlay.setStdModContent(section.get("value"), newContent, where.get("value")); |
|
|
311 |
|
|
|
312 |
}, "#setContent");</textarea></div> |
|
|
313 |
<h4>CSS: Overlay Look/Feel</h4> |
|
|
314 |
|
|
|
315 |
<p>As with the other basic overlay examples, the overlay.css Sam Skin file (build/overlay/assets/skins/sam/overlay.css) provides the default functional CSS for the overlay. Namely the CSS rules to hide the overlay, and position it absolutely. However there's no default out-of-the-box look/feel applied to the Overlay widget.</p> |
|
|
316 |
|
|
|
317 |
<p>The example provides it's own look and feel for the Overlay, by defining rules for the content box, header, body and footer sections:</p> |
|
|
318 |
|
|
|
319 |
<div id="syntax5" class="yui-syntax-highlight"><div class="numbers"><pre class="css" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="coMULTI">/* Overlay Look/Feel */</span></div></li><li class="li1"><div class="de1"><span class="re1">.yui-overlay-content</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> <span class="kw1">padding</span><span class="sy0">:</span><span class="re3">3px</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">border</span><span class="sy0">:</span><span class="re3">1px</span> <span class="kw2">solid</span> <span class="re0">#000</span><span class="sy0">;</span></div></li><li class="li2"><div class="de2"> <span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#aaa</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="re1">.yui-overlay-content</span> <span class="re1">.yui-widget-hd</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> <span class="kw1">padding</span><span class="sy0">:</span><span class="re3">5px</span><span class="sy0">;</span></div></li><li class="li2"><div class="de2"> <span class="kw1">border</span><span class="sy0">:</span><span class="re3">2px</span> <span class="kw2">solid</span> <span class="re0">#aa0000</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="re1">.yui-overlay-content</span> <span class="re1">.yui-widget-bd</span> <span class="br0">{</span></div></li><li class="li2"><div class="de2"> <span class="kw1">padding</span><span class="sy0">:</span><span class="re3">5px</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">border</span><span class="sy0">:</span><span class="re3">2px</span> <span class="kw2">solid</span> <span class="re0">#0000aa</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"><span class="re1">.yui-overlay-content</span> <span class="re1">.yui-widget-ft</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> <span class="kw1">padding</span><span class="sy0">:</span><span class="re3">5px</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">border</span><span class="sy0">:</span><span class="re3">2px</span> <span class="kw2">solid</span> <span class="re0">#00aa00</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li></ol></pre></div><div class="nonumbers"><pre class="css" style="font-family:monospace;"><span class="coMULTI">/* Overlay Look/Feel */</span> |
|
|
320 |
<span class="re1">.yui-overlay-content</span> <span class="br0">{</span> |
|
|
321 |
<span class="kw1">padding</span><span class="sy0">:</span><span class="re3">3px</span><span class="sy0">;</span> |
|
|
322 |
<span class="kw1">border</span><span class="sy0">:</span><span class="re3">1px</span> <span class="kw2">solid</span> <span class="re0">#000</span><span class="sy0">;</span> |
|
|
323 |
<span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#aaa</span><span class="sy0">;</span> |
|
|
324 |
<span class="br0">}</span> |
|
|
325 |
|
|
|
326 |
<span class="re1">.yui-overlay-content</span> <span class="re1">.yui-widget-hd</span> <span class="br0">{</span> |
|
|
327 |
<span class="kw1">padding</span><span class="sy0">:</span><span class="re3">5px</span><span class="sy0">;</span> |
|
|
328 |
<span class="kw1">border</span><span class="sy0">:</span><span class="re3">2px</span> <span class="kw2">solid</span> <span class="re0">#aa0000</span><span class="sy0">;</span> |
|
|
329 |
<span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span> |
|
|
330 |
<span class="br0">}</span> |
|
|
331 |
|
|
|
332 |
<span class="re1">.yui-overlay-content</span> <span class="re1">.yui-widget-bd</span> <span class="br0">{</span> |
|
|
333 |
<span class="kw1">padding</span><span class="sy0">:</span><span class="re3">5px</span><span class="sy0">;</span> |
|
|
334 |
<span class="kw1">border</span><span class="sy0">:</span><span class="re3">2px</span> <span class="kw2">solid</span> <span class="re0">#0000aa</span><span class="sy0">;</span> |
|
|
335 |
<span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span> |
|
|
336 |
<span class="br0">}</span> |
|
|
337 |
|
|
|
338 |
<span class="re1">.yui-overlay-content</span> <span class="re1">.yui-widget-ft</span> <span class="br0">{</span> |
|
|
339 |
<span class="kw1">padding</span><span class="sy0">:</span><span class="re3">5px</span><span class="sy0">;</span> |
|
|
340 |
<span class="kw1">border</span><span class="sy0">:</span><span class="re3">2px</span> <span class="kw2">solid</span> <span class="re0">#00aa00</span><span class="sy0">;</span> |
|
|
341 |
<span class="kw1">background-color</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span> |
|
|
342 |
<span class="br0">}</span></pre></div><textarea id="syntax5-plain">/* Overlay Look/Feel */ |
|
|
343 |
.yui-overlay-content { |
|
|
344 |
padding:3px; |
|
|
345 |
border:1px solid #000; |
|
|
346 |
background-color:#aaa; |
|
|
347 |
} |
|
|
348 |
|
|
|
349 |
.yui-overlay-content .yui-widget-hd { |
|
|
350 |
padding:5px; |
|
|
351 |
border:2px solid #aa0000; |
|
|
352 |
background-color:#fff; |
|
|
353 |
} |
|
|
354 |
|
|
|
355 |
.yui-overlay-content .yui-widget-bd { |
|
|
356 |
padding:5px; |
|
|
357 |
border:2px solid #0000aa; |
|
|
358 |
background-color:#fff; |
|
|
359 |
} |
|
|
360 |
|
|
|
361 |
.yui-overlay-content .yui-widget-ft { |
|
|
362 |
padding:5px; |
|
|
363 |
border:2px solid #00aa00; |
|
|
364 |
background-color:#fff; |
|
|
365 |
}</textarea></div> </div> |
|
|
366 |
<div class="yui-u sidebar"> |
|
|
367 |
|
|
|
368 |
|
|
|
369 |
<div id="examples" class="mod box4"> |
|
|
370 |
<div class="hd"> |
|
|
371 |
<h4> |
|
|
372 |
Overlay Examples:</h4> |
|
|
373 |
</div> |
|
|
374 |
<div class="bd"> |
|
|
375 |
<ul> |
|
|
376 |
<li><a href='../overlay/overlay-xy.html'>Basic XY Positioning</a></li><li><a href='../overlay/overlay-align.html'>Extended XY Positioning</a></li><li><a href='../overlay/overlay-stack.html'>Stack Support</a></li><li class='selected'><a href='../overlay/overlay-stdmod.html'>Standard Module Support</a></li><li><a href='../overlay/overlay-io-plugin.html'>IO Plugin</a></li><li><a href='../overlay/overlay-anim-plugin.html'>Animation Plugin</a></li><li><a href='../node-focusmanager/node-focusmanager-3.html'>Accessible Menu Button (included with examples for Focus Manager Node Plugin)</a></li><li><a href='../stylesheet/stylesheet_theme.html'>Adjusting a page theme on the fly (included with examples for StyleSheet)</a></li> </ul> |
|
|
377 |
</div> |
|
|
378 |
</div> |
|
|
379 |
|
|
|
380 |
<div class="mod box4"> |
|
|
381 |
<div class="hd"> |
|
|
382 |
<h4>More Overlay Resources:</h4> |
|
|
383 |
</div> |
|
|
384 |
<div class="bd"> |
|
|
385 |
<ul> |
|
|
386 |
<!-- <li><a href="http://developer.yahoo.com/yui/overlay/">User's Guide</a> (external)</li> --> |
|
|
387 |
<li><a href="../../api/module_overlay.html">API Documentation</a></li></ul> |
|
|
388 |
</div> |
|
|
389 |
</div> |
|
|
390 |
</div> |
|
|
391 |
</div> |
|
|
392 |
|
|
|
393 |
</div> |
|
|
394 |
</div> |
|
|
395 |
|
|
|
396 |
|
|
|
397 |
<div class="yui-b toc3" id="tocWrapper"> |
|
|
398 |
<!-- TABLE OF CONTENTS --> |
|
|
399 |
<div id="toc"> |
|
|
400 |
|
|
|
401 |
<ul> |
|
|
402 |
<li class="sect first">YUI 3 Resources</li><li class="item"><a title="YUI 3 -- Yahoo! User Interface (YUI) Library" href="http://developer.yahoo.com/yui/3/">YUI 3 Web Site</a></li><li class="item"><a title="Examples of every YUI utility and control in action" href="../../examples/">YUI 3 Examples</a></li><li class="item"><a title="Instantly searchable API documentation for the entire YUI library." href="../../api/">YUI 3 API Docs</a></li><li class="item"><a title="YUI 3 Dependency Configurator -- configure your custom YUI implementation" href="http://developer.yahoo.com/yui/3/configurator">YUI 3 Dependency Configurator</a></li><li class="item"><a title="The YUI 3 Forum on YUILibrary.com" href="http://yuilibrary.com/forum/viewforum.php?f=15">YUI 3 Forums (external)</a></li><li class="item"><a title="Found a bug or a missing feature? Let us know on YUILibrary.com." href="http://developer.yahoo.com/yui/articles/reportingbugs/">Bug Reports/Feature Requests</a></li><li class="item"><a title="YUI is free and open, offered under a BSD license." href="http://developer.yahoo.com/yui/license.html">YUI License</a></li><li class="item"><a title="Download and fork the YUI project on GitHub" href="http://github.com/yui">YUI on Github</a></li><li class="item"><a title="The Yahoo! User Interface Blog" href="http://yuiblog.com">YUI Blog (external)</a></li><li class="sect">YUI 3 Core - Examples</li><li class="item"><a title="YUI Global Object - Functional Examples" href="../../examples/yui/index.html">YUI Global Object</a></li><li class="item"><a title="Event - Functional Examples" href="../../examples/event/index.html">Event</a></li><li class="item"><a title="Node - Functional Examples" href="../../examples/node/index.html">Node</a></li><li class="sect">YUI 3 Component Infrastructure - Examples</li><li class="item"><a title="Attribute - Functional Examples" href="../../examples/attribute/index.html">Attribute</a></li><li class="item"><a title="Plugin - Functional Examples" href="../../examples/plugin/index.html">Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Widget - Functional Examples" href="../../examples/widget/index.html">Widget <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 Utilities - Examples</li><li class="item"><a title="Animation - Functional Examples" href="../../examples/anim/index.html">Animation</a></li><li class="item"><a title="AsyncQueue - Functional Examples" href="../../examples/async-queue/index.html">AsyncQueue</a></li><li class="item"><a title="Browser History - Functional Examples" href="../../examples/history/index.html">Browser History</a></li><li class="item"><a title="Cache - Functional Examples" href="../../examples/cache/index.html">Cache</a></li><li class="item"><a title="Cookie - Functional Examples" href="../../examples/cookie/index.html">Cookie</a></li><li class="item"><a title="DataSchema - Functional Examples" href="../../examples/dataschema/index.html">DataSchema <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="DataSource - Functional Examples" href="../../examples/datasource/index.html">DataSource <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="DataType - Functional Examples" href="../../examples/datatype/index.html">DataType <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Drag & Drop - Functional Examples" href="../../examples/dd/index.html">Drag & Drop</a></li><li class="item"><a title="Get - Functional Examples" href="../../examples/get/index.html">Get</a></li><li class="item"><a title="ImageLoader - Functional Examples" href="../../examples/imageloader/index.html">ImageLoader</a></li><li class="item"><a title="IO - Functional Examples" href="../../examples/io/index.html">IO</a></li><li class="item"><a title="JSON (JavaScript Object Notation) - Functional Examples" href="../../examples/json/index.html">JSON</a></li><li class="item"><a title="Stylesheet - Functional Examples" href="../../examples/stylesheet/index.html">Stylesheet</a></li><li class="sect">YUI 3 Widgets - Examples</li><li class="selected "><a title="Overlay - Functional Examples" href="../../examples/overlay/index.html">Overlay <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Slider - Functional Examples" href="../../examples/slider/index.html">Slider <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 Node Plugins - Examples</li><li class="item"><a title="FocusManager Node Plugin - Functional Examples" href="../../examples/node-focusmanager/index.html">FocusManager Node Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="MenuNav Node Plugin - Functional Examples" href="../../examples/node-menunav/index.html">MenuNav Node Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 CSS - Examples</li><li class="item"><a title="YUI CSS Reset - Functional Examples" href="../../examples/cssreset/index.html">CSS Reset</a></li><li class="item"><a title="YUI Fonts - Functional Examples" href="../../examples/cssfonts/index.html">CSS Fonts</a></li><li class="item"><a title="YUI Base - Functional Examples" href="../../examples/cssbase/index.html">CSS Base</a></li><li class="sect">YUI 3 Developer Tools - Examples</li><li class="item"><a title="Console - Functional Examples" href="../../examples/console/index.html">Console <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Console Filters Plugin- Functional Examples" href="../../examples/console-filters/index.html">Plugin.ConsoleFilters <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Profiler - Functional Examples" href="../../examples/profiler/index.html">Profiler</a></li><li class="item"><a title="Test - Functional Examples" href="../../examples/test/index.html">Test</a></li><li class="sect">Other Useful YUI 3 Resources</li><li class="item"><a title="Answers to Frequently Asked Questions about the YUI Library" href="http://developer.yahoo.com/yui/articles/faq/">YUI FAQ (external)</a></li><li class="item"><a title="Yahoo!'s philosophy of Graded Browser Support" href="http://developer.yahoo.com/yui/articles/gbs/">Graded Browser Support (external)</a></li><li class="item"><a title="Videos and podcasts from the YUI Team and from the Yahoo! frontend engineering community." href="http://developer.yahoo.com/yui/theater/">YUI Theater (external)</a></li></ul> |
|
|
403 |
</div> |
|
|
404 |
</div> |
|
|
405 |
</div><!--closes bd--> |
|
|
406 |
|
|
|
407 |
<div id="ft"> |
|
|
408 |
<p class="first">Copyright © 2009 Yahoo! Inc. All rights reserved.</p> |
|
|
409 |
<p><a href="http://privacy.yahoo.com/privacy/us/devel/index.html">Privacy Policy</a> - |
|
|
410 |
<a href="http://docs.yahoo.com/info/terms/">Terms of Service</a> - |
|
|
411 |
<a href="http://docs.yahoo.com/info/copyright/copyright.html">Copyright Policy</a> - |
|
|
412 |
<a href="http://careers.yahoo.com/">Job Openings</a></p> |
|
|
413 |
</div> |
|
|
414 |
</div> |
|
|
415 |
<script language="javascript"> |
|
|
416 |
var yuiConfig = {base:"../../build/", timeout: 10000}; |
|
|
417 |
</script> |
|
|
418 |
<script src="../../assets/syntax.js"></script> |
|
|
419 |
<script src="../../assets/dpSyntaxHighlighter.js"></script> |
|
|
420 |
<script language="javascript"> |
|
|
421 |
dp.SyntaxHighlighter.HighlightAll('code'); |
|
|
422 |
</script> |
|
|
423 |
</body> |
|
|
424 |
</html> |