But I would like that from the beginning I do not have to click on the button to solve the problem
<ejs-richtexteditor ejs-for="@Model.Wall" placeholder="Personaliza tu presentación..."
id="textarea_profile_wall" name="textarea" height="400"
showCharCount="true" enableResize="true"
imageUploadSuccess="onImageUploadSuccess">
<e-richtexteditor-toolbarsettings Items="@(new object[] {"Bold", "Italic", "SubScript", "SuperScript",
"LowerCase", "UpperCase", "|",
"Formats", "Alignments", "OrderedList", "UnorderedList",
"Outdent", "Indent", "|", "CreateTable",
"CreateLink", "Image", "|", "ClearFormat",
"SourceCode", "|", "Undo", "Redo"})"
EnableFloating="true" type="MultiRow" />
<e-richtexteditor-quicktoolbarsettings showOnRightClick="false" Image="@(new object[] {"Replace", "Align", "Caption", "Remove",
"InsertLink", "OpenImageLink", "-", "EditImageLink",
"RemoveImageLink", "Display", "AltText", "Dimension"})"
Link="@(new object[] { "Open", "Edit", "UnLink" })" />
<e-richtexteditor-insertimagesettings allowedTypes="@(new string[] { ".png", ".jpg", ".jpeg" })" Display="inline"
saveUrl="/Account/SaveImage" path="/Uploads/" Resize="true"
ResizeByPercent="true" MaxWidth="500px" MaxHeight="500px" />
<e-content-template>
</e-content-template>
</ejs-richtexteditor>