wv-field-html
Purpose
<wv-field-html/>
. Provides the ability to render the html field type of an Erp Entity. Can be used to render other html based form values.
Properties
Important: All <wv-field-*>
helpers inherit a "base tag helper" properties. In the following list are presented only the properties that this tag helper adds or alters. Not all base tag helper properties can be implemented by this tag helper too.
name | description |
---|---|
upload-mode |
object type: default value: is required: Editor allows user's to upload images or files that they use during the HTML creating. This property manages their storage. Options are: None, SiteRepository. "None" will not allow files to be uploaded from the editor. |
toolbar-mode |
object type: default value: is required: Manages the editor's toolbar button configurations. Options are: Basic, Standard, Full |
Example
<wv-field-html value="@value"></wv-field-html>