- 07 Jun, 2012 40 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
Load, GetList, and Remove document do not work.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
We can select files in the slickgrid document lister and the good application will be loaded with the good file. Extensions are hidden.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
Of course, the link is still there.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
If the storage does not search into document list by itself, JIO will limit it anyway. The storage should use the method researchDone() to tell to JIO that the document list is already limited (avoid double limiting). If the storage can not support limiting, it can also use searchDocumentArray() provided by JIO (and no need to use researchDone()).
-
Tristan Cavelier authored
-
Tristan Cavelier authored
If the storage does not limit document list by itself, JIO will limit it anyway. The storage should use the method limitDone() to tell to JIO that the document list is already limited (avoid double limiting). If the storage can not support limiting, it can also use limitDocumentArray() provided by JIO (and no need to use limitDone()).
-
Tristan Cavelier authored
If the storage does not sort document list by itself, JIO will sort it anyway. The storage should use the method sortDone() to tell to JIO that the document list is already sorted (avoid double sorting). If the storage can not support sorting, it can also use sortDocumentArray() provided by JIO (and no need to use sortDone()).
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-