subsite::after_mount (private)

 subsite::after_mount -package_id package_id -node_id node_id

Defined in packages/acs-subsite/tcl/apm-callback-procs.tcl

This is the Tcl proc that is called automatically by the APM whenever a new instance of the subsites application is mounted.

Switches:
-package_id (required)
-node_id (required)
Author:
Don Baccus <dhogaza@pacifier.com>
Created:
2003-03-05

Testcases:
No testcase defined.
Source code:
    subsite::default::create_app_group -package_id $package_id

    #
    # Set the theme-related parameters into the subsite
    #
    subsite::set_theme  -subsite_id $package_id  -theme [subsite::get_theme -subsite_id $package_id]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-subsite/tcl/apm-callback-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: