-
1. Re: Is it possible to SORT in Forms?
try67 Jan 22, 2014 1:11 AM (in response to BSisson)Can I SORT either the Table or the Big text field in on Tablet running Adobe reader?? (Speed isn't a problem once I hit 'build')
Yes, but you'll need to define the sorting criteria. There's a built in command in JS that can do it for you. See here:
-
2. Re: Is it possible to SORT in Forms?
BSisson Jan 22, 2014 7:04 AM (in response to try67)That was easy! Why didn't that come up when I did a help search inside the Adobe API? Is that a platform dependednt function or should ALL Adobe platforms support that? (PC, Android and MAC tablets)
-
3. Re: Is it possible to SORT in Forms?
GKaiseril Jan 22, 2014 7:23 AM (in response to BSisson)The Acrobat JavaScript API is primarily a reference for Acrobat JavaScript extensions and not the EMCA JavaScript..
Mobile devices do not have the capacity nor all features of a computer. Most importantly JavaScript has not be implemented on mobile devices for many reasons. Some apps provide limited JavaScript support, so you need to test your code on each device and each app to figure out how to perform the task or that you cannot perform the task.
-
4. Re: Is it possible to SORT in Forms?
try67 Jan 22, 2014 7:32 AM (in response to BSisson)It's a core JS method, and therefore not documented in the Acrobat JS API.
The core JS API can be found here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference



