Mike Gerwitz
782e4832af
Cache DomField parent element
...
* src/ui/field/DomField.js (getParentElement):
Renamed from getParent. Cache parent element in memory so that we have a
reference for re-attaching fields to the DOM.
(getParent): Public API addition; call getParentElement
2016-04-04 12:30:21 -04:00
Mike Gerwitz
fa37850408
Proper NaFieldStyler sub-field hiding support
...
* src/ui/styler/NaFieldStyler.js (_isSubField): Added
(applyStyle, revokeStyle): Will not hide parents of sub-fields
2016-04-04 12:30:21 -04:00
Mike Gerwitz
064fcd00fd
Abort TabbedGroupUi hide when deferred
...
* src/ui/group/TabbedGroupUi.js (doShowField, doHideField):
Return from method after setting deferred operation. This previously
did not fail because jQuery didn't care if operations are not
performed on field matches.
2016-04-04 12:30:05 -04:00
Mike Gerwitz
eb073f5db0
DomField#getParent proper nodeName comparison
...
* src/ui/field/DomFieldFactory (getParent): Convert parent nodeName to
uppercase before comparison (it might not always be)
2016-04-04 11:17:14 -04:00
Mike Gerwitz
edbc45a79b
DomField#getContainingRow handling of direct row reference
...
* src/ui/field/DomField.js (getContainingRow): Return self if DT or DD
Certain types of elements (e.g. statics) are compiled such that the direct
reference is the row itself.
2016-04-04 11:17:14 -04:00
Mike Gerwitz
c204a12c19
Add NaFieldStyler
...
* src/ui/styler/NaFieldStyler.js: Added
* test/ui/styler/NaFieldStylerTest.js: Added
2016-04-04 11:17:12 -04:00
Mike Gerwitz
4cce3759db
Rename method todo on DomContext#_dequeue
...
* src/ui/context/DomContext.js (_dequeue): Add todo
2016-04-02 00:30:42 -04:00
Mike Gerwitz
d126f618ae
Add FieldStyler docblocks
...
* src/ui/styler/FieldStyler.js (getId, applyStyle, revokeStyle,
addClass, removeClass): Docblocks added
2016-04-02 00:30:42 -04:00
Mike Gerwitz
a3b16f33c9
Liberate ui/styler/
...
* src/ui/styler/ErrorFieldStyler.js: Added
* src/ui/styler/ErrorStyler.js: Added
* src/ui/styler/FieldStyler.js: Added
* src/ui/styler/SidebarErrorStyler.js: Added
* src/ui/styler/StepErrorStyler.js: Added
* src/ui/styler/Styler.js: Added
2016-04-02 00:30:42 -04:00
Mike Gerwitz
37c74eac48
ElementStyler.js (__construct): Decouple jQuery instance
2016-04-02 00:30:42 -04:00
Mike Gerwitz
fea4e151cc
Liberated archaic DOM element styler
...
* src/ui/ElementStyler.js: Added
* src/sort/MultiSort.js: Removed ElementStyler liberation todo
* src/ui/field/DomFieldFactory.js: Same
* src/ui/step/GeneralStepUi.js: Same
* src/ui/step/StepUiBuilder.js: Same
This existed when the framework was very long, and has managed to survive
numerous refactoring attempts; it used to be a small class abstracting
element styling, and it has had crap thrown into it ever since, partially
due to time constraints. It needs to go away.
2016-04-02 00:30:11 -04:00
Mike Gerwitz
003d527307
Liberate context/
...
* ui/context/Context.js: Added
* ui/context/DomContext.js: Added
* ui/context/DynamicContext.js: Added
* ui/context/RootDomContext.js: Added
2016-04-01 16:03:52 -04:00
Mike Gerwitz
2fa20c9864
Group support for showing/hiding sub-fields
...
* src/ui/GroupUi.js (getFieldElements): New method
(showField, hideField): Use GroupUi#getFieldElements
* src/ui/group/TabbedGroupUi (showField, hideField):
Use GroupUi#getFieldElements
2016-03-30 14:16:27 -04:00
Mike Gerwitz
6ab3842015
Proper attribution for src/version.js.in
2016-03-29 14:35:59 -04:00
Arthur Domino
93bff03676
Do not collapse CollapseTableGroups when created.
2016-03-29 09:58:26 -04:00
Mike Gerwitz
c56d6ac7b2
GeneralStepUi#_sortGroups: correct group sorting
...
The modified parent was not the parent of groups, so the group DOM operations failed.
2015-12-04 10:03:52 -05:00
Mike Gerwitz
1a3dd236f8
GeneralStepUi#_sortGroups: maintain DOM order after group sorting
...
This was affected by 4ce78ebd9e
.
2015-12-03 08:27:59 -05:00
Mike Gerwitz
a60bf6b52e
Liberated Group and its various UIs
...
The `AccordionGroupUi` was not liberated, because it is my intent to
eliminate it---I did not agree with its needless addition to begin with. If
we do end up keeping it, then it will be liberated as well.
2015-12-03 00:36:31 -05:00
Mike Gerwitz
3d9780c39e
{=>General}StepUi; StepUi interface
...
This allows us to begin development (and testing) of StepUi subtypes without
having to worry about the convoluted crap that GeneralStepUi is doing.
Specifically, all the jQuery stuff needs to go.
2015-12-03 00:11:53 -05:00
Mike Gerwitz
cc21298297
StepUi: Accept and return vanilla DOM content
...
This encapsulates the use of jQuery which will eventually be entirely
eliminated.
2015-12-03 00:11:53 -05:00
Mike Gerwitz
972856225b
Extract StepUi#detach
...
You can't see where this is going, because there is other code that is not
yet part of Liza. ...sorry.
2015-12-03 00:11:52 -05:00
Mike Gerwitz
4ce78ebd9e
StepUiBuilder do not enclose groups in parent element
...
This allows the caller to handle how to group and render steps. But we do
add another container to hold each of the groups.
2015-12-03 00:11:52 -05:00
Mike Gerwitz
44323a0b59
Liberated StepUiBuilder
2015-12-03 00:11:52 -05:00
Mike Gerwitz
9a1dd337eb
Liberate {,ui/}field/
2015-11-30 14:38:42 -05:00
Mike Gerwitz
4cc240e977
Liberate Step
2015-11-30 13:40:33 -05:00
Mike Gerwitz
f9b3fa0622
Liberate MultiSort
...
Step dependency.
2015-11-30 13:40:26 -05:00
Mike Gerwitz
1c4554dd0d
Minor StepUi cleanup
2015-11-30 11:57:10 -05:00
Mike Gerwitz
215869e1ea
Liberate StepUi
...
This has a lot of rough code in it, much of which I do not approve of. But
it'll never be liberated if I make everything pristine beforehand!
2015-11-30 11:37:41 -05:00
Mike Gerwitz
5c2c468183
ECMAScript 3 compatibility fixes
...
This is crazy, but LoVullo Associates still supports browsers as far back as
IE7, meaning that we need to maintain ES3 support; that will hopefully
change soon.
2015-05-31 23:51:08 -04:00
Mike Gerwitz
a383a36bfc
HttpDataApi#request permits null data
2015-05-29 12:45:02 -04:00
Mike Gerwitz
0599acc23a
Key-value param encoding moved from XhrHttpImpl to HttpDataApi
2015-05-29 12:22:26 -04:00
Mike Gerwitz
f122d85938
XhrHttpImpl modify URL for GET request params and encode key-value
...
Some of this may be more appropriate to move out of XhrHttpImpl into
something like HttpDataApi...
2015-05-29 09:35:21 -04:00
Mike Gerwitz
881e740bb9
JsonResponse returns parse error or combined request/parse on failure
2015-05-28 15:15:41 -04:00
Mike Gerwitz
ca68d12370
XhrHttpImpl no longer modifying response text
...
Status code included with error object
2015-05-28 15:15:41 -04:00
Mike Gerwitz
8f9b8f779f
JsonResponse retain output value on request error
2015-05-28 15:15:41 -04:00
Mike Gerwitz
e8344e36bb
dapi.format.JsonResponse response text output value on parse failure
2015-05-28 15:15:41 -04:00
Mike Gerwitz
1669f9eeda
XhrHttpImpl#request invokes XHR send
...
This should have always been the case; I am not sure what I was thinking,
considering that the object is encapsulated.
2015-05-28 15:15:39 -04:00
Mike Gerwitz
76280b0cac
AutoRetry distinction between predicate truth and request failure
2015-05-28 15:03:50 -04:00
Mike Gerwitz
2b92a2c447
JsonResponse#request must be virtual
...
To suppor trait stacking.
2015-05-28 15:03:48 -04:00
Mike Gerwitz
af4a775155
AutoRetry delay implementation
2015-05-27 15:25:43 -04:00
Mike Gerwitz
ca5d064455
AutoRetry trait initial implementation
2015-05-27 15:25:42 -04:00
Mike Gerwitz
8fbd4dd220
XhrHttpImpl#serveError
2015-05-12 16:32:49 -04:00
Mike Gerwitz
d4328968e8
XhrHttpImpl considers any 2xx status to be successful
2015-05-12 16:32:49 -04:00
Mike Gerwitz
6cc260b443
XhrHttpImpl#isSuccessful determines HTTP response success
...
May be overridden by subtypes.
2015-05-12 16:32:48 -04:00
Mike Gerwitz
b4ef6439e9
JsonDataApi=>JsonResponse trait
...
This cuts down on the code significantly and makes more sense, since we
would not want to veil the API of any classes that want to use this.
2015-05-12 16:32:43 -04:00
Mike Gerwitz
0e9c511117
HttpDataApi.request is now virtual
...
Will support mixins
2015-05-12 13:45:19 -04:00
Mike Gerwitz
0a07ad4982
Added JsonDataApi
2015-05-12 13:45:19 -04:00
Mike Gerwitz
6d0acf5916
Initial XhrHttpImpl implementation
2015-05-12 13:45:19 -04:00
Mike Gerwitz
e0f1c600ba
Began liberating DataApi
...
The Data API is being heavily refactored and tested; while moving files into the
Liza repository, I noticed some inefficiencies with the design. These are being
heavily improved upon.
2015-05-12 13:45:19 -04:00
Mike Gerwitz
6149649327
jQuery dependency injected into GroupUi
2015-05-01 14:20:13 -04:00