Plugin AppFrame
Introduced with Tiki9Use this wiki plugin to create a frame to assemble custom applications in. Components in the frame will be various wiki pages and modules.
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 do define the structure of the frame. The plugins can be nexted to reach the desired result. The plugin was build for the CartoGraf profile. Some features may be missing for your specific needs.
Structure plugins
- COLUMN: Divides the space into columns. The 'width' parameter indicates the percentage of the space to use.
- TAB: Created a tabbed interface. The 'label' parameter indicates the name displayed on the tab.
- OVERLAY: Creates an overlay above the app frame at the desired position. The position can be specified in pixels relative to top, left, bottom or right.
- ANCHOR: Creates a sliding panel at the right of the section. The panel is initially displayed as an icon, specified by a parameter of the same name.
- COND: Determines if the content should be displayed based on a given condition (empty/notempty), useful in conjunction with arg variables.
Content plugins
- PAGE: Includes a wiki page
- TEMPLATE: Executes a smarty template
- MODULE: Executes any module
Usage
{APPFRAME(min= , hideleft= , hideright= , fullpage= )} Application layout {APPFRAME}Required parameters are in bold
| Parameters |
| no parameters |
