Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

More support for --enable-forms. #4629

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 9, 2021

  1. Add support for rendering PDF combobox form control for <select> element

    Include JetBrain IDE's .idea folder into .gitignore
    Hoang Nguyen authored and dcornewell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5eac9bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7791ec View commit details
    Browse the repository at this point in the history
  3. Reverse .gitignore file

    Hoang Nguyen authored and dcornewell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    bab0bcd View commit details
    Browse the repository at this point in the history
  4. Combobox style fix. -webkit-appearance should be added manually in th…

    …e html rather than the script so that webPrinter can precisely locate the object
    Hoang Nguyen authored and dcornewell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    bd54d87 View commit details
    Browse the repository at this point in the history
  5. Add data QMap object when rendering form field, allowing javascript e…

    …xecution for TextField on validation and onBlur
    Hoang Nguyen authored and dcornewell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    97a05c0 View commit details
    Browse the repository at this point in the history
  6. Add support for writing document-scope Javascript

    To write global script, use script tag with data-acroform-include="true"
    and set script name with data-acroform-script-name="...".
    Hoang Nguyen authored and dcornewell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    47eb0c8 View commit details
    Browse the repository at this point in the history
  7. support for page-level javascript

    Hoang Nguyen authored and dcornewell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b0c5856 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9c6ad6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0274ff1 View commit details
    Browse the repository at this point in the history