Skip to content

Script Library to assist with development of McKesson iForms

License

Notifications You must be signed in to change notification settings

bradyrd/jquery-iforms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-iforms

iForm Script Library based using the jQuery framework http:https://heo-iforms.blogger.com/

Version: 0.1

Dual licensed under MIT or GPLv2 licenses http:https://en.wikipedia.org/wiki/MIT_License http:https://en.wikipedia.org/wiki/GNU_General_Public_License

Requires: jQuery

Function List

  • Text Input Functions
    • clearDefaultText
    • maskInput (includes functions for maxSize)
    • textboxToTextArea
  • Radio Button Functions
    • getRadio
    • _uniqueRadioNames
    • getRadioValue
    • setRadioValue
    • makeUncheckable
  • Checkbox Functions
    • check
    • uncheck
    • toggleChecked
    • checkAll
    • uncheckAll
    • isChecked
  • Combobox Functions
    • setCombobox
    • comboboxText
  • Related Objects Functions
    • radioCheckbox
    • cascadeCheckbox (incl callback in options)
    • relatedEnabled
    • relatedVisible
    • relatedToggleClass
    • relatedSetValue
    • selectOnUpdate (old ChildCallbackToParentCheckbox function)
  • Trigger Functions
    • triggerUpdateOnAll
    • addUpdateTrigger
    • triggerUpdate
    • hasTrigger
  • Other Functions
    • reset
    • tryFocus
    • addCSSrule
    • getObjectType
    • submitOnTimeout
    • ':textMatches' expression
    • vgr_init
    • set
    • checkSubmit (preventSubmit?)
    • synchControls (?)

To Do:

  • fix the toggleChecked w/ options
  • finish $.fn.timeout

Keycode Reference for maskInput

Code Key
8 backspace
9 tab
13 enter
16 shift
17 ctrl
18 alt
19 pause/break
20 caps lock
27 escape
33 page up
34 page down
35 end
36 home
37 left arrow
38 up arrow
39 right arrow
40 down arrow
45 insert
46 delete
48 0
49 1
50 2
51 3
52 4
53 5
54 6
55 7
56 8
57 9
65 a
66 b
67 c
68 d
69 e
70 f
71 g
72 h
73 i
74 j
75 k
76 l
77 m
78 n
79 o
80 p
81 q
82 r
83 s
84 t
85 u
86 v
87 w
88 x
89 y
90 z
91 left window
92 right window
93 select
96 numpad 0
97 numpad 1
98 numpad 2
99 numpad 3
00 numpad 4
01 numpad 5
02 numpad 6
03 numpad 7
04 numpad 8
05 numpad 9
06 numpad *
07 numpad +
09 numpad -
10 numpad .
11 numpad /
12 f1
13 f2
14 f3
15 f4
16 f5
17 f6
18 f7
19 f8
20 f9
21 f10
22 f11
23 f12
44 num lock
45 scroll lock
86 ;
87 =
88 ,
89 -
90 .
91 /
92 `
19 [
20 \
21 ]
22 '

About

Script Library to assist with development of McKesson iForms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%