Forums / Cotonti / Support / Ajax pages, lists, etc

Trustmaster
#36490 2012-12-10 11:05

View module can only display plain output of .txt and .html files.

What you need is AJAX mode. When a page is requested via AJAX, the constant is defined:

define('COT_AJAX', true);

and header/footer are not printed.

May the Source be with you!