ssm:general Tag ssm:addSection Tag

16-2 Oracle Fusion Middleware Technical Reference Guide for Site Studio ■ Section 16.4, ssm:addSection Tag ■ Section 16.5, ssm:removeSection Tag ■ Section 16.6, ssm:moveSection Tag ■ Section 16.7, ssm:setErrorHandler Tag ■ Section 16.8, ssm:editProperties Tag ■ Section 16.9, ssm:editCustomProperties Tag ■ Section 16.10, ssm:primaryLayout Tag ■ Section 16.11, ssm:secondaryLayout Tag ■ Section 16.12, ssm:sectionOverride Tag

16.3 ssm:general Tag

The ssm:general tag contains general purpose configuration settings. Parameters ■ contributorOnly : true to indicate the Manager application should only be displayed when the browser is in Contribution Mode, false to indicate the Manager application can be displayed in both Contribution and Consumption Mode. ■ autoManage : true to indicate the Manager application should automatically connect to the server and gather the information it needs to manage the site when first displayed, false to indicate the Manager application should wait for the user to click the manage site link before communicating with the server. ■ hierarchy : controls the display of the hierarchy in the Manager application. Must be one of the following values: – hide : do not show the site hierarchy. – showAll : show the entire site hierarchy. – showCurrentSectionOnly : show only the current section and its children – displayConsole : true to display a console that lists all server communication between the Manager application and the Site Studio component. Used for debugging purposes only. – updateTitle : true to update the browser title bar with the currently selected section and action tab, false to leave title bar alone. – updateUrl : true to update the URL with the currently selected section and action tab state, false to leave URL alone. Child Tags The ssm:general tag contains no child tags.

16.4 ssm:addSection Tag

The ssm:addSection tag contains configuration settings for the Add New Section feature. Parameters ■ hidden : true to hide this feature from the manager. Manager Settings File 16-3 Child Tags The ssm:addSection tag can contain the following optional child tags to control the behavior of the Add New Section feature: ■ ssm:urlDirName contains the following optional parameters: – hidden : true or false – disabled : true or false ■ ssm:id contains the following optional parameters: – hidden : true or false – disabled : true or false ■ ssm:primaryUrl contains the following optional parameters: – inherit : true or false for the new section to inherit the primary URL of its parent section – default : provides a default value for the primaryUrl for the new section. ■ ssm:secondaryUrl contains the following optional parameters: – inherit : true or false for the new section to inherit the secondary URL of its parent section – default : provides a default value for the secondaryUrl for the new section. ■ ssm:secondaryUrlVariableField contains the following optional parameters: – inherit : true or false for the new section to inherit the secondaryUrlVariableField of its parent section – default : provides a default value true or false for the secondaryUrlVariableField for the new section.

16.5 ssm:removeSection Tag