Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: style and execCommand


Message #1 by Senthil Raja V <senthil@s...> on Thu, 16 Jan 2003 16:13:22 +0000
hi,


I'm developing a DHTML editor for IE which I want to be stylesheet based.
The user will be able to select block or inline styles from dropdown menus
and apply them to selected paragraphs or text ranges respectively, which
will end up with enclosing <P class=ablockstyle></P> or <SPAN
class=aninlinestyle></SPAN> tags.

execCommand() doesn't have the command identifiers to do this.


any advice plz...

regards
senthil  

Message #2 by Senthil Raja V <senthil@s...> on Mon, 20 Jan 2003 16:04:11 +0000
>hi,
>
>I'm developing a DHTML editor for IE which I want to be stylesheet based.
>The user will be able to select block or inline styles from dropdown menus
>and apply them to selected paragraphs or text ranges respectively, which
>will end up with enclosing <P class=ablockstyle></P> or <SPAN
>class=aninlinestyle></SPAN> tags.
>
>execCommand() doesn't have the command identifiers to do this.
>
>
>any advice plz...
>
>regards
>senthil


  Return to Index