Plugin App Frame | |
Use this wiki plugin, introduced in Tiki9, to create a frame to assemble custom applications in. Components in the frame can be various wiki pages and modules with associated display and execution logic. This is useful if you want your Tiki to feel more like a custom-made application instead of a CMS with custom features. See Framework AppFrame uses its own set of plugins to define the structure of the frame. The plugins can be nested to achieve the desired result. The PluginAppframe was built for the CartoGraf profile. Some features may be missing for your specific needs. |
Structure plugins | |
|
Content plugins | |
|
Usage | |
{APPFRAME(min= , hideleft= , hideright= , fullpage= )} Application layout {APPFRAME} Note Application layout may only contain the above listed Structure plugins and Content plugins. IMPORTANT: normal plugins will not be executed. |
Structure plugin examples | |
{COLUMN(width=100%)} Contents of the column ie more Structure & Content plugins {COLUMN}
{OVERLAY(top=375 left=12)} Contents of the overlay ie more Structure & Content plugins {OVERLAY}
{ANCHOR(icon="path/to/image.jpg" label=title_text)} Contents of the anchor ie typically template & module plugins {ANCHOR}
{HIDDEN()} Contents of the hidden section ie typically module plugins {HIDDEN} |
Parameters | ||||||||||||||||||||||||||||||||||||||||||||||||||
Introduced in Tiki 9. Go to the source code Preferences required: wikiplugin_appframe
|
Examples | |
Cartograf profile | |
Help enter tracker 1 items with a view on tracker 2 items | |
Create the page with a view filter on tracker 1 {trackerfilter filters="1" action="Search" trackerId="1" } Create the appFrame page appframe page {APPFRAME(hideleft="y" hideright="y" fullpage="y" absolute="n" fullscreen="y")} {page name="filter on tracker 1" }{APPFRAME} Create the general page Fill tracker 2 with a view on tracker 1 !Search tracker 1 {IFRAME(name="Search tracker 1" title="Search" width="100%" height="300" frameborder="0" scrolling="yes")}appframe page{IFRAME} !!!Fill tracker 2 {tracker trackerId="2" } |