/[projects]/misc/horsensspejder-web/jquery/DataTables-1.9.4/media/unit_testing/tests_onhold/2_js/aoColumns.sName.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/DataTables-1.9.4/media/unit_testing/tests_onhold/2_js/aoColumns.sName.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: application/javascript
File size: 580 byte(s)
initial import
1 // DATA_TEMPLATE: js_data
2 oTest.fnStart( "aoColumns.sName" );
3
4 /* This has no effect at all in DOM methods - so we just check that it has applied the name */
5
6 $(document).ready( function () {
7 /* Check the default */
8 var oTable = $('#example').dataTable( {
9 "aaData": gaaData,
10 "aoColumns": [
11 null,
12 null,
13 null,
14 { "sName": 'unit test' },
15 null
16 ]
17 } );
18 var oSettings = oTable.fnSettings();
19
20 oTest.fnTest(
21 "Names are stored in the columns object",
22 null,
23 function () { return oSettings.aoColumns[3].sName =="unit test"; }
24 );
25
26
27 oTest.fnComplete();
28 } );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20