Help: Wiki Page, Add/Edit Template
For more help, visit the WebGUI Community Wiki.
- title
- The title of this page.
- formHeader
- HTML code to start the form for the edit page form.
- formTitle
- HTML code for a form to enter or change the page title.
- titleLabel
- An internationalized label to go with formTitle.
- formContent
- HTML code for a form to enter or change the content of the page.
- contentLabel
- An internationalized label to go with formContent.
- formProtect
- HTML code for a checkbutton to indicate whether or not the page should be protected. Pages that
are protected can only be edited by those with administrative privileges to the Wiki.
- protectQuestionLabel
- An internationalized label to go with formProtect.
- formSubmit
- A submit button with an internationalized label to submit changes to the page.
- formFooter
- HTML code to end the form for the edit page form.
- isNew
- A boolean that is true if this wiki page is new.
- canAdminister
- A boolean that is true if the user is in the group that has administrative privileges to the Wiki holding this page.
- isProtected
- A boolean that is true if this page currently is set to be protected.
- deleteLabel
- An internationalized label to go with deleteUrl.
- deleteUrl
- A URL to delete this page.
- deleteConfirmation
- An internationalized message for confirming the deletion of a wiki page
Admin Console