Email this Page
Log Support Call
Send Feedback
Print |
||||||||||
Creating a WebDisplay WidgetThe WebDisplay widget is used to display the contents of a web page or an HTML page with links to online content.
The HTML page or web page is defined by adding the parameter to the code under the "parameters" section. Angle brackets are used to create opening and closing tags, which enclose the location to the HTML page on the web server or the URL to the web page. Examples:<HomePageControlInfo> <Title>Find Out How to ...</Title> <Control>WebDisplay</Control> <Icon>/HPI/teacher.png</Icon> 4</Position> <Width>370</Width> <Height>325</Height> <Parameters xsi:type="WebDisplayParameters"> <Url>HomePageLayouts/MyHomePage/FindOutHowTo.html</Url> </Parameters> </HomePageControlInfo> <HomePageControlInfo> <Title>Author-it</Title> <Control>WebDisplay</Control> <Icon></Icon> 1</Position> <Width>370</Width> <Height>325</Height> <Parameters xsi:type="WebDisplayParameters"> <Url>http://www.authorit.com</Url> </Parameters> </HomePageControlInfo> To Create a WebDisplay Widget:
|
||||||||||
| Top of Page |
Email this Page
Log Support Call
Send Feedback
Print |
|||||||||
|
||||||||||