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 form ComboBox #7

Open
wants to merge 6 commits into
base: wk_4.8.6
Choose a base branch
from

Commits on Jul 10, 2014

  1. Add support for rendering PDF form ComboBox

    Fix typo 'Parrent' to 'Parent'
    Hoang Nguyen committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    c216784 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. "Add support for adding Hidden Field on PDF file"

    Hoang Nguyen committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    50f4ff9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Not forcing font on text input field

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

Commits on Jul 29, 2014

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

Commits on Jul 30, 2014

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

Commits on Jul 31, 2014

  1. Adding page-scope javascript function addPageJavascript (used to writ…

    …e global helper functions to be used in JS validation and JS actions)
    Hoang Nguyen committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    cbe4e2f View commit details
    Browse the repository at this point in the history