Files
LeafWeb/WebCms/Umbraco/Views/propertyeditors/textbox/textbox.html
T
2016-11-07 12:56:17 -05:00

10 lines
447 B
HTML

<div>
<input type="text" name="textbox" ng-model="model.value" id="{{model.alias}}"
class="umb-editor umb-textstring textstring"
val-server="value"
ng-required="model.validation.mandatory"
ng-trim="false" />
<span class="help-inline" val-msg-for="textbox" val-toggle-msg="valServer"></span>
<span class="help-inline" val-msg-for="textbox" val-toggle-msg="required">Required</span>
</div>