Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [gotze] JSON format and Callback

Quote Reply
Re: [gotze] JSON format and Callback In reply to
Hi John,

Glinks now supports native/custom pages via this url page.cgi. Example, page.cgi?g=index&t=jsonp or page.cgi?p=aboutus&t=jsonp. So, in your new template, you can product json' content. You can also call global or plugins' functions in these templates.

For the callback and cross-site issues, I think it is the problem of javascript and JSON themselft, not GT::JSON. Wheneven the request reachs the above pages, the content should be produced.

Cheers,

Dat

Programming and creating plugins and templates
Blog
Subject Author Views Date
Thread JSON format and Callback gotze 3629 Jul 25, 2010, 1:22 PM
Thread Re: [gotze] JSON format and Callback
tandat 3509 Jul 26, 2010, 1:33 AM
Thread Re: [tandat] JSON format and Callback
gotze 3497 Jul 26, 2010, 10:47 AM
Post Re: [gotze] JSON format and Callback
tandat 3492 Jul 26, 2010, 5:59 PM