__CreatePage
Creates a PageElement object.
Key | Description |
---|---|
componentID | The componentID assigned to the PageElement by the frontend framework, which is a case-sensitive string. The PageElement is a special type of ComponentElement that will be detailed later regarding the role of componentID. |
cssID | The CSSFragment ID, which is a number. |
info | Additional information required when creating the PageElement; this parameter can be omitted. |
Returns the PageElement.
The frontend framework can create a PageElement in the following way.