HTML control, editing text, inserting link into text

I have created tab and put html control on a tab.

I also put button “edit text” on this tab. On this button i call: ccHTMLEditor=new ccHTMLEditor(MyRecord,fieldNum(mytable, my field),element,controlName).

So after text is edited, it saves it in MyTable.

On opening the form, i retrieve text from the table on html control formatted, but without tags. In table it is saved with html tags.

It works fine, but i don’t know how to insert link into that text. I don’t want the user actually add html link tags himself.

And in the editor i don’t see icon for inserting link, i see how to insert line, how to insert table, but not link.

please help, m.

The editor is an activeX COM object (HTML Document), packaged with Dynamics AX. If it doesn’t provide the functionality out of the box, you can either ask Microsoft for the source code, build your own from scratch, or purchase one from a 3rd party vendor.

http://msdn.microsoft.com/en-us/library/aa635219(AX.10).aspx

thank you