[wp-testers] Quote?

Andy Skelton skeltoac at gmail.com
Thu Nov 17 21:24:53 GMT 2005


The common method for inserting a blockquote in IE and Mozilla is
document.execCommand("Indent"...), which is why many WYSIWYG editors
call it Indent. The Outdent command is similar.

Incidentally, the Indent command does more than simply wrap the
selection in blockquote tags. It is capable of indenting a list item,
which creates a nested list. Outdent works there, too.

Don't get too crazy with nested lists yet, however. TinyMCE's tag
balancing function can't cope with a <ul> within a <ul> or an <ol>
within an <ol>. You can nest one inside the other, but only one layer
deep.

Andy Skelton
http://andy.wordpress.com


More information about the wp-testers mailing list