History: Module quick_edit
Source of version: 16 (current)
Copy to clipboard
{BOX()}This page ((needs review)){BOX} # 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: {DIV(style='text-align: center')} {BOX()}{MODULE(module=quick_edit) /}{BOX} {DIV} ## 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"}