Question
Murex
LB
Last activity: 16 Mar 2016 7:48 EDT
Rendering UI Elements Usign Javascript
Hello All,
So I have a data structure in Pega and was wondering whether it would be possible to build a UI using javascript using the data in this structure.
So for instance I have a Page List and I want to build a table that has the same functionality as a repeating grid. Is that possible? If so could you point me to some documentation about this issue?
Thanks,
Joe
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Tech Mahindra
IN
There are 2 ways comes into my mind:
1) write a control using JSP/HTML/Javascript and use that control.
2) Uncheck auto-generated html checkbox on HTML tab of section and write your own HTML/JSP code.
Hope this answers your question.
Murex
LB
Hello Satyanarayana,
Thank you for your reply. Can you please elaborate where to uncheck the auto-generated html checkbox?
Thanks,
Joe
Pegasystems Inc.
IN
Tech Mahindra
IN
On HTML tab of a UI rule.
Pegasystems Inc.
IN
Hi
I second Satyanarayana's suggestion. You need to create your own HTML code to address this.
You can actually run any List-View / summary view and see how the results are displayed. I am sure the results are constructed by some HTML rule. Run a listview report and in parallel run fiddler or tracer to identify the stream rules involved and then check their configuration.
Murex
LB
Hello Santanu,
Thank you for your reply.
I know how to access the tracer but I've never come across the fiddler. Can you please point me as to where I can navigate to it? Moreover, can you please explain what do you mean by List-View and summary-View? I'm completely new to this stuff so apologies if the questions are too basic or rudimentary.
Thanks!
Pegasystems Inc.
IN
Hi Joe
1. Fiddler : It is a web debugging proxy for any browser, system, or platform. You can find the download link from this site : https://pdn.pega.com/favorite-free-or-cheap-developer-tools
2. List View and Summary View : These are different kind of report being used in older version in PEGA. Find below screenshot : You can open any of the existing listview or summary view report and run them to check how the output is structured .