I need a DataType like for example the editor that umraco is using on editing a template or a partial view. I need to write html code inside with code colours and format. I need that because i had create a document template as a StaticHtmlPage in order to create static content for some pages.
HTML Editor as DataType
Hi,
I need a DataType like for example the editor that umraco is using on editing a template or a partial view. I need to write html code inside with code colours and format. I need that because i had create a document template as a StaticHtmlPage in order to create static content for some pages.
Any help on that?
Regards Thomas
You are looking for something like : https://github.com/rasmuseeg/Our.Umbraco.CodeMirror
or this (unresolved) forum post: https://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/71933-codemirror-textarea-as-datatype
is working on a reply...