NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kashiash on April 29, 2010, 06:13:47 AM

Title: How to add HTML editor support for text field?
Post by: kashiash 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)
Title: Re: How to add HTML editor support for text field?
Post by: Bruce 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