X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webapp%2Fresources%2Fdatatables-1.9.4%2Fdocs%2FDataTable.defaults.oLanguage.oPaginate.html;fp=webapp%2Fresources%2Fdatatables-1.9.4%2Fdocs%2FDataTable.defaults.oLanguage.oPaginate.html;h=d26c422a2642e3205835981343f4cefa7769f6a8;hb=9bb6ee99ca7f738fac1087190b5481b8fe6e8d9f;hp=0000000000000000000000000000000000000000;hpb=2e3f6b76be585306f1003d849831840c0adb3360;p=proteocache.git diff --git a/webapp/resources/datatables-1.9.4/docs/DataTable.defaults.oLanguage.oPaginate.html b/webapp/resources/datatables-1.9.4/docs/DataTable.defaults.oLanguage.oPaginate.html new file mode 100644 index 0000000..d26c422 --- /dev/null +++ b/webapp/resources/datatables-1.9.4/docs/DataTable.defaults.oLanguage.oPaginate.html @@ -0,0 +1,164 @@ + + + + + Namespace: oPaginate - documentation + + + + + + + + + +
+ + +
+

Namespace: oPaginate

+

Ancestry: DataTable » .defaults » .oLanguage. » oPaginate

+
+ DataTables v1.9.4 documentation +
+
+ + + +
+

Navigation

+ +
+ + Hiding private elements + (toggle) + +
+
+ + Showing extended elements + (toggle) + +
+
+ +
+ +
+ +

Pagination string used by DataTables for the two built-in pagination +control types ("two_button" and "full_numbers")

+ +
+ +
+ + +
+ +

Summary

+ +

Properties - static

+ +
+
<static> sFirst :string

Text to use when using the 'full_numbers' type of pagination for the +button to take the user to the first page.

<static> sLast :string

Text to use when using the 'full_numbers' type of pagination for the +button to take the user to the last page.

<static> sNext :string

Text to use for the 'next' pagination button (to take the user to the +next page).

<static> sPrevious :string

Text to use for the 'previous' pagination button (to take the user to
+the previous page).

+
+
+ + + + +
+ +

Details

+

Properties - static

+
+
<static> sFirst :string

Text to use when using the 'full_numbers' type of pagination for the +button to take the user to the first page.

+ +
+
Example
+
+
   $(document).ready( function() {
+     $('#example').dataTable( {
+       "oLanguage": {
+         "oPaginate": {
+           "sFirst": "First page"
+         }
+       }
+     } );
+   } );
+
+
<static> sLast :string

Text to use when using the 'full_numbers' type of pagination for the +button to take the user to the last page.

+ +
+
Example
+
+
   $(document).ready( function() {
+     $('#example').dataTable( {
+       "oLanguage": {
+         "oPaginate": {
+           "sLast": "Last page"
+         }
+       }
+     } );
+   } );
+
+
<static> sNext :string

Text to use for the 'next' pagination button (to take the user to the +next page).

+ +
+
Example
+
+
   $(document).ready( function() {
+     $('#example').dataTable( {
+       "oLanguage": {
+         "oPaginate": {
+           "sNext": "Next page"
+         }
+       }
+     } );
+   } );
+
+
<static> sPrevious :string

Text to use for the 'previous' pagination button (to take the user to
+the previous page).

+ +
+
Example
+
+
   $(document).ready( function() {
+     $('#example').dataTable( {
+       "oLanguage": {
+         "oPaginate": {
+           "sPrevious": "Previous page"
+         }
+       }
+     } );
+   } );
+
+
+
+
+ +
+ + + + \ No newline at end of file