HI i want to insert text in the begining of the body text. i already have a text there which i want to preserve put 1 line with crlf in the end of it. how can...
Why not pastehtml after the body. Failing this try using a range object. If you do not understand range objects. You should get used to working with them. ...
PasteHTML is under what object? html edit? dom or body? i didnt find it under any of them. i believe this should be a simple task (to the one who knows it) ...
Hi, go here for information : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmshtml/html/mshtmleditplatf.asp bye ... [Non-text portions of...
HI im sorry but i didnt find what i want plz direct me more specific on how to add text right after the BODY tag (not attribute, regular text) like in the...
HTMLEd.body.innerHTML := myhtmlcode HTMLEd is a IHTMLDocument2 {Create/invoke the MSHTML document interface} HTMLEd := Document as IHTMLDocument2; ... ...
Also don't assume anything is easy regarding this DHTML control. Usually you end up doing hard labour to get anything working. ... From: Alexandre Gonzales...
Hi i want to insert an image into the control but not by specifying the path, but the picture is in the ImageList component HTMLEdit.execCommand(DECMD_IMAGE,...
HI is there a way to embed an imag into the HTML instead of just linking to it? i mean, for example: i put an image in the control and send it to a friend (i...
HI 1) when inserting an image the caret disappears and the image get focus (a square around it), is there a way to avoid it so the caret will be right after...
This is a bit of a tricky one, A bit like asking, is there a way to get a binary file into a text file. Without going way over board, I don't think this is...
Hello Amos, Wednesday, August 6, 2003, 11:03:46 AM, you wrote: AS> HI AS> is there a way to embed an imag into the HTML instead of just linking to it? AS> i...
Ion Silvestru
silvestru@...
Aug 6, 2003 12:08 pm
1442
I'm trying to make a descendant component od the TDHTMEdit Component that will have the default "Enter" behavior reversed: It will add <BR> tags on Enter, and...
Hello, normally this happens if you have flash or some other embedded objects in your document. To solve your problem simply start a timer and look for a...
Hello, you have to implement the IHTMLEditDesigner Interface to achieve this behaviour. Regards {IHTMLEditDesigner} function PreHandleEvent(inEvtDispId:...
Hello, you have to use following interfaces: IMarkServices IMarkupPointer IHTMLCaret IHTMLDisplayPointer 1. Place the markup pointer retrieved from markup ...
according to a help i got from here, i did the following: var Mark: IMarkupServices; Markup: IMarkupPointer; Caret: IHTMLCaret; Disp: IDisplayPointer; Disps:...
HI how can i initialize the control? meaning to set the html code of the component to be exactly when it was first created i have the following code: if...
HI is there a problem placing 2 dhtmledit components in 2 different forms ? for some reason, if i touch the documenthtml of the second component, i get access...
Hi, You have to retrieve the IMarkupServices & IDisplayServices pointers by calling QueryInterface. I have placed the calls within your code example. Regards ...
I've put on WebBrowser and other components on form, and made the browser editing mode by setting contenteditable. When browser get focus, caret does not show...
HI there is a component called THTMLLite, in which there is an event onimagerequest with which i can play a little so it will display the image even for cases...
HI even though i marked "usedivoncarriagereturn" to TRUE. lots of times, i still get <p>, usually it happens when using a previous HTML code and continue from...