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/s.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: 8.3 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 - s</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>s</span>
53        </h1>
54
55        <p class="description summary">
56         
57         
58         
59       
60          Settings object which contains customisable information for FixedColumns 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 s.">
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/s.html#constructor">s</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 s.">
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                        s.<b><a href="../symbols/s.html#.dt">dt</a></b>
113                        </div>
114                        <div class="description">DataTables settings objects</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                        s.<b><a href="../symbols/s.html#.heights">heights</a></b>
123                        </div>
124                        <div class="description">Store the heights of the rows for a draw.</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                        s.<b><a href="../symbols/s.html#.leftColumns">leftColumns</a></b>
133                        </div>
134                        <div class="description">Number of left hand columns to fix in position</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                        s.<b><a href="../symbols/s.html#.rightColumns">rightColumns</a></b>
143                        </div>
144                        <div class="description">Number of right hand columns to fix in position</div>
145                      </td>
146                    </tr>
147                 
148                </tbody>
149              </table>
150            </div>
151         
152         
153         
154       
155
156  <!--
157  #### METHODS SUMMARY
158  -->
159       
160       
161  <!--
162  #### EVENTS SUMMARY
163  -->
164       
165
166  <!--
167  #### CONSTRUCTOR DETAILS
168  -->
169       
170          <div class="details props">
171            <div class="innerProps">
172              <a name="constructor"></a>
173             
174              <div class="sectionTitle">
175                Namespace Detail
176              </div>
177             
178              <div class="fixedFont">
179                <b>s</b>
180              </div>
181             
182              <div class="description">
183               
184               
185              </div>
186             
187             
188           
189             
190             
191             
192            </div>
193          </div>
194       
195
196  <!--
197  #### FIELD DETAILS
198  -->
199       
200          <div class="details props">
201            <div class="innerProps">
202
203              <div class="sectionTitle">
204                Field Detail
205              </div>
206             
207             
208                <a name=".dt"></a>
209               
210                <div class="fixedFont heading">
211                  <span class='lighter'>
212                  &lt;static&gt;
213                  </span>
214                 
215                  <span class="light">{object}</span>
216                 
217                  <span class="light">s.</span><b>dt</b>             
218                </div>
219               
220                <div class="description">
221                  DataTables settings objects
222                 
223                 
224                 
225                </div>
226               
227               
228
229               
230                  <dl class="detailList nomargin">
231                 
232                   
233                   
234                   
235                   
236                      <dt class="heading">Default Value:</dt>
237                      <dd>
238                        null
239                      </dd>
240                   
241                  </dl>
242               
243               
244                <div class="hr"></div>
245             
246                <a name=".heights"></a>
247               
248                <div class="fixedFont heading">
249                  <span class='lighter'>
250                  &lt;static&gt;
251                  </span>
252                 
253                  <span class="light">{array int}</span>
254                 
255                  <span class="light">s.</span><b>heights</b>             
256                </div>
257               
258                <div class="description">
259                  Store the heights of the rows for a draw. This can significantly speed up a draw where both
260left and right columns are fixed
261                 
262                 
263                 
264                </div>
265               
266               
267
268               
269                  <dl class="detailList nomargin">
270                 
271                   
272                   
273                   
274                   
275                      <dt class="heading">Default Value:</dt>
276                      <dd>
277                        0
278                      </dd>
279                   
280                  </dl>
281               
282               
283                <div class="hr"></div>
284             
285                <a name=".leftColumns"></a>
286               
287                <div class="fixedFont heading">
288                  <span class='lighter'>
289                  &lt;static&gt;
290                  </span>
291                 
292                  <span class="light">{int}</span>
293                 
294                  <span class="light">s.</span><b>leftColumns</b>             
295                </div>
296               
297                <div class="description">
298                  Number of left hand columns to fix in position
299                 
300                 
301                 
302                </div>
303               
304               
305
306               
307                  <dl class="detailList nomargin">
308                 
309                   
310                   
311                   
312                   
313                      <dt class="heading">Default Value:</dt>
314                      <dd>
315                        1
316                      </dd>
317                   
318                  </dl>
319               
320               
321                <div class="hr"></div>
322             
323                <a name=".rightColumns"></a>
324               
325                <div class="fixedFont heading">
326                  <span class='lighter'>
327                  &lt;static&gt;
328                  </span>
329                 
330                  <span class="light">{int}</span>
331                 
332                  <span class="light">s.</span><b>rightColumns</b>             
333                </div>
334               
335                <div class="description">
336                  Number of right hand columns to fix in position
337                 
338                 
339                 
340                </div>
341               
342               
343
344               
345                  <dl class="detailList nomargin">
346                 
347                   
348                   
349                   
350                   
351                      <dt class="heading">Default Value:</dt>
352                      <dd>
353                        0
354                      </dd>
355                   
356                  </dl>
357               
358               
359               
360             
361            </div>
362          </div>
363       
364
365  <!--
366  #### METHOD DETAILS
367  -->   
368       
369       
370  <!--
371  #### EVENT DETAILS
372  -->   
373       
374      </div>
375    </div>
376  </body>
377</html>
Note: See TracBrowser for help on using the repository browser.