0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 16 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added todo: div with parcelfield=true will cause recursive calls More... over 14 years ago
some improvements including build parcel on form, editable option on un-inputtable fields like label and hidden, triggerNative improvements, pass parameters to next handler for triggerChangeOnEvent and ensureBubbleOnChange, correct way of check/uncheck radio/checkbox, notify option for setting state, added more TODOs More... over 14 years ago
extracted some callbacks and cache them More... almost 15 years ago
replaced some selector with more effecient implemention More... almost 15 years ago
set state with option.silent will not fire any event More... almost 15 years ago
send addItems/addItemsInitial event when adding new array field items while setting state; send removeItems when remove array field items while setting state More... almost 15 years ago
removed virtualfield customized property of DOM element; improved performance of building fields; improved performance of checking a ignored field More... almost 15 years ago
update TODO about performance improvement More... almost 15 years ago
added TODO More... almost 15 years ago
default state of textbox is got through defaultValue DOM property by default More... almost 15 years ago
accept option for resetState and revertState; sync(true) will do two way sync; pass state as a parameter of 'addItem'/'addItemInitial' event handler More... almost 15 years ago
removed TODO item which is done More... almost 15 years ago
throw if any named field does not match the name constraint of parent array field More... almost 15 years ago
displayed(), $.hasTag() and $.hasType() accept empty jQuery object and jQuery object representing document More... almost 15 years ago
added TODO : building parcel with name constraint should not ignore field not matching name constraint but throw, otherwise event will be messed up More... almost 15 years ago
not allow null as empty string for text, empty array for checkbox and so on while setting state/defaultState; empty jQuery object is not editable More... almost 15 years ago
added TODO, don't accept null as "" for text and readonly field, "" as first option for select, null as [] for checkbox, all these will break state comparasion during setting state!!! More... almost 15 years ago
added TODO, convert to primative value before checking for Number, Boolean and String. More... almost 15 years ago
added test for applying behaviour with arguments More... almost 15 years ago
fire change event on each closest finally alive parent after removing DOM elements; added option.initial for setting state; mixin prototype before call behaviour function; apply behaviour with args; ignore submit; check displayed in showHide; accept null as a state of empty string or first option; do nothing to non-user-interactable field when reseting state More... almost 15 years ago
added TODO about suppressing exception on calls against empty jQuery object. More... almost 15 years ago
apply option.editable on radio and checkbox group. $.stateContain worked with array More... almost 15 years ago
fire more event in textbox while setting state to simulate real user interaction. clear footprint while create parcel on fly. renamed option.check to option.verify More... almost 15 years ago
Not sure which side of the "classes v custom attributes v JS config" argument we should take. Custom attributes should be ok for now. More... almost 15 years ago
Added some notes to TODO. More... almost 15 years ago
provided event mechanism to support add/remove field while setting state of array field More... almost 15 years ago
get/set state/defaultState of virtual field without parent parcel will create a parcel implicitly on the fly. More... almost 15 years ago
ignore button while building parcel. made jquery.print.js optional for fine formated error msg. added place holder tests More... almost 15 years ago
styling on readme More... almost 15 years ago
styling on readme More... almost 15 years ago