Home > Contents > Index >
Deprecated as of Oracle WebCenter Sites version 12c.
<cg:render
id="asset id"
type="asset type"
resourceid="resource id"
[settings="widgets settings"]
>
</cg:render>
The possible values of type include:
Value |
Description |
|---|---|
|
CGGadget |
Community-Gadgets Gadget |
|
CGWidget |
Community-Gadgets Widget |
|
CGPoll |
Community-Gadgets Poll |
resourceid is an unique identifier of the Community-Gadgets widgets tag (for example, the Comments widget tag). This resourceid can be used in other widgets' tags (for example, the Comments Summary widget tag) to refer to the instance of the deployed widget (the Comments widget).Provides functionality of Community-Gadgets widgets rendering. If Community-Gadgets widgets integration is not made manually it will be installed automatically.
There are no possible errno for this tag.
The following example renders the Community-Gadgets widget.
<cg:render
id='<?=ics.GetVar("cid")>'
type='<?=ics.GetVar("c")>'
recourceid='someResourceID'
settings='{"param1":"value1","param2":"value2"}'
>
</cg:render>
| Home > | Contents > | Index > | ||
|
Oracle JSP Tag Reference |
|||