Hi All, When I switch to DesignMode in MSHTML editing I can pick various controls, like edit box inputs or textareas. If I click the selected control a second...
Hi all, I was just wondering if somebody has a solution to applying inline formatting other than standard EM, STRONG, STRIKE, or U tags. For example to add...
You would have to manually add the HTML tags yourself... i.e. manually insert the SPAN around the selection or whatever... and set the style attributes etc......
I have tried to put DHTMLEdit inside an Active-x whith a memo. When I press an arrow keys the control go to memo. I've tried the work-around in bug faq at ...
Suppose this html: <b>bla bla text b|la text random bla...</b> Suppose "|" is my cursor: is possible to select from tag "<b>" to "</b>" ?? Thanks, Aldo....
I am not sure I understand what you mean by 'select', but the following code will give you the HTML element where the cursor is: var ovRange, ovElement:...
Hi, I was getting the Catastrophic Failure when trying to run the command DHTMLEdit1.ExecCommand(DECMD_CUT, OLECMDEXECOPT_DODEFAULT ); so on the advice in the...
Dear everyone: I put '<textarea>i<>0</textarea>' into DHTMLEdit's DocumentHTML property, it's ok. but when get it back from DocumentHTML property, the value in...
You will need to get a function that can unencode them. ... From: "adnilzhou" <adnilzhou@...> To: <delphi-dhtmledit@yahoogroups.com> Sent: Wednesday,...
The DHTMLEdit_TLB should exist... Do a file search for it. If you Import an ActiveX control a *_TLB file is created for you (I think it is usually under ...
Thanks Justin, I found it and it works now ! I didnt know Delphi creates it's own file for ActiveX imports . I also did a search for it but it's called...
Is there something thats also needed for the loaddocument call besides this piece of code? OleVariant ovFileName, ovPrompt; ovFileName = ""; ovPrompt = TRUE; ...
Has anyone done this with the control? An example snippet will be very beneficial, i am trying to figure out how to take the informatio from the dhtmledit and...
Read/Write to the DHTMLEdit.DocumentHTML property. i.e. // Load HTML from the "HTML" field in a table. // First check that the DOM is not busy - to prevent...
This is more difficult to do. It depends on how you wish to do it: 1) Display a properties dialog, and be able to provide the size etc of the table or cell. 2)...
Hello jazzy_aka, Wednesday, May 22, 2002, 8:29:38 AM, you wrote: j> I searched all over the newsgroups, even this group and i don't even j> see one word...
Hello, I have form with DHTML object and MEMO which display HTML source. I want synchronize current cursor position in DHTML with position in MEMO. Do you have...
Hi All, I have been working on an HTML editor using MSHTML as the base. Table operations have been the biggest pain. We have: Insert table, Insert/Delete...
Hi, Does anybody know is there a way of streaming information directly into and out of a TDHTMLEdit. I have converted the DocumentHTML into a TStringStream and...
Hello Simon, Thursday, May 23, 2002, 7:42:15 PM, you wrote: SD> Hi, SD> Does anybody know is there a way of streaming information SD> directly into and out of...