Re: Absolute positioning and custom tags
ttm

Thanks a lot for your fast reply, let me explain a bit better:
My requeriments for absolute positioning are:
-The control must be drag and drop to anywhere in the html document and the left and top coordinates specified in the style attribute must be updated accordingly:
<textarea style="Z-INDEX: 101; LEFT: 462px; POSITION: absolute; TOP: 294px"></textarea>
I don't know if this behaviour is built-in in your component or would I need to program that to react to drop of elements. You can test the behaviour I need if you use Delphi 2006/2007, create a new HTML document and set the PageLayout property to GridLayout.
My requeriments for custom tags are:
-The document may contain custom tags like:
<asp:button>
-I don't wan't to replace the tag in the source of the document, I need to know, when the DHTMLEdit control is going to render that tag, because is unknown to it, I will provide the html code used to render that tag in the editor, but not substitute the tag in the source code.
I'm keen to buy the component, as in any case, provides a lot of the functionality I need, I just need to know if that behaviour is built-in, or even is possible to achieve that.
Regards