Hello everyone, In my module project, I have a form where there are multiple html editors , however, when the form is displayed , only the first text area get populated with tinymce mark-up, the others doesn't. I have searched the forum and found this thread:http://orchard.codeplex.com/workitem/17368However, I am using the latest version of Orchard and I have looked at the tinymce init code and it seems to be fine.Here is the bit of my syntax: <fieldset> @Html.LabelFor(model => model.Description, T("Description")) @Display.Body_Editor(Text: Model.Description, EditorFlavor: "html") @Html.ValidationMessageFor(model => model.Description, "*") </fieldset> <fieldset> @Html.LabelFor(model => model.Comment, T("Comment")) @Display.Body_Editor(Text: Model.Comment, EditorFlavor: "html") @Html.ValidationMessageFor(model => model.Comment, "*")</fieldset> Is there something wrong with my syntax or do I need to change the way tinymce setup?. Please help.Thanks
--- You are currently subscribed to orchard-discuss as: arch...@mail-archive.com. To unsubscribe send a blank email to leave-orchard-disc...@lists.outercurve.org.