Skip to content

Support app.alert and util.printd

Joao Oliveira requested to merge joliveira/okular:gsoc2019_appKJS into master

Two of the functions that are defined in the reference.

util.printd formats a date according to the input format, util.printd("dd/mm", date) will format the specified date to dd/mm, this date is a Date() object from JavaScript.

app.alert displays a dialog box containing informations to the user.

Merge request reports