Normann Lou
|
cd13c0e178
|
BUGFIX: updating the value of a tree dropdown field, its title is not updated accordingly if using TreeTitle as the drropdown item title
|
2012-05-07 15:43:25 +12:00 |
|
Will Rossiter
|
39d3761eb9
|
BUGFIX: #6934 allow whole TreeDropdownField to be clicked
|
2012-03-24 11:57:29 +13:00 |
|
Ingo Schommer
|
ed08b8c00b
|
MINOR Don't auto-expand nodes on TreeDropdownField, as it makes a gazillion ajax requests on sufficiently large trees (and gets nodes in chunks of 30) (fixes #6879)
|
2012-03-14 23:04:43 +01:00 |
|
Ingo Schommer
|
8afb8672f7
|
MINOR Using two_state checkboxes in TreeDropdownField.js (to allow individual node selection without enforcing children selection)
|
2012-03-08 01:49:35 +01:00 |
|
Ingo Schommer
|
8b6ef6599e
|
MINOR Updating usage of jQuery.data() to confirm with API changes in 1.6 (camelcased names)
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
5f635d8315
|
BUGFIX Don't reload TreeDropdownField title via ajax if no value is set (which causes infinite loops)
|
2012-02-22 17:27:02 +01:00 |
|
Ingo Schommer
|
e517abf2b2
|
MINOR Unselect a selected node in TreeDropdownField (for lack of better unselect UI)
|
2012-01-05 23:17:55 +01:00 |
|
Ingo Schommer
|
6bafc76118
|
ENHANCEMENT Updating TreeDropdownField title when hidden form value is changed
|
2012-01-05 00:41:41 +01:00 |
|
Ingo Schommer
|
4d12803a0e
|
MINOR Quoting jQuery selectors in TreeDropdownField.js to allow for non-numeric identifiers
|
2012-01-05 00:41:40 +01:00 |
|
Ingo Schommer
|
66a60476ac
|
MINOR Close open TreeDropdownField panels if user clicks outside of the field (emulate behaviour of chosen.js and most native OS dropdowns)
|
2012-01-03 18:11:21 +01:00 |
|
Ingo Schommer
|
add3dfae0d
|
merge concat
|
2012-01-03 09:36:39 +01:00 |
|
Ingo Schommer
|
6d2b519484
|
MINOR Auto-expanding nodes in TreeDropdownField, unsetting default titles when search field is focused
|
2012-01-02 23:35:17 +01:00 |
|
Ingo Schommer
|
4baef3b892
|
BUGFIX Using objects rather than arrays for TreeDropdownField ajax search params, fixed selectors stuffed up in e385bbcb
|
2012-01-02 22:38:13 +01:00 |
|
Will Rossiter
|
e385bbcbf8
|
BUGFIX: take into account the scrollTop of the first parent element when positioning the dropdown box. MINOR: prefix all generic classes used in the TreeDropdownField with treedropdownfield-.
|
2011-08-09 17:43:40 +12:00 |
|
Will Rossiter
|
9a340e7eb4
|
ENHANCEMENT: Added Chosen jQuery library for providing styled and searchable dropdowns. BUGFIX: removed explict width on TreeDropdownFields, instead using a width from jQuery.
|
2011-08-05 15:46:57 +12:00 |
|
Will Rossiter
|
e484a230fe
|
ENHANCEMENT: updated TreeDropdown display. Use jQuery UI provided icon rather than custom
|
2011-08-01 14:27:52 +12:00 |
|
Ingo Schommer
|
7a70b29b9d
|
ENHANCEMENT Support for record/selection-specific metadata in TreeDropdownField (e.g. useful for limiting available page type option based on a parent node selection)
|
2011-05-08 23:36:13 +12:00 |
|
Ingo Schommer
|
a9e81c17fd
|
MINOR Triggering change event on setValue() in TreeDropdownField.js (necessary for "insert image" form in the cms)
|
2011-04-05 15:35:49 +12:00 |
|
Ingo Schommer
|
0b40bda1cc
|
MINOR Changed TreeDropdownField markup from <div href="..."> to <div data-url-tree="..."> in order to support other URLs (e.g. reordering) - important for the main CMS tree
|
2011-03-22 18:15:03 +13:00 |
|
Ingo Schommer
|
bde24b3415
|
BUGFIX Allowing deselection of nodes in single select mode for TreeDropdownField (fixes #4981)
|
2011-03-22 18:13:17 +13:00 |
|
Ingo Schommer
|
35100c3e11
|
ENHANCEMENT Allow submitting form data alongside TreeDropdownField ajax request, which can be used to retain state
|
2011-03-22 18:13:13 +13:00 |
|
Ingo Schommer
|
4591503da6
|
BUGFIX Getting TreeDropdownField.js javascript tests to work with async jstree events
|
2011-03-22 18:05:42 +13:00 |
|
Ingo Schommer
|
7500891c11
|
ENHANCEMENT Converted searchable and multiple selection behaviour of TreeDropdownField.js to jquery.entwine
|
2011-03-22 18:05:39 +13:00 |
|
Ingo Schommer
|
f06480da55
|
ENHANCEMENT Making TreeDropdownField and TreeMultiSelectField serverside markup more unobtrusive, adding DOM elements required by javascript through TreeDropdownField.js
|
2011-03-22 18:05:22 +13:00 |
|
Ingo Schommer
|
4b9ab5c8aa
|
FEATURE Switched TreeDropdownField to use jquery.jstree instead of custom tree.js library. Rewrote TreeDropdownField.js from behaviour.js to jquery.entwine.js
|
2011-03-22 18:05:18 +13:00 |
|
Ingo Schommer
|
c6f3a08b7b
|
BUGFIX Set title automatically for empty groups in Group->populateDefaults()
|
2011-03-16 13:31:50 +13:00 |
|