- Publicity: Public Only All
parameter-page-procs.tcl
xowiki - procs for working with parameter pages.
- Location:
- packages/xowiki/tcl/parameter-page-procs.tcl
- Created:
- 2020-02-13
- Author:
- Gustaf Neumann
Procedures in this file
- xowiki::require_parameter_page (public)
Detailed information
xowiki::require_parameter_page (public)
xowiki::require_parameter_page -name name -package_id package_id \ [ -parent_id parent_id ] [ -title title ] \ [ -instance_attributes instance_attributes ] [ -form form ] \ [ -publish_status publish_status ]
Create or up update a parameter page. This is a convenience method to ease the interaction with parameter pages.
- Switches:
- -name (required)
- -package_id (required)
- -parent_id (optional)
- -title (optional, defaults to
"Parameter Page"
)- -instance_attributes (optional)
- -form (optional, defaults to
"en:Parameter.form"
)- -publish_status (optional, defaults to
"production"
)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- create_folder_with_page