snippet designview element The Fragment Definition File

6-12 Oracle Fusion Middleware Technical Reference Guide for Site Studio contribution suppression flags.BR TABLE TR TDAllow BOLDTD TDINPUT type=checkbox id=boldTD TR TR TDAllow ITALICTD TDINPUT type=checkbox id=italicTD TR TR TDAllow UNDERLINEDTD TDINPUT type=checkbox id=underlinedTD TR TR TDAllow Font ChangesTD TDINPUT type=checkbox id=fontTD TR TRTD COLSPAN=2nbsp;TDTR TR TD COLSPAN=2 INPUT type=button value=OK onclick=window.external.SetValuegetvalue; window.external.OnOK; INPUT type=button value=Cancel onclick=window.external.OnCancel; TD TR TABLE BODY ]] customgui

6.7.4 snippet

The snippet tag represents a single snippet of a fragment. Parameters ■ id : the unique identifier for the snippet in the fragment definition. ■ location : the location in the layout page where the snippet should be placed. There are four locations: head, topofbody, drop-point, and bottomofbody ■ include : how the snippet should be included in a template: – simple : copy the contents of the snippet directly into the template do not mark up the snippet with fragment instance details, and replace parameters directly inline by searching for paramname in the snippet content when it is first inserted. – inline : copy the contents of the snippet directly into the template and mark the content as a fragment instance snippet so that it can be treated atomically and moved, edited, and deleted as a fragment snippet. Note: The customgui tag is operational, but it is not exposed in the Fragment Editor user interface. It is, therefore, currently unsupported. Fragments 6-13 – reference : insert an ssIncludeXml call into the template and mark it as a fragment instance snippet so that it can be treated atomically and moved, edited, and deleted as a fragment snippet. The snippet tag contains a single complete snippet of HTML or script that makes up a single atomic piece of the fragment content. The snippet content is contained within a CDATA section. Additionally, the tag may contain the following optional child tags: ■ designview : a design-time representation of the snippet that will be shown in design view in Designer.

6.7.5 designview

The designview tag represents an optional design-time view of a fragment snippet that will be shown in the Design view in Designer the default display will be the fragment name. The tag contains HTML within a CDATA section. It has no attributes. For example: designview [CDATA[ example copyright fragment goes here ]] designview

6.7.6 element

The element tag represents a simple element contained in a static list fragment definition. The syntax for the element tag in a fragment definition tag is identical to the syntax of the element tag used in a region definition tag in a layout page. Only elements of type 1, 4, 5, and 6 wysiwyg, custom, image, and plaintext are allowed as elements within a static list fragment definition.

6.8 Fragment Instance Structure in the ssinfo XML Data Island