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

Namespace: oAria

+

Ancestry: DataTable » .defaults » .oLanguage. » oAria

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

Navigation

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

Strings that are used for WAI-ARIA labels and controls only (these are not +actually visible on the page, but will be read by screenreaders, and thus +must be internationalised as well).

+ +
+ +
+ + +
+ +

Summary

+ +

Properties - static

+ +
+
<static> sSortAscending :string

ARIA label that is added to the table headers when the column may be +sorted ascending by activing the column (click or return when focused). +Note that the column header is prefixed to this string.

<static> sSortDescending :string

ARIA label that is added to the table headers when the column may be +sorted descending by activing the column (click or return when focused). +Note that the column header is prefixed to this string.

+
+
+ + + + +
+ +

Details

+

Properties - static

+
+
<static> sSortAscending :string

ARIA label that is added to the table headers when the column may be +sorted ascending by activing the column (click or return when focused). +Note that the column header is prefixed to this string.

+ +
+
Example
+
+
   $(document).ready( function() {
+     $('#example').dataTable( {
+       "oLanguage": {
+         "oAria": {
+           "sSortAscending": " - click/return to sort ascending"
+         }
+       }
+     } );
+   } );
+
+
<static> sSortDescending :string

ARIA label that is added to the table headers when the column may be +sorted descending by activing the column (click or return when focused). +Note that the column header is prefixed to this string.

+ +
+
Example
+
+
   $(document).ready( function() {
+     $('#example').dataTable( {
+       "oLanguage": {
+         "oAria": {
+           "sSortDescending": " - click/return to sort descending"
+         }
+       }
+     } );
+   } );
+
+
+
+
+ +
+ + + + \ No newline at end of file