Editor's correction - "Vendor"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anni tempo fa
Hi,

Version 3.8
This is not a mistake, but I would like to pay attention.

1. Page: mysite.com/Admin/Vendor/Edit/1
 @Html.EditorFor(x => x.Description, "RichEditor")

2. Page: mysite.com/customer/vendorinfo
 @Html.TextAreaFor(model => model.Description)

3. Page: mysite.com/vendor/apply
  @Html.TextAreaFor(model => model.Description, new { @class = "description" })


Different editors.
If you enter text in the editor EditorFor, then in TextAreaFor it looks like:
<p> bu-bu-bu </p>


Thanks :)
7 anni tempo fa
Thanks. But it's be design. Admin area uses rich editor. We don't use it in public store
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.