Skip to main content
Inspiring
October 10, 2006
Question

Can it be done?

  • October 10, 2006
  • 1 reply
  • 170 views
I would like the users to be able to use dynamic elements in the newsletter
without having to type it. I have seen before, but don't know how, to have a
list that the user can click and the word is inserted in the text area where
their cursor is.

What should I be looking for?


This topic has been closed for replies.

1 reply

Inspiring
October 10, 2006
What should I be looking for?

JavaScript. This is going to be a client side problem. So you need a
client side solution. It is fairly easy to select data from one DOM
object and move it to another.