added: to Request:
// used as a JSON output (when ajax_serializer is defined) // it will be serialized and have at least: // 'content' string - the whole html content // 'http_status' integer - http status code (e.g. 200) PT::Space ajax; // if not null then the request will have a JSON as an output PT::SpaceToJSON * ajax_serializer; git-svn-id: svn://ttmath.org/publicrep/winix/trunk@871 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -37,6 +37,7 @@ class Functions;
|
||||
namespace TemplatesFunctions
|
||||
{
|
||||
extern size_t pat_index;
|
||||
extern size_t pat_index_ajaxcontent;
|
||||
extern size_t pat_index_fullscreen;
|
||||
extern size_t pat_index_rawcontent;
|
||||
extern size_t pat_err_404;
|
||||
|
Reference in New Issue
Block a user