EDITACTION -- Selects an edit template
- The
EDITACTIONpreference setting lets you define the use of an editaction template instead of the standard edit. IfEDITACTIONis defined astext, then hide the form. IfEDITACTIONis defined asformhide the normal text area and only edit the form. - Syntax:
* Set EDITACTION = text|form
- Expands to:
%EDITACTION%
When EDITACTIONis defined as text or form the Edit and Edit Raw buttons simply add;action=textor;action=formto the URL for the edit script. If you have defined anEDITACTIONpreference setting you can still edit the topic content or the form by removing the;action=formor;action=textfrom the edit URL in the browser and reload. - Related: Command And CGIScripts#edit