Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/jQuery/jQueryPlugins/DataTables-1.7.6/extras/FixedColumns/media/docs/symbols/dom.html @ 6286

Last change on this file since 6286 was 6286, checked in by dkahn, 13 years ago

#1198 Added jQuery plus plugins

File size: 9.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3  <head>
4    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5    <meta name="generator" content="JsDoc Toolkit" />
6   
7    <title>JsDoc Reference - dom</title>
8    <link href="../css/default.css" type="text/css" rel="stylesheet" media="all" />
9  </head>
10
11  <body>
12    <div id="header">
13</div>
14
15    <div class="index">
16      <div class="menu">
17        <!-- begin publish.classesIndex -->
18        <div align="center"><a href="../index.html">Class Index</a> | <a href="../files.html">File Index</a></div>
19
20<h2 class="heading1">Classes</h2>
21
22<ul class="classList">
23 
24    <li><a href="../symbols/_global_.html">_global_</a></li>
25 
26    <li><a href="../symbols/dom.html">dom</a></li>
27 
28    <li><a href="../symbols/dom.clone.html">dom.clone</a></li>
29 
30    <li><a href="../symbols/dom.clone.left.html">dom.clone.left</a></li>
31 
32    <li><a href="../symbols/dom.clone.right.html">dom.clone.right</a></li>
33 
34    <li><a href="../symbols/s.html">s</a></li>
35 
36</ul>
37
38        <!-- end publish.classesIndex -->
39      </div>
40     
41      <div class="fineprint" style="clear:both">
42       
43        Generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Wed Mar 02 2011 19:10:47 GMT-0000 (GMT)<br />
44        HTML template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a>
45      </div>
46    </div>
47   
48    <div class="content">
49      <div class="innerContent">
50        <h1 class="classTitle">
51         
52          Namespace <span>dom</span>
53        </h1>
54
55        <p class="description summary">
56         
57         
58         
59       
60          Common and useful DOM elements for the class instance
61         
62         
63            <br /><em>Defined in: </em> <a href="../symbols/src/js_FixedColumns.js.html">FixedColumns.js</a>.
64         
65        </p>
66
67       
68          <div class="props">
69            <table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class dom.">
70              <caption>Namespace Summary</caption>
71              <thead>
72                <tr>
73                  <th scope="col">Constructor Attributes</th>
74                  <th scope="col">Constructor Name and Description</th>
75                </tr>
76              </thead>
77              <tbody>
78                <tr>
79                  <td class="attributes">&nbsp;</td>
80                  <td class="nameDescription" >
81                    <div class="fixedFont">
82                      <b><a href="../symbols/dom.html#constructor">dom</a></b>
83                    </div>
84                    <div class="description"></div>
85                  </td>
86                </tr>
87              </tbody>
88            </table>
89          </div>
90       
91
92       
93         
94         
95            <div class="props">
96              <table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class dom.">
97                <caption>Field Summary</caption>
98               
99                <thead>
100                  <tr>
101                    <th scope="col">Field Attributes</th>
102                    <th scope="col">Field Name and Description</th>
103                  </tr>
104                </thead>
105               
106                <tbody>
107                 
108                    <tr>
109                      <td class="attributes">&lt;static&gt; &nbsp;</td>
110                      <td class="nameDescription">
111                        <div class="fixedFont">
112                        dom.<b><a href="../symbols/dom.html#.body">body</a></b>
113                        </div>
114                        <div class="description">DataTables body table</div>
115                      </td>
116                    </tr>
117                 
118                    <tr>
119                      <td class="attributes">&lt;static&gt; &nbsp;</td>
120                      <td class="nameDescription">
121                        <div class="fixedFont">
122                        dom.<b><a href="../symbols/dom.html#.footer">footer</a></b>
123                        </div>
124                        <div class="description">DataTables footer table</div>
125                      </td>
126                    </tr>
127                 
128                    <tr>
129                      <td class="attributes">&lt;static&gt; &nbsp;</td>
130                      <td class="nameDescription">
131                        <div class="fixedFont">
132                        dom.<b><a href="../symbols/dom.html#.header">header</a></b>
133                        </div>
134                        <div class="description">DataTables header table</div>
135                      </td>
136                    </tr>
137                 
138                    <tr>
139                      <td class="attributes">&lt;static&gt; &nbsp;</td>
140                      <td class="nameDescription">
141                        <div class="fixedFont">
142                        dom.<b><a href="../symbols/dom.html#.scrollContainer">scrollContainer</a></b>
143                        </div>
144                        <div class="description">Scroll container that DataTables has added</div>
145                      </td>
146                    </tr>
147                 
148                    <tr>
149                      <td class="attributes">&lt;static&gt; &nbsp;</td>
150                      <td class="nameDescription">
151                        <div class="fixedFont">
152                        dom.<b><a href="../symbols/dom.html#.scroller">scroller</a></b>
153                        </div>
154                        <div class="description">DataTables scrolling element</div>
155                      </td>
156                    </tr>
157                 
158                </tbody>
159              </table>
160            </div>
161         
162         
163         
164       
165
166  <!--
167  #### METHODS SUMMARY
168  -->
169       
170       
171  <!--
172  #### EVENTS SUMMARY
173  -->
174       
175
176  <!--
177  #### CONSTRUCTOR DETAILS
178  -->
179       
180          <div class="details props">
181            <div class="innerProps">
182              <a name="constructor"></a>
183             
184              <div class="sectionTitle">
185                Namespace Detail
186              </div>
187             
188              <div class="fixedFont">
189                <b>dom</b>
190              </div>
191             
192              <div class="description">
193               
194               
195              </div>
196             
197             
198           
199             
200             
201             
202            </div>
203          </div>
204       
205
206  <!--
207  #### FIELD DETAILS
208  -->
209       
210          <div class="details props">
211            <div class="innerProps">
212
213              <div class="sectionTitle">
214                Field Detail
215              </div>
216             
217             
218                <a name=".body"></a>
219               
220                <div class="fixedFont heading">
221                  <span class='lighter'>
222                  &lt;static&gt;
223                  </span>
224                 
225                  <span class="light">{node}</span>
226                 
227                  <span class="light">dom.</span><b>body</b>             
228                </div>
229               
230                <div class="description">
231                  DataTables body table
232                 
233                 
234                 
235                </div>
236               
237               
238
239               
240                  <dl class="detailList nomargin">
241                 
242                   
243                   
244                   
245                   
246                      <dt class="heading">Default Value:</dt>
247                      <dd>
248                        null
249                      </dd>
250                   
251                  </dl>
252               
253               
254                <div class="hr"></div>
255             
256                <a name=".footer"></a>
257               
258                <div class="fixedFont heading">
259                  <span class='lighter'>
260                  &lt;static&gt;
261                  </span>
262                 
263                  <span class="light">{node}</span>
264                 
265                  <span class="light">dom.</span><b>footer</b>             
266                </div>
267               
268                <div class="description">
269                  DataTables footer table
270                 
271                 
272                 
273                </div>
274               
275               
276
277               
278                  <dl class="detailList nomargin">
279                 
280                   
281                   
282                   
283                   
284                      <dt class="heading">Default Value:</dt>
285                      <dd>
286                        null
287                      </dd>
288                   
289                  </dl>
290               
291               
292                <div class="hr"></div>
293             
294                <a name=".header"></a>
295               
296                <div class="fixedFont heading">
297                  <span class='lighter'>
298                  &lt;static&gt;
299                  </span>
300                 
301                  <span class="light">{node}</span>
302                 
303                  <span class="light">dom.</span><b>header</b>             
304                </div>
305               
306                <div class="description">
307                  DataTables header table
308                 
309                 
310                 
311                </div>
312               
313               
314
315               
316                  <dl class="detailList nomargin">
317                 
318                   
319                   
320                   
321                   
322                      <dt class="heading">Default Value:</dt>
323                      <dd>
324                        null
325                      </dd>
326                   
327                  </dl>
328               
329               
330                <div class="hr"></div>
331             
332                <a name=".scrollContainer"></a>
333               
334                <div class="fixedFont heading">
335                  <span class='lighter'>
336                  &lt;static&gt;
337                  </span>
338                 
339                  <span class="light">{node}</span>
340                 
341                  <span class="light">dom.</span><b>scrollContainer</b>             
342                </div>
343               
344                <div class="description">
345                  Scroll container that DataTables has added
346                 
347                 
348                 
349                </div>
350               
351               
352
353               
354                  <dl class="detailList nomargin">
355                 
356                   
357                   
358                   
359                   
360                      <dt class="heading">Default Value:</dt>
361                      <dd>
362                        null
363                      </dd>
364                   
365                  </dl>
366               
367               
368                <div class="hr"></div>
369             
370                <a name=".scroller"></a>
371               
372                <div class="fixedFont heading">
373                  <span class='lighter'>
374                  &lt;static&gt;
375                  </span>
376                 
377                  <span class="light">{node}</span>
378                 
379                  <span class="light">dom.</span><b>scroller</b>             
380                </div>
381               
382                <div class="description">
383                  DataTables scrolling element
384                 
385                 
386                 
387                </div>
388               
389               
390
391               
392                  <dl class="detailList nomargin">
393                 
394                   
395                   
396                   
397                   
398                      <dt class="heading">Default Value:</dt>
399                      <dd>
400                        null
401                      </dd>
402                   
403                  </dl>
404               
405               
406               
407             
408            </div>
409          </div>
410       
411
412  <!--
413  #### METHOD DETAILS
414  -->   
415       
416       
417  <!--
418  #### EVENT DETAILS
419  -->   
420       
421      </div>
422    </div>
423  </body>
424</html>
Note: See TracBrowser for help on using the repository browser.