Working with the UI framework

The user interface (UI) framework consists of a set of XML files that you can edit to modify or extend the Delegated Administration Console user interface. These XML files are located in the Delegated Administration Console root folder in:

xml\uitemplates\toolbars

The source code for the UI framework is located in the Delegated Administration Console root folder in:

/Lib/UIFramework.asp

The source code is also located in the Microsoft Provisioning System Resource Kit folder on your installation CD.

A UI framework function is invoked from an Active Server Pages (ASP) page by a "Call <UI framework function name> param1, param2, … paramn" statement.

Parameters are used to pass values from the calling ASP page to the UI framework function.

For more information, see Understanding the UI framework and Using the UI framework.