Loading...
 
Skip to main content

History: Module quick_edit

Source of version: 15 (current)

Copy to clipboard
            ^This page ((needs review))^
! Quick Edit Module 
This ((Module)) allows users (with ((permissions))), to create or edit wiki pages. Simply type the name of a wiki page and click __Edit__. 
* If the page exists, Tiki will open the Edit screen for the page.
* If the page does not exist, Tiki will create the page.

__Note__: The name of the wiki page must conform to the character link format, as defined on the {ALINK(page=Wiki Config, aname=_Wiki_Link_Format)}Wiki Link Formatting field{ALINK}.

!! Usage
You will see it listed at "Admin > Modules > Assign new module > Module Name (drop down)" (__tiki-admin_modules.php__).

You can assign a this ((Module)) to a lateral column (See ((Module Admin)) page if needed), or you can include it within a wiki page, using the ((PluginModule)).
{CODE()}{MODULE(module=quick_edit) /}{CODE}

The assigned module (with its default values) looks like this:
:: ^{MODULE(module=quick_edit) /}^ ::
!! Parameters
{pluginmanager module="quick_edit"}

To find the ~templateID~ for a particular template, do:
* Admin menu (usually on the  left) > Content Templates
* Locate the template you want, and click on the pen icon in that row (in Action column)
* Look at the url, and find the ~templateID=nn~ part. This gives you the ID.

The module can be used to create an auto-complete page search by setting action to ''tiki-index.php''.

{include page="Module and Plugin Includes" start="startinclude1" stop="stopinclude1"}