hi,
in my current project i make extensive use of the mx pro textarea component, but today i found out it seems to not support
PHP Code:
asfunction 
like the standard dynamic textfield does.
if i use:
PHP Code:
textarea.text="<a href=\"asfunction:myfunction,foo\">testlink</a>" 
the text "testlink" shows up, with the handcursor like other hrefs(which work perfectly) but doesn't trigger the function.

also if i try
PHP Code:
textarea.htmlText="<a href=\"asfunction:myfunction,foo\">testlink</a>" 
the text doesn't show up at all. html is set true for the textarea.

any ideas on that?

regards

daarboven