Shannon
|
e0e0076a7a
|
allows for client side validation on the text box and date picker controls and updates the models to allow support for this for any prop editor.
|
2014-03-18 15:29:14 +11:00 |
|
Tom Fulton
|
1ec2901762
|
Expose Mandatory setting in ContentProperty
This allows a PropertyEditor to be aware of whether it's required or not, via: `$scope.model.mandatory` (along with `$scope.model.alias`, etc)
|
2014-03-13 23:32:12 -06:00 |
|
Shannon
|
2f42fc61bf
|
Changed method signatures of some of the conversion methods on the PropertyValueEditor to make it more flexible for developers to do what they want.
|
2013-11-19 11:51:01 +11:00 |
|
perploug
|
5b6fd83f21
|
merge
|
2013-10-24 15:25:59 +02:00 |
|
Shannon
|
2b2cf48fdb
|
Implements HideLabel for property editor value editors for both c# and manifest declarations.
|
2013-10-09 16:06:07 +11:00 |
|
Shannon
|
86a82a666f
|
Got all drop down editors working: normal, multiple, normal publishing keys, multiple publishing keys and should be backwards compatible.
|
2013-08-26 19:00:04 +10:00 |
|
Shannon
|
ad4ebe3755
|
Updated a lot more of the pre-values stuff and the data type editor, updated lots more of the dropdown property editor and now have serialized/deserialized values working for pre-values. Now just need to finish off the pre-value field for the drop down list.
|
2013-08-22 18:38:57 +10:00 |
|
Shannon
|
a29706b5ce
|
Updated the model mappers to include the pre-value value which is now wired up to the display, now just need to get the data type's persisting.
|
2013-08-20 11:33:41 +10:00 |
|
perploug
|
6df9a912f0
|
Adds keyboard.service for hotkeys, final contentpicker
|
2013-08-16 13:13:46 +02:00 |
|
Shannon
|
bedd938553
|
fixes issue with legacy data types and new-prevalues
|
2013-08-15 13:29:35 +10:00 |
|
Shannon
|
3e675ff2cc
|
Converted over pre-value config to be a dictionary, not an array. To do that I needed to create a new PreValueCollection object which encapsulates support for legacy (array based) pre-vals which get converted to a dictionary and newer dictionary pre-vals... which we will now require because we'll support pre-value overrides eventually. Fixed up the mapper unit tests and added other unit tests.
|
2013-08-14 19:24:20 +10:00 |
|
perploug
|
e825c08901
|
Added events.Service and xmlhelper.service
|
2013-08-12 15:17:34 +02:00 |
|
Shannon
|
bf1f78e3aa
|
Finished content and media model mapping using AutoMapper and now the tabs display composite properties correctly.
|
2013-07-25 16:08:18 +10:00 |
|