![]() | |||||
![]() ![]() ![]() ![]() ![]() |
Web Part zones are containers of Web Parts that are used to group and organize Web Parts on a Web Part Page. Web Part zones also have a set of properties that serve a dual-purpose. You can use one subset of properties to organize the layout and format of Web Parts on the Web Part Page. You can use another subset of properties to provide an additional level of modification protection (or "lock down") of the Web Parts within the zone.
The Web Part zone properties each have default settings or behaviors. As you add Web Parts to the Web Part page, you automatically set some of these property values. Although these property values are not designed to be edited in the browser, you can modify them by using an HTML editor compatible with Microsoft Windows SharePoint Services, such as Microsoft Office FrontPageĀ 2003.
For additional information on Web Part zone properties, see the Windows SharePoint Services Software Development Kit.
Modification (or "lock down") properties.
For example, a Web Part Page author may want to always keep a Web Part on the page because it is essential for the purpose of the page, or because the Web Part is connected to another Web Part and removing it would break the connection.
The following Web Part zone properties affect the ability to modify a Web Part.
Specifies whether or not Web Parts within the zone can be added, deleted, resized, or moved. The LockLayout property works the same regardless of whether the Web Part Page is in personal or shared view.
If set to True, the specific Web Part properties for each Web Part in the zone that are affected are: Zone (ZoneID), Part Order (PartOrder), Visible on Page (IsVisible), Height (Height), Width (Width), Allow Close (AllowRemove), and IsIncluded (the Close command on the Web Part menu). Other Web Part properties are not affected.
If set to False, the Web Part properties determine whether modifications can be made (along with the appropriate site permissions).
Specifies whether or not shared property values of Web Parts within the zone can be modified.
If set to True, users with appropriate permission can make changes to the Web Parts in the zone for all users.
If set to False, users cannot make changes to the Web Parts in the zone in the user interface in shared view. However, changes can still be made programmatically and by using the Web Part Maintenance Page.
Specifies whether or not personal property values of Web Parts within the zone can be modified.
If set to True, users with appropriate permission can make personal changes to the Web Parts in the zone.
If set to False, users cannot make personal changes to the Web Parts through the user interface, unless the Web Part is a private Web Part and they have appropriate permission.