From 7d6036d9736558e4f9241be87447e1c2321834b1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 11 Sep 2007 13:01:29 +0000 Subject: further enhancements to page matching. --- demos/quickstart/protected/pages/Configurations/PageConfig.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Configurations/PageConfig.page') diff --git a/demos/quickstart/protected/pages/Configurations/PageConfig.page b/demos/quickstart/protected/pages/Configurations/PageConfig.page index c52164b6..d4ffb4b3 100644 --- a/demos/quickstart/protected/pages/Configurations/PageConfig.page +++ b/demos/quickstart/protected/pages/Configurations/PageConfig.page @@ -41,7 +41,7 @@ Complete specification of page configurations can be found in the

-Since version 3.1.1, the id attribute in the <page> element can be a relative page path pointing to a page in the subdirectory of the directory containing the page configuration. For example, id="admin.Home" refers to the Home page under the admin directory. This enhancement allows developers to centralize their page configurations (e.g. put all page initializations in the aplication configuration or the root page configuration.) +Since version 3.1.1, the id attribute in the <page> element can be a relative page path pointing to a page in the subdirectory of the directory containing the page configuration. For example, id="admin.Home" refers to the Home page under the admin directory. The id attribute can also contain wildcard '*' to match all pages under the specified directory. For example, id="admin.*" refers to all pages under the admin directory and its subdirectories. This enhancement allows developers to centralize their page configurations (e.g. put all page initializations in the aplication configuration or the root page configuration.)

$Id$
\ No newline at end of file -- cgit v1.2.3