legacy grid's configs removed

This commit is contained in:
antoine
2014-06-10 13:45:52 +02:00
parent 5d59741612
commit 5c91b822e3
3 changed files with 7 additions and 7 deletions

View File

@@ -257,6 +257,6 @@ angular.module("umbraco")
// *********************************************
//assetsService.loadCss("/App_Plugins/Lecoati.uSky.Grid/lib/jquery-ui-1.10.4.custom/css/ui-lightness/jquery-ui-1.10.4.custom.min.css");
assetsService.loadCss($scope.model.config.items.approvedBackgroundCss);
//assetsService.loadCss($scope.model.config.items.approvedBackgroundCss);
});

View File

@@ -25,7 +25,7 @@ angular.module("umbraco")
enableMacro: true,
enabledEditors: [ "rte", "media", "macro" ],
enableMultiCells: true,
approvedBackgroundCss: "views/propertyeditors/grid/config/grid.default.backgrounds.css",
approvedBackgroundCss: "",
gridConfigPath: "views/propertyeditors/grid/config/grid.default.config.js"
}

View File

@@ -10,7 +10,7 @@
</table>
<p><strong>Allowed row settings:</strong></p>
<!--<p><strong>Allowed row settings:</strong></p>
<table cellpadding="20" style="margin-bottom:20px">
<tr>
<td>
@@ -80,9 +80,9 @@
<label for="">Default value</label>
</td>
</tr>
</table>
</table>-->
<p><strong>Allowed editors:</strong></p>
<!--<p><strong>Allowed editors:</strong></p>
<table cellpadding="20" style="margin-bottom:20px">
<tr>
<td>
@@ -94,14 +94,14 @@
</p>
</td>
</tr>
</table>
</table>-->
<p><strong>Others settings:</strong></p>
<table cellpadding="20" style="margin-bottom:20px">
<tr>
<td>
<p><input ng-model="model.value.enableMultiCells" type="checkbox">&nbsp;<i class="icon icon-edit"></i>&nbsp;Multiple controls in cell</p>
<p>Approved background stylesheet path:&nbsp;<input ng-model="model.value.approvedBackgroundCss" type="text" style="width:300px;"></p>
<!--<p>Approved background stylesheet path:&nbsp;<input ng-model="model.value.approvedBackgroundCss" type="text" style="width:300px;"></p>-->
</td>
</tr>
</table>