EDITACTION -- Selects an edit template
- The
EDITACTION
preference setting lets you define the use of an editaction template instead of the standard edit. IfEDITACTION
is defined astext
, then hide the form. IfEDITACTION
is defined asform
hide the normal text area and only edit the form. - Syntax:
* Set EDITACTION = text|form
- Expands to:
%EDITACTION%
When
EDITACTION
is defined as text or form the Edit and Edit Raw buttons simply add;action=text
or;action=form
to the URL for the edit script. If you have defined anEDITACTION
preference setting you can still edit the topic content or the form by removing the;action=form
or;action=text
from the edit URL in the browser and reload. - Related: CommandAndCGIScripts#edit