Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://wiki.cs.msu.ru/System/VarEDITACTION?rev=1
Дата изменения: Unknown Дата индексирования: Sun Apr 10 05:19:09 2016 Кодировка: koi8-r |
EDITACTION
preference setting lets you define the use of an editaction template instead of the standard edit. If EDITACTION
is defined as text
, then hide the form. If EDITACTION
is defined as form
hide the normal text area and only edit the form.
* Set EDITACTION = text|form
%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.