I need a text box in a sharepoint 2007 list that displays C # code with syntax highlighting.
Do I need to develop it myself or know someone who meets my needs?
Thank you so much
An alternative for you is to use the SyntaxHighligher javascript library , which can highlight almost all languages on earth.
You will need to create your own control to render the field and the javascript output needed to invoke the SyntaxHighlighter libraries.
http://sharepointmagazine.net/technical/development/customizing-the-user-experience-of-sharepoint-custom-fields-deep-dive-part-5-of-6
http://msdn.microsoft.com/en-us/library/bb684919(office.12).aspx
http://vspug.com/nicksevens/2007/08/31/create-custom-field-types-for-sharepoint/
, . : http://www.actiprosoftware.com/Products/DotNet/ASPNET/CodeHighlighter/Default.aspx
Source: https://habr.com/ru/post/1759181/More articles:In a multi-tenant data architecture, what is the best way to implement a tenant filter view? - sql-serverTcl [list a b c] vs {a b c} есть разница и в каком контексте? - tclPress () several times - javascriptКак удалить фиксацию в git, у которой нет указанной ветки? - gitWinforms: open a second modal dialog in an already open modal dialog - .netThe problem with the expression if - cHow to transfer application version to AndroidManifest.xml with Java? - androidWhere class conversion methods go - c #Python: file works on command line, but not using crontab - pythonLeft justify numbers and left justify text in ordered lists using CSS - htmlAll Articles