General downloads

PawnHTMLTextEditor v1.2

Author
Pawan Poojari  
Category
General downloads
Date
29/07/2012
First release
01/07/2012
Size
375,22 KB
Downloads
1703
MD5 digest
ACF43E2647C93A855B133C425FAFC6FD
Rating
321501
Popularity
Downloaded 1 time in the last two weeks
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.
Download this file

Screenshots