kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

designmode thtmlviewer #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

sorry for using issue page for a simple question:

Is it possible to get a designmode (like IE designmode:='on') with thtmlviewer?

Or is there another way to edit a page with thtmlviewer?

I use thtmlviewer as an "EMail viewer".

By answering to an email I need a possiblity to get the HTML Text (without 
TAGS, ect.) for own comments in this mail (like for example Thunderbird: 
Clicking to answer than you have an editable "viewerpage").

Thank  you

Josef

Original issue reported on code.google.com by infojose...@gmail.com on 14 Mar 2014 at 9:01

GoogleCodeExporter commented 9 years ago
Josef,

please try THtmlViewer.SelectAll() and then property THtmlViewer.SelText.

OrphanCat

Original comment by OrphanCat on 14 Mar 2014 at 5:27

GoogleCodeExporter commented 9 years ago
Thanks for answer.

Yes, I went this way. But with this methode I get the "full" text with html 
tags, ect.

I need a possibility like with IE Webbrowser component with

document.designmode:='on' 

here you get the page without TAGS, ect.

Thanks

Josef

Original comment by infojose...@gmail.com on 14 Mar 2014 at 7:24

GoogleCodeExporter commented 9 years ago
Sorry,

that was a wrong answer. 

With your method I get only the text not the images in it.

I need a procedure like with 

document.designmode:='on' in IE webbrowser.

Here you have the text and the images and can edit the next or move the 
images,ect.

This behavior is useful by answering the mail or forwarding the mail with own 
comments.

Thank you

Josef 

Original comment by infojose...@gmail.com on 14 Mar 2014 at 9:09

GoogleCodeExporter commented 9 years ago
Josef,

THtmlViewer is intended to be a viewer not an editor. 

An HTML editor in association with a THtmlViewer can be found at 
http://www.trichview.de/ . Unfortunatelly they don't offer it for free :(

OrphanCat

Original comment by OrphanCat on 15 Mar 2014 at 11:34