On Thursday 22 November 2001 22:03, Stefano Mazzocchi wrote:
> Enjoy the first fancy DHTML I ever wrote :)
I did - thanks for sharing this!

I also tried to create a minimal version of it.
If I understand right, given IE 5.5. and a document containing:

  <p class="editable" contentEditable="true">
  Type your text here.
  </p>

After selecting "your text" and typing CTRL-B to set it to bold, one can 
easily obtain

  <p>Type <strong>your text</strong></p>

from javascript?

If yes, this is definitely killer, even if not very portable at the time....

-Bertrand


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to