NetTalk Central

Author Topic: How to add HTML editor support for text field?  (Read 3666 times)

kashiash

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
How to add HTML editor support for text field?
« on: April 29, 2010, 06:13:47 AM »
i create form with text field and want to allow end user to use html editor
what i have to set to switch on html editor like in example nr 36 ? (i looking in example but cant find a rule)

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: How to add HTML editor support for text field?
« Reply #1 on: April 29, 2010, 06:19:01 AM »
there are two places you need to do a setting;

a) If you don't have the html editor in the app yet, then you need to turn on global support for it. This is done in the WebServer procedure, NetTalk Extension, Scripts Tab
"Include HTML Editor".

b) Then for the text field itself you need to turn on "Allow XHTML" which is on the settings tab for the field.

cheers
Bruce