Hello,
I have two issues I would like to handle within the editor (I have done these in win form applications, but am new to web development)
1\ Any change in the main editor I want to make a coresponding change to a copy of the editor (with a few exeptions)
I want to have a second editor on my page with a slightly different view from my main editor window (Similar to the Silverlight editor example).
2\ I want to insert "chunks" that can't be edited, and if any of the 'chunk' is deleted, the whole text is deleted. (I did this in a Richtextbox with the onchange event)
I have two issues I would like to handle within the editor (I have done these in win form applications, but am new to web development)
1\ Any change in the main editor I want to make a coresponding change to a copy of the editor (with a few exeptions)
I want to have a second editor on my page with a slightly different view from my main editor window (Similar to the Silverlight editor example).
2\ I want to insert "chunks" that can't be edited, and if any of the 'chunk' is deleted, the whole text is deleted. (I did this in a Richtextbox with the onchange event)