>> Hi patrice
>>
[quoted text clipped - 16 lines]
> handle HTML editing out of the box but this is perhaps those coming with
> WPF...
Hi Patrice
I will have a look at the WebBrowser contro and see if it can solve my
problem...
Excactly what i need is this....
I have the following in my database as a cell :
Vedhæftet fil<BR><BR><B>Trin der allrede er
fuldført:</B><BR>Uploaded<BR><BR><B>Valgte produkter:</B> -
This data is put there by a webpage working with this data. It is however
shown on the page in a textbox-like area rendered like it was regular html.
After that box has been edited, the text is rewritten to the database in the
same format...
Now, i have tried the WebBrowser control and it can display the text okay,
but i cannot edit the text in the window. Also i would need to return the
webbrowser.document to the state above, in order to return the data to the
database...
/Finn
--
Der er 10 slags mennesker - Dem som forstår binær og dem som ikke gør.
There are 10 kinds of people. Those who understand binary ant those who
don't.
Es gibt 10 arten von menschen. Die die binär verstehen bzw. die die es nicht
tuhen
Patrice - 01 Oct 2007 15:17 GMT
I'm not sure what it means (this could perhaps help ?), actually I'm even
sure to not understand ;-)
For now I'm not sure which strategy you are trying to implement. I see
basically 3 options :
- editing the text "as if". This is simple but the user is exposed to html
tags he might not known about
- editing only the text. Then how to know which text should go back were ?
It would be much easier if the parts were edited separately and the overall
HTML would be constructed later from these pieces. The user would never be
exposed to HTML but can't also change the style of a particular word
- editing the rendered content as a whole but without the user having to
know about HTML and in this case you need an HTML editing control (possbly
third party) so that the user can change the text but also decide to use
bold on one word or another with a UI wihtout having to know about HTML
etc...
I belive you are after topnio 3 in whihc case you could try :
http://www.google.com/search?hl=fr&q=html+editing+control&meta=
>>> Hi patrice
>>>
[quoted text clipped - 46 lines]
> Es gibt 10 arten von menschen. Die die binär verstehen bzw. die die es
> nicht tuhen