Options

PawnHTMLTextEditor v1.2

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,495
edited 2012-11-07 in Download section
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

  • Options
    mdPartnerNLmdPartnerNL Member Posts: 802
    Thanks for the update.

    Do you mind sharing your modifications in the source code of the editor or did you create a fork?
  • Options
    AdministratorAdministrator Member, Moderator, Administrator Posts: 2,495
    PawnHTMLTextEditor v1.2
    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.
  • Options
    mdPartnerNLmdPartnerNL Member Posts: 802
    Thanks for another update but a new bump for my questions?

    Do you mind sharing your modifications in the source code of the editor or did you create a fork of a open source solution?
  • Options
    nXqdnXqd Member Posts: 39
    what is the codepage this pawnhtml editor uses ? ( 1252 ? )

    Thanks
  • Options
    mdPartnerNLmdPartnerNL Member Posts: 802
    bump
  • Options
    mahulumahulu Member Posts: 1
    Hi,

    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
  • Options
    SRAD750SRAD750 Member Posts: 2
    Hello,

    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.
  • Options
    toothachetoothache Member Posts: 1
    hi, can you tell me if this will work with NAV 4.0 (client 5SP1) on Windows 10 Pro?
    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.
Sign In or Register to comment.