Tagged Questions
0
votes
1answer
974 views
Restricting enter keypress event in an IFrame, does not work
I have an IFrame within my page and am using the designMode="on" on this iframe for a small-level rich text editing.
My concern is that I need not allow the user to enter new lines in it - meaning, I ...