It's all about the answers!

Ask a question

How to render the information from HTML file into RTC web


Arun K Sriramaiah (3.2k13177) | asked Oct 29 '13, 7:45 a.m.
edited Oct 29 '13, 7:45 a.m.
Trying to access the html file from stream\component (RTC web or cleint)

Actual Result: If the users are accessing test1.html file code from RTC source control web or RTC Client.

Could you please explain why the below information is rendering and its not updating only the code (test) 

<HTML>

<BODY>

test

<BODY>

<HTML>


#####################################################

But when the html file normally opens from your local desktop or browser without using RTC. Below is the output ( it doesn't open up the source code)


Test


###############################################################

Expected Result: If the users are accessing test1.html file code from RTC source control web or RTC Client.


test

is it possible to view the browser output of html, rather displaying complete html soruce code in RTC

#############################################












2 answers



permanent link
Karl Weinert (2.0k52736) | answered Oct 29 '13, 8:23 a.m.
JAZZ DEVELOPER
That is not possible inside of the web client.
You may be able to configure a sandbox to be loaded into a web server and view the pages that way.
You can also configure eclipse to open html files in the internal (or external) browser.

permanent link
Arun K Sriramaiah (3.2k13177) | answered Oct 29 '13, 8:49 a.m.
thanks for all the information Karl.

If we download into sandbox also it will  try to open with the browsers but its the same case that we are trying to open the file from the file system ( works fine)

if the file (html) directly opens from RTC source control ( component) its not supported used-case ?
can it be a RFE request ?


Comments
Karl Weinert commented Oct 29 '13, 8:57 p.m.
JAZZ DEVELOPER

Hi Arun I don't think there are any restrictions on opening RFEs
I don't know how likely it would be to get added as a feature but it doesn't hurt to ask.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.