ultrasimple picker stub
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<textarea ng-model="model.value" id="{{model.alias}}" name="textarea" rows="10" class="umb-editor umb-textarea umb-ultrasimple" val-server="value"></textarea>
|
||||
<span class="help-inline" val-msg-for="textarea" val-toggle-msg="valServer"></span>
|
||||
10
src/Umbraco.Web/PropertyEditors/UltraSimplePropertyEditor.cs
Normal file
10
src/Umbraco.Web/PropertyEditors/UltraSimplePropertyEditor.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Core.PropertyEditors;
|
||||
|
||||
namespace Umbraco.Web.PropertyEditors
|
||||
{
|
||||
[PropertyEditor(Constants.PropertyEditors.UltraSimpleEditorAlias, "Ultrasimple editor", "ultrasimple")]
|
||||
public class UltraSimplePropertyEditor : PropertyEditor
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -370,6 +370,7 @@
|
||||
<Compile Include="PropertyEditors\RadioButtonsPropertyEditor.cs" />
|
||||
<Compile Include="PropertyEditors\RichTextPreValueController.cs" />
|
||||
<Compile Include="PropertyEditors\RichTextPreValueEditor.cs" />
|
||||
<Compile Include="PropertyEditors\UltraSimplePropertyEditor.cs" />
|
||||
<Compile Include="PropertyEditors\TagsPropertyEditor.cs" />
|
||||
<Compile Include="PropertyEditors\UserPickerPropertyEditor.cs" />
|
||||
<Compile Include="PropertyEditors\ValueListPreValueEditor.cs" />
|
||||
|
||||
Reference in New Issue
Block a user