Bjarne Fyrstenborg
|
567863079e
|
Update a few names and descriptions for prevalues
|
2018-07-26 12:03:31 +02:00 |
|
Shannon
|
ad95736eaa
|
Fixes issues relating to adding ability to sort pre-values, had to update all property editors that use the shared sortable pre-values, ensure the list items are an array and then sorted.
|
2014-03-26 13:01:53 +11:00 |
|
Shannon
|
be8320bb4b
|
fixes some compatibility issues with PR for sortable pre-vals
|
2014-03-25 14:14:09 +11:00 |
|
Shannon
|
1d4b6178e5
|
Merge branch 'wip-u4-3951' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-wip-u4-3951
Conflicts:
src/Umbraco.Web.UI.Client/src/views/prevalueeditors/multivalues.html
|
2014-03-25 13:31:21 +11:00 |
|
perploug
|
757086b7bd
|
merged
|
2013-10-27 15:22:04 +01:00 |
|
perploug
|
5b6fd83f21
|
merge
|
2013-10-24 15:25:59 +02:00 |
|
Shannon
|
36ffd41007
|
Updates data type service for the way it saves pre-values so we can maintain ids if necessary - updates the pre-value editors to except a different dictionary which includes an id if necessary. This all fixes: U4-2751 Check that when publishing keys for drop down list prop eds that if we change a value that the id remains constistent
|
2013-10-24 16:38:00 +11:00 |
|
Shannon
|
a5d6cfd812
|
Adds HideLabel pre-val to the RTE, created a new ConfigureForDisplay method which allows property value editors to change any properties like HideLabel based on the pre-values.
|
2013-10-24 15:06:41 +11:00 |
|
perploug
|
623a28c158
|
delete fontawesome
|
2013-09-02 15:40:14 +02:00 |
|
Shannon
|
0ebe9ec0fa
|
Updated some of the property editor API to ensure that when formatting data for persistence we have access to the pre-values as well since these might need to be used to format the persisted data. Completed the new property editor: Multiple text box and it is saving the data in a backwards compatible format. Changed the internal AsDictionary method of the pre value collection to be a public method called FormatAsDictionary.
|
2013-08-28 17:53:31 +10:00 |
|
Shannon
|
79ab84a793
|
Fixes some issues with pre-values with the previous changes made to include the IDs of the pre-values, needed to ensure they are formatted incoming/outgoing properly so the id isn't included.
|
2013-08-28 14:45:33 +10:00 |
|
Shannon
|
cb368b4335
|
Implemented the numeric property editor
|
2013-08-28 13:30:05 +10:00 |
|
Shannon
|
76666a4c67
|
Lots more done on the multi-value property editors like drop down list, check box list, color picker in regards to the pre-value editor and ensuring correct validation is done on the server side including some unit tests. Also allows for updating values not just removing and adding. Now need to make a directive of it so we can customize more for the color picker.
|
2013-08-27 17:33:11 +10:00 |
|
Shannon
|
e448436614
|
Color picker is working, added custom validation to the pre-values but need to get them working a bit better and showing the colors in the pre-val editor as well. Then also need to update the other list pre-value editors to be able to update values so we don't have to remove and re-add them.
|
2013-08-27 15:02:24 +10:00 |
|
Shannon
|
3e95b0468f
|
Checkbox list property editor is now working.
|
2013-08-27 13:18:47 +10:00 |
|