Page 1 of 1

Dynamically rendering screens

Posted: Thu Oct 10, 2013 12:29 pm
by raj

hi, I want to create dynamically rendering screens based on a parameter received via REST service e.g. if parameter value is 'a': render screen 'A', If parameter value is 'b': render screen 'B' and so on.

Is there any reference material (Blog, help page, document etc.) that I can refer to for doing so?


Dynamically rendering screens

Posted: Thu Oct 10, 2013 1:15 pm
by Maryna Brodina

Hello! Working on it, I'll update.


Dynamically rendering screens

Posted: Thu Oct 10, 2013 2:53 pm
by raj

okay. thanks


Dynamically rendering screens

Posted: Thu Oct 10, 2013 3:24 pm
by Kateryna Grynko

Hi,

Do you want to paste other pages into a page that launches the service dynamically, or simply download different html-content depending on the service response?


Dynamically rendering screens

Posted: Thu Oct 10, 2013 3:57 pm
by raj

Hi, I would prefer to download different HTML based on service response. Thanks


Dynamically rendering screens

Posted: Thu Oct 10, 2013 9:09 pm
by Kateryna Grynko

Hi,

Then you can add Panel component to screen, set type=html and add there any code you like.