Figure 1-5. WEBTEMP .XML and ONET.XML are related by the Configuration element. in Font

Creator PDF-417 2d barcode in Font Figure 1-5. WEBTEMP .XML and ONET.XML are related by the Configuration element.

Figure 1-5. WEBTEMP .XML and ONET.XML are related by the Configuration element.
PDF417 Generation In None
Using Barcode printer for Font Control to generate, create PDF 417 image in Font applications.
www.OnBarcode.com
Generating ECC200 In None
Using Barcode creation for Font Control to generate, create Data Matrix ECC200 image in Font applications.
www.OnBarcode.com
CHAPTER 1 COLLABORATIVE APPLICATION MARKUP LANGUAGE
UPC-A Supplement 5 Creator In None
Using Barcode creation for Font Control to generate, create UPC Code image in Font applications.
www.OnBarcode.com
UPC - 13 Generator In None
Using Barcode drawer for Font Control to generate, create EAN-13 Supplement 5 image in Font applications.
www.OnBarcode.com
The Configurations element is used as a child of the Project element and contains the set of Configuration elements that are related to the configurations specified in the web template file. Each Configuration element in turn contains Lists and Modules elements that define the components that make up the site. The Lists element has no attributes, but contains a set of List elements that define the lists that will be initially created with the site. In the default configuration for a standard WSS site, a discussion forum is created automatically. Table 1-10 displays the attributes of the List element. In keeping with my desire to eliminate the discussion forum from my customized site template, I can simply delete this List element from the configuration. Table 1-10. The List Element
Printing QR Code In None
Using Barcode printer for Font Control to generate, create QR Code ISO/IEC18004 image in Font applications.
www.OnBarcode.com
Print UCC-128 In None
Using Barcode drawer for Font Control to generate, create GTIN - 128 image in Font applications.
www.OnBarcode.com
Attribute
Code 3/9 Creation In None
Using Barcode maker for Font Control to generate, create Code 3/9 image in Font applications.
www.OnBarcode.com
USS Code 93, USS 93 Maker In None
Using Barcode printer for Font Control to generate, create Code 93 Extended image in Font applications.
www.OnBarcode.com
BaseType Default Description Direction DisableAttachments EventSinkAssembly
PDF-417 2d Barcode Generation In None
Using Barcode drawer for Software Control to generate, create PDF417 image in Software applications.
www.OnBarcode.com
PDF-417 2d Barcode Generation In C#
Using Barcode creation for .NET Control to generate, create PDF-417 2d barcode image in .NET framework applications.
www.OnBarcode.com
Type
Code 39 Extended Encoder In Visual Studio .NET
Using Barcode encoder for ASP.NET Control to generate, create USS Code 39 image in ASP.NET applications.
www.OnBarcode.com
Encoding Barcode In Visual C#.NET
Using Barcode printer for VS .NET Control to generate, create Barcode image in Visual Studio .NET applications.
www.OnBarcode.com
Text Boolean Text Text Boolean Text
Create Data Matrix In .NET
Using Barcode generation for Visual Studio .NET Control to generate, create Data Matrix 2d barcode image in .NET framework applications.
www.OnBarcode.com
Code 128B Printer In None
Using Barcode encoder for Word Control to generate, create USS Code 128 image in Word applications.
www.OnBarcode.com
Description
GS1 128 Maker In Objective-C
Using Barcode creation for iPad Control to generate, create EAN / UCC - 13 image in iPad applications.
www.OnBarcode.com
Paint QR Code 2d Barcode In Java
Using Barcode printer for Android Control to generate, create Quick Response Code image in Android applications.
www.OnBarcode.com
Set to Integer to store integer values for the list, or Text to store text values. True specifies that the list is created when a new site is created. A description of the list. Sets the reading order of the list. Can be set to none, RTL (right-to-left), or LTR (left-to-right). True prevents the use of attachments with the list. Specifies the strong name of an assembly that receives events from this list. This only applies to Document Libraries. Specifies the fully qualified, case-sensitive name of a class that implements the IListEventSink interface to receive list events. This only applies to Document Libraries. Sets a text value that is passed to the assembly referenced in the EventSinkAssembly attribute when a list event occurs. This only applies to Document Libraries. The name of the list. True allows users to reorder the list. True specifies that the list is private to the site. Sets the name of the page to open when the list is accessed from a quick launch area. True specifies that the list only belongs to the top-level site in the collection. Sets the size of the thumbnail images for a picture library. The title of the list.
QR Generator In None
Using Barcode creation for Software Control to generate, create QR image in Software applications.
www.OnBarcode.com
Print Barcode In Java
Using Barcode generation for Eclipse BIRT Control to generate, create Barcode image in Eclipse BIRT applications.
www.OnBarcode.com
(Continues)
Data Matrix Scanner In VS .NET
Using Barcode decoder for VS .NET Control to read, scan read, scan image in .NET framework applications.
www.OnBarcode.com
Drawing UPC-A Supplement 2 In None
Using Barcode printer for Online Control to generate, create GTIN - 12 image in Online applications.
www.OnBarcode.com
EventSinkClass
Text
EventSinkData
Text
Name OrderedList PrivateList QuickLaunchUrl RootWebOnly ThumbnailSize Title
Text Boolean Boolean Text Boolean Integer Text
CHAPTER 1 COLLABORATIVE APPLICATION MARKUP LANGUAGE
Table 1-10. The List Element (Continued)
Attribute
Type
Type
Integer
Description
Specifies the type of list. Possible values are: 100 Generic list, 101 Document library, 102 Survey, 103 Links, 104 Announcements, 105 Contacts, 106 Events, 107 Tasks, 108 Discussion, 109 Picture library, 110 Data sources, 111 Site template gallery, 113 Web Part gallery, 114 List template gallery, 115 InfoPath Form library, 120 Custom grid, 200 Meeting Series, 201 Meeting Agenda, 202 Meeting Attendees, 204 Meeting Decisions, 207 Meeting Objectives, 210 Meeting text box, 211 Meeting Things To Bring, 212 Meeting Workspace Pages, 300 Portal Sites list, 1100 Issue tracking, 2002 Personal document library, and 2003 Private document library. Specifies the folder where the list definition can be found within the site defection folder. True to encode the URL. True specifies that versioning on the library is enabled by default. Sets the height of an image in a Picture Library. Sets the width of an image in a Picture Library.
Url UrlEncode VersioningEnabled WebImageHeight WebImageWidth
Text Boolean Boolean Integer Integer
The Modules element is used in two different places inside of the ONET.XML file. It can be a child element of either the Project element or the Configuration element. When used as a child of the Project element, the Modules element specifies components, such as web parts, to include in the site definition. When used as a child of the Configuration element, the Modules element ties a specific module to a site configuration. The Modules element has no attributes but contains a set of Module elements. When used as a child of the Project element, the Module element contains a set of File elements that define external files that are part of the site definition. These external files can be either ASP .NET files or web part description files. Listing 1-6 shows two module definitions. One creates a home page for the site and the other adds several web part description files to the site. Listing 1-6. Module Definitions <Modules> <Module Name="Default" Url="" Path=""> <File Url="default.aspx" NavBarHome="True"> <View List="104" BaseViewID="0" WebPartZoneID="Left"/> <View List="106" BaseViewID="0" WebPartZoneID="Left" WebPartOrder="2"/> <AllUsersWebPart WebPartZoneID="Right" WebPartOrder="1"> <![CDATA[ <WebPart xmlns=http://schemas.microsoft.com/WebPart/v2 xmlns:iwp="http://schemas.microsoft.com/WebPart/v2/Image">
Copyright © OnBarcode.com . All rights reserved.