PHP Classes

File: assets/js/datatables/unit_testing/tests_onhold/1_dom/2530-2.js

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   assets/js/datatables/unit_testing/tests_onhold/1_dom/2530-2.js   Download  
File: assets/js/datatables/unit_testing/tests_onhold/1_dom/2530-2.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 332 bytes
 

Contents

Class file image Download
// DATA_TEMPLATE: dom_data oTest.fnStart( "User given with is left when no scrolling" ); $(document).ready( function () { $('#example')[0].style.width = "80%"; $('#example').dataTable(); oTest.fnTest( "Check user width is left", null, function () { return $('#example').width() == 640; } ); oTest.fnComplete(); } );