pdf.js/src/scripting_api
Calixte Denizet 3f29892d63 [JS] Fix several issues found in pdf in #13269
- app.alert and few other function can use an object as parameter ({cMsg: ...});
  - support app.alert with a question and a yes/no answer;
  - update field siblings when one is changed in an action;
  - stop calculation if calculate is set to false in the middle of calculations;
  - get a boolean for checkboxes when they've been set through annotationStorage instead of a string.
2021-05-04 19:21:51 +02:00
..
aform.js JS - Fix setting a color on an annotation 2021-02-20 15:24:37 +01:00
app.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
color.js [Regression] Prevent the *built* pdf.scripting.js/pdf.sandbox.js files from accidentally including most of the main-thread code (PR 12631 follow-up) 2020-12-04 14:17:26 +01:00
common.js JS - Handle correctly hierarchy of fields (#13133) 2021-03-30 08:50:35 -07:00
console.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
constants.js JS -- Add few missing constants in global scope 2021-01-11 17:19:28 +01:00
doc.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
error.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
event.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
field.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
fullscreen.js JS -- Implement app object 2020-11-20 15:46:52 +01:00
initialization.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
pdf_object.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
print_params.js JS -- Implement doc object 2020-11-10 16:16:42 +01:00
proxy.js [JS] Fix several issues found in pdf in #13269 2021-05-04 19:21:51 +02:00
thermometer.js JS -- Implement app object 2020-11-20 15:46:52 +01:00
util.js JS - Handle correctly hierarchy of fields (#13133) 2021-03-30 08:50:35 -07:00