richtext-developer Mailing List for HTML Text Editor for Web Pages
Status: Inactive
Brought to you by:
third_of_five
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: fangfang c. <fc...@fi...> - 2003-04-03 00:30:37
|
I am using JSP page to integrate RTE WYSIWYG editor. I can not load the initial html data into editor when i first load the jsp page. I attached my sample jsp and cgi script below: Your answer will be gratefully appreciated. Best Regards, Fang |
|
From: Bill C. <bil...@bt...> - 2002-07-15 20:18:12
|
Hi to all, I have implemented a colorchooser that is web safe, but want = to know how you all feel about it, is web safe ok, I guess the editors = main application is web based stuff as it produces HTML, but let me know = if the old range of colors was more applicable, also cant get colors to = display in correct order, if anyone knows how, that would be cool. |
|
From: Dirk D. <Dir...@ra...> - 2001-11-18 15:35:09
|
Hi,
I would suggest a 4th. justify option: blockmode (align left & right)
2 lines (of richedit.html) must be edited for these justifyfull option:
insert at line 351:
if (!el || el == btnFullJustify) setState(btnFullJustify,
document.queryCommandValue('JustifyFull'));
insert at line 428:
<img class="rebar_button" id="btnFullJustify"
onclick="doStyle('JustifyFull')" alt="Align Block"
src="images/icon_block.gif" align="absMiddle">
Put the attached icon_block.gif into the images directory.
Regards,
Dirk
|