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.