PawnHTMLTextEditor
After PawnTextEditor a lot of people requested for HTML version of this editor, to use it in their websites. Here it is.
Features:
Directly add/edit HTML code.
Bold ,italic , text align, font color, font size and other formating options
Installation Instructions:
1. Install setup from PawnTextEditor Setup folder
2. Add BLOB Field HTMLData to item table(I have used field ID 75000)
3. Import Codeunit 75000.FOB to ObjectDesigner
4. Add variable to page or form
Variable name : PawnTextEditor
datatype : codeunit
subtype : PawnTextEditor Management
5. Add button to page or form as "Edit Html Content" and write code to the button
PawnTextEditor.EditText(Rec);
CurrForm.UPDATE;
Note: Please change Compressed property of the BLOB field to "No" to use this ideally with your website.
http://www.mibuso.com/dlinfo.asp?FileID=1451
Discuss this download here.
Comments
Do you mind sharing your modifications in the source code of the editor or did you create a fork?
Features:
Directly add/edit HTML code.
Bold ,italic , text align, font color, font size and other formating options
Installation Instructions:
1. Install setup from PawnTextEditor Setup folder
2. Add BLOB Field HTMLData to item table(I have used field ID 75000)
3. Import Codeunit 75000.FOB to ObjectDesigner
4. Add variable to page or form
Variable name : PawnTextEditor
datatype : codeunit
subtype : PawnTextEditor Management
5. Add button to page or form as "Edit Html Content" and write code to the button
PawnTextEditor.EditText(Rec);
CurrForm.UPDATE;
Note: Please change Compressed property of the BLOB field to "No" for SQL use.
Version 1.2 (2012-07-29):
- Fix Editor with no content inserted leads to an error.
http://www.mibuso.com/dlinfo.asp?FileID=1451
Discuss this download here.
Do you mind sharing your modifications in the source code of the editor or did you create a fork of a open source solution?
Thanks
It is a good editor but i have a small problem with imported text from file txt.
I import BigText in BLOB (memo, no compressed).
When I export bigtext in a file and open with IE, i have :
"- Les clapets équilibreurs de pression Nicoll sont entièrement injectés en polychlorure de vinyle "...
spécial french text is ok
but in panwHTMLTextEditor i have :
"- Les clapets �quilibreurs de pression Nicoll sont enti�rement inject�s en polychlorure de vinyle "
an idea to fix this problem ?
Thanks
When I try to open the comments in a page (2009 R2 RTC), I have this message :
ActvieX .... cannot be instantiated because the current thread is not in a single-threaded apartment
How can I solve this issue ?
It works fine with Classic client.
Thanks for the answer.
We currently use WaldoNavpad but now that we are moving to Windows 10 I'm not able to install DotNet1.1 so need an alternative text editor.