D
DL
Hi,
I come across the following code:
editableIframe.document.execCommand("FontSize", "", "9");
And if that's correct, how could we use some dynamic value instead of
fixed size e.g. 9. That is, instead of specifying "9", could we do
something like +1 to replace it or -1 to decrease it? If not, what
else could we do about it?
And browser-wise, IE, Firefox, and maybe Chrome.
Thanks in advance.
I come across the following code:
editableIframe.document.execCommand("FontSize", "", "9");
And if that's correct, how could we use some dynamic value instead of
fixed size e.g. 9. That is, instead of specifying "9", could we do
something like +1 to replace it or -1 to decrease it? If not, what
else could we do about it?
And browser-wise, IE, Firefox, and maybe Chrome.
Thanks in advance.