You are here

public property AjaxPageControllerBase::$jsMode in Forena Reports 8

The JSMode passed to the the controller to determine how to deliver the page. "ajax" implies an ajax page load "nojs" implies a normal page.

Type: string

File

src/Controller/AjaxPageControllerBase.php, line 111

Class

AjaxPageControllerBase

Namespace

Drupal\forena\Controller

Code

public $jsMode;