NetTalk Central

Author Topic: Suggestions for handling XHtml in a jQuery text box  (Read 2120 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Suggestions for handling XHtml in a jQuery text box
« 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?
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Suggestions for handling XHtml in a jQuery text box
« Reply #1 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

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Suggestions for handling XHtml in a jQuery text box
« Reply #2 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.
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Suggestions for handling XHtml in a jQuery text box
« Reply #3 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...