xowiki::FormPage instproc get_property (public)
<instance of xowiki::FormPage> get_property [ -source source ] \ -name name [ -default default ]
Defined in /var/www/openacs.org/packages/xowiki/tcl/xowiki-procs.tcl
Retrieves a FormPage property
- Switches:
- -source (optional)
- page name to be resolved and used instead this FormPage to fetch the property
- -name (required)
- -default (optional)
- Testcases:
- create_test_items
Source code: if {![info exists source]} { set page [self] } else { set page [:resolve_included_page_name $source] } return [$page property $name $default]XQL Not present: Generic, PostgreSQL, Oracle