NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike Grigsby on June 14, 2010, 08:30:54 PM

Title: Suggestions for handling XHtml in a jQuery text box
Post by: Mike Grigsby on June 14, 2010, 08:30:54 PM
I understand that the text box that is used in the jQuery framework doesn't have HTML editing capability, so I created a proc to allow the XHTML editing in a text field. Any ideas of how I get it to display in a jQuery text or string field for viewing, no editing?
Title: Re: Suggestions for handling XHtml in a jQuery text box
Post by: Bruce on June 14, 2010, 08:53:56 PM
Hi Mike,

Any reason you didn't use the NetTalk "built in" HTML text box?
(You need to enable it on the WebServer procedure, Scripts Tag, and then "Allow xHtml" for the text box.)

But your question implies you want to _display_ the data, not edit it?

Cheers
Bruce
Title: Re: Suggestions for handling XHtml in a jQuery text box
Post by: Mike Grigsby on June 14, 2010, 09:40:23 PM
Right. I want to display it. I'm using the built in HTML box for the administrator to create the HTML code/text, but I want to use the "pertty" jQuery text box or display the string with HTML.
Title: Re: Suggestions for handling XHtml in a jQuery text box
Post by: Bruce on June 14, 2010, 11:04:34 PM
can you expand on what you mean by a "pretty jQuery text box" ?
I'm not sure if that's different to a normal text box...