Functions | |
| attachmentsBox () | |
| creates attachments link | |
| browseAllAttachmentsBox () | |
| creates attachments link | |
| jsLinks () | |
| generates javascript links so that a user can easily incorporates javascript defined in plugins | |
| getRootNodeLink () | |
| builds a link to wiki root page
generates an anchor link pointing to wiki root page, for use in template : | |
| wikiMenu () | |
| builds a complete wiki menu generates an unordered list of links depending of state (user logged, global rights ...) that contain :
| |
| contentBox () | |
| display main content area
the main content area contains either the wiki content, or content based on mode (edition, search ...) It uses the global map variable $contentBoxHandle and the mode to callback a registered method that can handle the page. If no mode is found, or if no function is registered to handle current mode, the special method registered to the "default" mode is called. | |
| commentLink () | |
| creates a comment link | |
| commentBox () | |
| display comments | |
| editContentLink () | |
| creates edit content link | |
| addContentLink () | |
| creates add content link | |
| deleteLink () | |
| creates delete link | |
| makeRootLink () | |
| creates a "make root" link | |
| printLink () | |
| creates a print link | |
| sourceLink () | |
| creates a print link | |
| subContentBox () | |
| display list of sub nodes as an unordered list | |
| parentContentBox () | |
| display list of parent nodes as an unordered list | |
| phpExecutionTimeBox () | |
| display time taken by script during whole execution | |
| sqlExecutionTimeBox () | |
| display time taken by sql queries during whole execution | |
| contentDisplay ($showLangs=true) | |
| display content | |
| sourceDisplay () | |
| display source | |
| navigationBox () | |
| display navigation box | |
| editACLLink () | |
| creates link to acl edition | |
| feedRecentCommentsUrl () | |
| creates an url to recent comment feed | |
| feedRecentCommentsLink () | |
| creates an html link to recent comment feed | |
| feedLocalCommentsUrl () | |
| creates an html url to list of comment of current node | |
| feedLocalCommentsLink () | |
| creates an html link to list of comment of current node | |
| feedRecentChangesUrl () | |
| creates an html url to list of recent changes | |
| feedRecentChangesLink () | |
| creates an html link to list of recent changes | |
| feedLocalChangesUrl () | |
| creates an html url to history of current node | |
| feedLocalChangesLink () | |
| creates an html link to history of current node | |
| feedLocalLinks () | |
| return local links (history and comments of current nodes) | |
| historyLink () | |
| creates a link to history | |
| loginLink () | |
| creates a login link | |
| registerLink () | |
| creates a register link | |
| preferencesLink () | |
| creates a preferences link | |
| logoffLink () | |
| creates a logoff link | |
| userMenu () | |
| creates a user link as an unordered list the menu may contain (depending on global configuration, user login ...)
| |
| metadataBox () | |
| display a link to metadata | |
| recentChangesBox () | |
| display a link to recent changes | |
| searchBox ($searchTerm= '') | |
| display a search box | |
| emailSubscribeLink () | |
| display link to subscribe to this node | |
| emailUnsubscribeLink () | |
| display link to unsubscribe to this node | |
| whatLinksHereBox () | |
| display a link to the WhatLinksHere feature | |
All those functions are secure. This means for example that function deleteLink() will returns a link only if current user has the right to delete a particular page.
| addContentLink | ( | ) |
creates add content link
| attachmentsBox | ( | ) |
creates attachments link
| browseAllAttachmentsBox | ( | ) |
creates attachments link
| commentBox | ( | ) |
display comments
| commentLink | ( | ) |
creates a comment link
| contentBox | ( | ) |
display main content area
the main content area contains either the wiki content, or content based on mode (edition, search ...) It uses the global map variable $contentBoxHandle and the mode to callback a registered method that can handle the page. If no mode is found, or if no function is registered to handle current mode, the special method registered to the "default" mode is called.
| contentDisplay | ( | $ | showLangs = true |
) |
display content
| showLangs | indicates if we must show lang flags or not |
| deleteLink | ( | ) |
creates delete link
| editACLLink | ( | ) |
creates link to acl edition
| editContentLink | ( | ) |
creates edit content link
| emailSubscribeLink | ( | ) |
display link to subscribe to this node
| emailUnsubscribeLink | ( | ) |
display link to unsubscribe to this node
| feedLocalChangesLink | ( | ) |
creates an html link to history of current node
| feedLocalChangesUrl | ( | ) |
creates an html url to history of current node
| feedLocalCommentsLink | ( | ) |
creates an html link to list of comment of current node
| feedLocalCommentsUrl | ( | ) |
creates an html url to list of comment of current node
| feedLocalLinks | ( | ) |
return local links (history and comments of current nodes)
| feedRecentChangesLink | ( | ) |
creates an html link to list of recent changes
| feedRecentChangesUrl | ( | ) |
creates an html url to list of recent changes
| feedRecentCommentsLink | ( | ) |
creates an html link to recent comment feed
| feedRecentCommentsUrl | ( | ) |
creates an url to recent comment feed
| getRootNodeLink | ( | ) |
builds a link to wiki root page
generates an anchor link pointing to wiki root page, for use in template :
| historyLink | ( | ) |
creates a link to history
| jsLinks | ( | ) |
generates javascript links so that a user can easily incorporates javascript defined in plugins
| loginLink | ( | ) |
creates a login link
| logoffLink | ( | ) |
creates a logoff link
| makeRootLink | ( | ) |
creates a "make root" link
| metadataBox | ( | ) |
display a link to metadata
| navigationBox | ( | ) |
display navigation box
| parentContentBox | ( | ) |
display list of parent nodes as an unordered list
| phpExecutionTimeBox | ( | ) |
display time taken by script during whole execution
| preferencesLink | ( | ) |
creates a preferences link
| printLink | ( | ) |
creates a print link
| recentChangesBox | ( | ) |
display a link to recent changes
| registerLink | ( | ) |
creates a register link
| searchBox | ( | $ | searchTerm = '' |
) |
display a search box
| sourceDisplay | ( | ) |
display source
| sourceLink | ( | ) |
creates a print link
| sqlExecutionTimeBox | ( | ) |
display time taken by sql queries during whole execution
| subContentBox | ( | ) |
display list of sub nodes as an unordered list
| userMenu | ( | ) |
creates a user link as an unordered list
the menu may contain (depending on global configuration, user login ...)
| whatLinksHereBox | ( | ) |
display a link to the WhatLinksHere feature
return link
| wikiMenu | ( | ) |
builds a complete wiki menu
generates an unordered list of links depending of state (user logged, global rights ...) that contain :
1.4.7