updated to the new ezc api (Generator has three additional parameters now)
This commit is contained in:
@@ -338,9 +338,9 @@ public:
|
||||
HtmlTextStream out_main_stream;
|
||||
|
||||
// text output streams used in ajax requests (send in JSON format to the client)
|
||||
// in ezc templates you can use [ezc out "stream_name"] keyword
|
||||
// in ezc templates you can use [ezc frame "stream_name"] or just [frame "stream_name"] keyword
|
||||
// to switch between streams
|
||||
Ezc::OutStreams<HtmlTextStream> out_streams;
|
||||
Ezc::OutStreams<HtmlTextStream, true> out_streams;
|
||||
|
||||
// if true the JSON object is generated only from info (out_streams are not used)
|
||||
// default: false
|
||||
|
Reference in New Issue
Block a user