Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-25 | Forms: support doc.mailDoc. | Paul Gardiner | |
2012-09-25 | Forms: handle app.launchUrl, currently by displaying a warning | Paul Gardiner | |
2012-09-25 | Forms: show warning for use of app.execDialog | Paul Gardiner | |
app.execDialog looks very difficult to support. Hopefully we wont have to | |||
2012-09-25 | Forms: handle app.execMenuItem (presently just as a not-supported warning) | Paul Gardiner | |
The name of the menu item is passed, so presumably the app could respond to some of the possibilities. | |||
2012-09-19 | Forms: handle print request, both from javascript and from named action | Paul Gardiner | |
Currently the app windows app responds with a message box explaining that the MuPDF library passes print requests to the app, but the app does not implement printing. | |||
2012-09-19 | Forms: ensure result from alert callback is passed back to caller | Paul Gardiner | |
2012-09-18 | Forms: add event handling api and specifically support for javascript alert | Paul Gardiner | |