freeipa/install/ui/test
Endi S. Dewata bd493d47a7 Added multi-valued text widget.
A multi-valued text widget has been created to replace the old
IPA.details_field. The old code was designed to handle all data
types, and it uses one <dd> tag for each value, so the code is
still incomplete and complex. The new code was designed to handle
only multi-valued text attributes, and it uses one <dd> tag for
all values, so it's easier to maintain. There are already other
widgets that can be used to handle other data types.

The new code supports line-level undo and line-out for removal
like the old code, but there are some changes:
 - Undoing a newly added line will remove the entire line.
 - Editing the value of a removed line will cancel the removal.
 - It provides 'undo all' link to reset the entire attribute.

The old code will be cleaned up in a subsequent patch.
2011-02-03 20:09:15 -05:00
..
data core widget unit tests baseline set of unit tests for checking that each widget conforms to the contract 2011-02-02 10:59:46 -05:00
aci_tests.html widget unit tests 2011-01-31 13:12:53 -05:00
aci_tests.js Added undo for permission target. 2011-02-02 15:56:50 -05:00
all_tests.html widget unit tests 2011-01-31 13:12:53 -05:00
association_tests.html rename static to ui 2011-01-20 14:12:47 +00:00
association_tests.js rename static to ui 2011-01-20 14:12:47 +00:00
certificate_tests.html rename static to ui 2011-01-20 14:12:47 +00:00
certificate_tests.js rename static to ui 2011-01-20 14:12:47 +00:00
details_tests.html Add permission dialog adjustments. 2011-01-29 13:36:03 -05:00
details_tests.js Added multi-valued text widget. 2011-02-03 20:09:15 -05:00
entity_tests.html Add permission dialog adjustments. 2011-01-29 13:36:03 -05:00
entity_tests.js declarative for aci 2011-01-27 16:49:11 -05:00
index.html widget unit tests 2011-01-31 13:12:53 -05:00
ipa_tests.html rename static to ui 2011-01-20 14:12:47 +00:00
ipa_tests.js rename static to ui 2011-01-20 14:12:47 +00:00
navigation_tests.html rename static to ui 2011-01-20 14:12:47 +00:00
navigation_tests.js declarative for aci 2011-01-27 16:49:11 -05:00
qunit.css rename static to ui 2011-01-20 14:12:47 +00:00
qunit.js rename static to ui 2011-01-20 14:12:47 +00:00
README rename static to ui 2011-01-20 14:12:47 +00:00
widget_tests.html widget unit tests 2011-01-31 13:12:53 -05:00
widget_tests.js Added multi-valued text widget. 2011-02-03 20:09:15 -05:00

http://www.freeipa.org/page/UI_Unit_Tests