all! I'm trying to add rich text editor for Notes on Entities in crm 2011. I found a useful tutorial how to add WYSIWYG Editor to TextArea, but how can I apply this for Notes? or there are another ways to solve my problem?
Cheers.
all! I'm trying to add rich text editor for Notes on Entities in crm 2011. I found a useful tutorial how to add WYSIWYG Editor to TextArea, but how can I apply this for Notes? or there are another ways to solve my problem?
Cheers.
在文本编辑器下面试试这个,它很好。
http://chamarairesh.blogspot.com/2013/07/rich-text-box-with-crm-2011-rollup-12.html
我没有在注释部分尝试过这个。
下面的链接会给你一些想法。
您必须在表单上实现某种带有支持字段的 HTML 编辑器。此后,在相关实体的“post create”或“post update”插件中,将保存在支持字段中的文本添加到 Annotations 实体,并将 ObjectId 设置为相关实体的 EntityReference。为了实现带有支持字段的 HTML 编辑器,您可以使用以下可用选项之一:
这是VB 中的代码片段,用于以编程方式添加注释。您始终可以将其转换为 C#。