1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Fix - docs: sNext and sPrevious referened to full_numbers pagination type, but they can be used for any pagination control: 9192

This commit is contained in:
Allan Jardine 2012-09-12 07:47:29 +01:00
parent 66e92ab655
commit a43714bfba
2 changed files with 8 additions and 8 deletions

View File

@ -9182,8 +9182,8 @@
/**
* Text to use when using the 'full_numbers' type of pagination for the
* button to take the user to the next page.
* Text to use for the 'next' pagination button (to take the user to the
* next page).
* @type string
* @default Next
* @dtopt Language
@ -9203,8 +9203,8 @@
/**
* Text to use when using the 'full_numbers' type of pagination for the
* button to take the user to the previous page.
* Text to use for the 'previous' pagination button (to take the user to
* the previous page).
* @type string
* @default Previous
* @dtopt Language

View File

@ -1384,8 +1384,8 @@ DataTable.defaults = {
/**
* Text to use when using the 'full_numbers' type of pagination for the
* button to take the user to the next page.
* Text to use for the 'next' pagination button (to take the user to the
* next page).
* @type string
* @default Next
* @dtopt Language
@ -1405,8 +1405,8 @@ DataTable.defaults = {
/**
* Text to use when using the 'full_numbers' type of pagination for the
* button to take the user to the previous page.
* Text to use for the 'previous' pagination button (to take the user to
* the previous page).
* @type string
* @default Previous
* @dtopt Language