0

Is it possible i use some WYSIWYG editors like TinyMCE or FCK Editor instead of MultiLine Textbox for ASP.NET Dynamic Data?

The default object is a server side object but i want to use a client side objects that working ajax.

1 Answer 1

4

You should create custom Field Template MultiLineEditor_Edit.ascx (copy from MultilineText_Edit.ascx Field Template) and then add to MultiLineEditor_Edit.ascx, for example, HTMLEditorExtender.

Then edit your metadata:

[UIHint("MultiLineEditor")]
public object ColumnName { get; set; }

For more information please read article How to: Customize ASP.NET Dynamic Data Default Field Templates.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.