Implement this interface to add content to any iTopWebPage
There are 3 places where content can be added:
Each of the methods of this interface is supposed to return the HTML to be inserted at the specified place and can use the passed iTopWebPage object to add javascript or CSS definitions
package | Extensibility |
---|---|
api | |
since | 2.0 |
GetBannerHtml(\iTopWebPage $oPage) : string
\iTopWebPage
The page to insert stuff into.
string
The HTML content to add into the pageGetNorthPaneHtml(\iTopWebPage $oPage) : string
\iTopWebPage
The page to insert stuff into.
string
The HTML content to add into the pageGetSouthPaneHtml(\iTopWebPage $oPage) : string
\iTopWebPage
The page to insert stuff into.
string
The HTML content to add into the page