$setup_info['myapp']['name'] = 'myapp';
$setup_info['myapp']['title'] = 'myapp';
$setup_info['myapp']['version'] = '0';
$setup_info['myapp']['app_order'] = 8;
$setup_info['myapp']['enable'] = 1;
$setup_info['myapp']['index'] = 'myapp.uimyapp.index';
/* some info's for about.php and apps.phpgroupware.org */
$setup_info['myapp']['author'] = '';
$setup_info['myapp']['license'] = 'GPL';
$setup_info['myapp']['description'] = 'myapp Module.';
$setup_info['myapp']['maintainer'] = array('name' => '', 'email' => '');
/* The hooks this app includes, needed for hooks registration */
$setup_info['myapp']['hooks'] = array(
);
This is the setup.inc file. Should I add ajax=true in the index parameter here and also in the index.php file ?