Developing custom viewlet to show remote web content
Hi, I was used to work with standard HTML Viewlet to show docs or access
dynamic URLs of remote web servers inside the Dashboard (with <iframe> tag).
Since RTC 2.0.0.2 it seems this <iframe> support has been removed for
security reasons. So what I am looking for is:
1.- Any guide to develop your own viewlet? Wiki is huge so I would
appreciate any direct URL to a good article.
2.- Which was the name of the standard viewlet in the source code?
Perhaps I could get the old one (RTC 1.0.0.1) and reuse it to create mine.
Thanks in advance,
Chemi.
dynamic URLs of remote web servers inside the Dashboard (with <iframe> tag).
Since RTC 2.0.0.2 it seems this <iframe> support has been removed for
security reasons. So what I am looking for is:
1.- Any guide to develop your own viewlet? Wiki is huge so I would
appreciate any direct URL to a good article.
2.- Which was the name of the standard viewlet in the source code?
Perhaps I could get the old one (RTC 1.0.0.1) and reuse it to create mine.
Thanks in advance,
Chemi.
3 answers
There are two tutorial style wiki topics that take you through writing a basic Hello World Viewlet. One of them also has detailed API documentation on all the various API methods available to you as a viewlet developer.
See the following links:
https://jazz.net/wiki/bin/view/Main/ViewletAuthoring (this one has API docs at the bottom under "Function Reference")
https://jazz.net/wiki/bin/view/Main/DashboardHelloWorldViewlet
Adam Archer
Jazz Web UI Developer
See the following links:
https://jazz.net/wiki/bin/view/Main/ViewletAuthoring (this one has API docs at the bottom under "Function Reference")
https://jazz.net/wiki/bin/view/Main/DashboardHelloWorldViewlet
Adam Archer
Jazz Web UI Developer
Any updated documentation for RTC 3.0?
Thanks in advance,
Chemi.
On 2/9/2010 7:38 PM, agarcher wrote:
Thanks in advance,
Chemi.
On 2/9/2010 7:38 PM, agarcher wrote:
There are two tutorial style wiki topics that take you through writing
a basic Hello World Viewlet. One of them also has detailed API
documentation on all the various API methods available to you as a
viewlet developer.
See the following links:
https://jazz.net/wiki/bin/view/Main/ViewletAuthoring (this one has API
docs at the bottom under "Function Reference")
https://jazz.net/wiki/bin/view/Main/DashboardHelloWorldViewlet
Adam Archer
Jazz Web UI Developer