This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7a181bd281b4874e6a7f2e31dbbad718efbebf02
Umbraco-CMS
/
src
/
Umbraco.Core
/
Configuration
/
Grid
T
History
Shannon
616b9b0e92
U4-10325 Media insert in grid should use UDIs
2017-09-06 14:50:44 +10:00
..
GridConfig.cs
Moves the grid configuration to a config class so it can be re-used. Updates the BackOfficeController to use the new config classes. Creates a new Grid property value converter (which can be overridden by user's ones) which merges the grid config values at runtime so we are not storing stale grid config values with the actual property value. Now we need to ensure that the grid doesn't post or persist these config values since they don't belong there.
2015-06-16 15:04:31 +02:00
GridEditorsConfig.cs
U4-10325 Media insert in grid should use UDIs
2017-09-06 14:50:44 +10:00
IGridConfig.cs
Moves the grid configuration to a config class so it can be re-used. Updates the BackOfficeController to use the new config classes. Creates a new Grid property value converter (which can be overridden by user's ones) which merges the grid config values at runtime so we are not storing stale grid config values with the actual property value. Now we need to ensure that the grid doesn't post or persist these config values since they don't belong there.
2015-06-16 15:04:31 +02:00
IGridEditorConfig.cs
added Icon to the base grid editor config interface
2015-06-17 10:01:45 +02:00
IGridEditorsConfig.cs
Moves the grid configuration to a config class so it can be re-used. Updates the BackOfficeController to use the new config classes. Creates a new Grid property value converter (which can be overridden by user's ones) which merges the grid config values at runtime so we are not storing stale grid config values with the actual property value. Now we need to ensure that the grid doesn't post or persist these config values since they don't belong there.
2015-06-16 15:04:31 +02:00