Property editor dialog cleaned up
This commit is contained in:
@@ -34,9 +34,12 @@
|
||||
<div class="editor-editor">{{ model.property.editor }}</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<a href class="pull-right" style="padding-top: 15px"
|
||||
ng-click="model.editDataType(model.property)" ng-if="model.property.editor">
|
||||
<i class="icon icon-settings" style="font-size: 15px; color: #555"></i>
|
||||
</a>
|
||||
|
||||
<button class="btn" ng-click="model.editDataType(model.property)" ng-if="model.property.editor">Change editor settings</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -47,10 +50,12 @@
|
||||
</label>
|
||||
|
||||
<select class="umb-editor umb-dropdown" placeholder="Validation">
|
||||
<option>Email</option>
|
||||
<option>Number</option>
|
||||
<option>Tekst</option>
|
||||
<option>Etc...</option>
|
||||
<option>Validation</option>
|
||||
|
||||
<option>Validate as email</option>
|
||||
<option>Validate as a number</option>
|
||||
<option>Validate as a Url</option>
|
||||
<option>...or enter a custom validation</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user