Page('EDITMODE'…)

Use this command to activate/deactivate the editmode on an editable lists page on the Anveo Mobile App.

PAGE('EDITMODE', '0|1');

example:
--[[editmode off]]
PAGE('EDITMODE', '0');
--[[editmode on]]
PAGE('EDITMODE', '1');

The corresponding Anveo Page Element must be set to Readonly = FALSE to allow this feature. You may also set the default value directly in the Anveo Page Element without the use of Anveo Script.