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

Add support for rendering PDF combobox form control for <select> element #1848

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

Commits on Jul 10, 2014

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

    Include JetBrain IDE's .idea folder into .gitignore
    Hoang Nguyen committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    81c3db1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Configuration menu
    Copy the full SHA
    4c914aa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Reverse .gitignore file

    Hoang Nguyen committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    4f40b45 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. 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 committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    6811760 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Add data QMap object when rendering form field, allowing javascript e…

    …xecution for TextField on validation and onBlur
    Hoang Nguyen committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    b597172 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. 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 committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    e1b5596 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2014

  1. support for page-level javascript

    Hoang Nguyen committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    9f6e2e9 View commit details
    Browse the repository at this point in the history