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. #43

Open
wants to merge 10 commits into
base: wk_4.8.7
Choose a base branch
from

Commits on Jan 30, 2020

  1. Add support for rendering PDF form ComboBox

    Fix typo 'Parrent' to 'Parent'
    Hoang Nguyen authored and davidcornewell committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    80d6a61 View commit details
    Browse the repository at this point in the history
  2. "Add support for adding Hidden Field on PDF file"

    Hoang Nguyen authored and davidcornewell committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    3b74b58 View commit details
    Browse the repository at this point in the history
  3. Not forcing font on text input field

    Hoang Nguyen authored and davidcornewell committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e478fa2 View commit details
    Browse the repository at this point in the history
  4. Allow multiple Acroform text fields to have the same name by adding p…

    …arent object support.
    
    In the result PDF, modifying fields with same name will affect other field's value.
    Hoang Nguyen authored and davidcornewell committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    31e9891 View commit details
    Browse the repository at this point in the history
  5. Add support for validation and onblur javascript as well as alignment…

    … for Text and Combobox form control
    
    Use attributes data-acroform-validation and data-acroform-on-blur to specify javascript to be run.
    Use attribute data-align (left / center or right) to control alignment
    Hoang Nguyen authored and davidcornewell committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    ffe2741 View commit details
    Browse the repository at this point in the history
  6. Adding page-scope javascript function addPageJavascript (used to writ…

    …e global helper functions to be used in JS validation and JS actions)
    Hoang Nguyen authored and davidcornewell committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    12483b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Added objects to indicate how a check box should look when it is chec…

    …ked.
    
    Check boxes function as expected. Tested in chrome in windows,
    PDF expert on Mac, and Preview on Mac.
    davidcornewell committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    621a969 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

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

Commits on Mar 26, 2020

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

Commits on Sep 9, 2021

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