I am currently doing this in a button handler :
Code: Select all
on mouseUp
put "Test Text" after field "htmlContent"
end mouseUp
What i would really like to do, to enable the user to enter this pre-configured text any where in the text at any time is something like this :
Code: Select all
on mouseUp
put "Test Text" after theFlashingCursor of field "htmlContent"
end mouseUp