OLD | NEW |
1 <div id="gc-container" class="labs"> | 1 <div id="gc-container" class="labs"> |
2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> | 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> |
3 <!-- In particular, sub-templates that recurse, must be used by allowing | 3 <!-- In particular, sub-templates that recurse, must be used by allowing |
4 jstemplate to make a copy of the template in this section which | 4 jstemplate to make a copy of the template in this section which |
5 are not operated on by way of the jsskip="true" --> | 5 are not operated on by way of the jsskip="true" --> |
6 <div jsskip="true" style="display:none"> | 6 <div jsskip="true" style="display:none"> |
7 | 7 |
8 <!-- VALUE --> | 8 <!-- VALUE --> |
9 <div id="valueTemplate"> | 9 <div id="valueTemplate"> |
10 <dt> | 10 <dt> |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 <li jsselect="getStaticTOC()"> | 183 <li jsselect="getStaticTOC()"> |
184 <a jscontent="name" | 184 <a jscontent="name" |
185 jsvalues=".href:'#' + href">h2Name</a> | 185 jsvalues=".href:'#' + href">h2Name</a> |
186 <ol> | 186 <ol> |
187 <li jsselect="$this.children"> | 187 <li jsselect="$this.children"> |
188 <a jscontent="name" | 188 <a jscontent="name" |
189 jsvalues=".href:'#' + href">h3Name</a> | 189 jsvalues=".href:'#' + href">h3Name</a> |
190 </li> | 190 </li> |
191 </ol> | 191 </ol> |
192 </li> | 192 </li> |
193 <div jsselect="apiDefinition"> | 193 <li jsselect="apiDefinition"> |
194 <li> | |
195 <a href="#apiReference" jscontent="'API reference: ' + getModule
Name()">API reference</a> | 194 <a href="#apiReference" jscontent="'API reference: ' + getModule
Name()">API reference</a> |
196 <ol> | 195 <ol> |
197 <li jsdisplay="$this.properties"> | 196 <li jsdisplay="$this.properties"> |
198 <a href="#properties">Properties</a> | 197 <a href="#properties">Properties</a> |
199 <ol> | 198 <ol> |
200 <li jsselect="getPropertyListFromObject($this)"> | 199 <li jsselect="getPropertyListFromObject($this)"> |
201 <a jscontent="name" | 200 <a jscontent="name" |
202 jsvalues=".href:'#property-' + name" | 201 jsvalues=".href:'#property-' + name" |
203 href="#property-anchor">propertyName</a> | 202 href="#property-anchor">propertyName</a> |
204 </li> | 203 </li> |
(...skipping 26 matching lines...) Expand all Loading... |
231 <ol> | 230 <ol> |
232 <li jsselect="types.sort(sortByName)"> | 231 <li jsselect="types.sort(sortByName)"> |
233 <a jscontent="id" | 232 <a jscontent="id" |
234 jsvalues=".href:'#type-' + id" | 233 jsvalues=".href:'#type-' + id" |
235 href="#id-anchor">id</a> | 234 href="#id-anchor">id</a> |
236 </li> | 235 </li> |
237 </ol> | 236 </ol> |
238 </li> | 237 </li> |
239 </ol> | 238 </ol> |
240 </li> | 239 </li> |
241 </div> | |
242 </ol> | 240 </ol> |
243 </div> | 241 </div> |
244 <!-- /TABLE OF CONTENTS --> | 242 <!-- /TABLE OF CONTENTS --> |
245 | 243 |
246 <!-- STATIC CONTENT PLACEHOLDER --> | 244 <!-- STATIC CONTENT PLACEHOLDER --> |
247 <div id="static"></div> | 245 <div id="static"></div> |
248 | 246 |
249 <!-- API PAGE --> | 247 <!-- API PAGE --> |
250 <div class="apiPage" jsselect="apiDefinition"> | 248 <div class="apiPage" jsselect="apiDefinition"> |
251 <a name="apiReference"></a> | 249 <a name="apiReference"></a> |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 _uanchor=1; | 426 _uanchor=1; |
429 _uff=0; | 427 _uff=0; |
430 urchinTracker(); | 428 urchinTracker(); |
431 } | 429 } |
432 catch(e) {/* urchinTracker not available. */} | 430 catch(e) {/* urchinTracker not available. */} |
433 </script> | 431 </script> |
434 <!-- end analytics --> | 432 <!-- end analytics --> |
435 </div> | 433 </div> |
436 </div> <!-- /gc-footer --> | 434 </div> <!-- /gc-footer --> |
437 </div> <!-- /gc-container --> | 435 </div> <!-- /gc-container --> |
OLD | NEW |