Hi Friends, recently I have learnt how to use segmented radio button.
Radio button has 2 control format
- Standard
- Other
- Segmented
Hi Friends, recently I have learnt how to use segmented radio button.
Radio button has 2 control format
Hi Friends, In this post we will see how to add CSS helper classes
In W3Schools website, a exercise is present to display background image in UI. We will see how to do the similar kind of CSS changes in Pega using CSS helper classes
https://www.w3schools.com/css/tryit.asp?filename=trycss3_background_multiple
Image to download:
Hi Friends, In this post we will see how to use Inline Layouts
If you are using inline layouts, the elements will arrange in a line(One by one to the left)
Below is the Inline layout details
I have provided layout format as Inline.
I have added 5 text box inside inline layout, we will see how it displayed at run time.
you can see the text box are arranged one by one to the next, if space not present the text box will wrap to the next line.
you can see the text boxes are arranged in two column
To know more about Pega layout go through the below URL
Using layouts to structure content in sections | Pega
Dynamic layouts and containers | Pega Academy
Using dynamic layouts to create responsive user interfaces | Pega
Thank you for reading this post, ask in comment if you have any doubts.
Hi Friends, In this post we will see how to use pxInitials control.
Below is the Initials Control.
In Pega UI Gallery, -> repeating dynamic layout screen we are having sample section.
Hi Friends, In this post we will see how to use Media Capture for Pega component.
Link for Downloading Media Capture for Pega component
https://community.pega.com/marketplace/components/media-capture-pega
Go through the Pega documentation:
Extract the downloaded jar file, after extraction we can see
a jar file inside it and license text file.
Important: We have to upload this jar into pega.
Click Manage component button in application definition
Click on Install New button and upload the jar file we have extracted.
With this component itself , pega provided example section for testing.
Below is the example section, include this seciton in any flowaction and run in a flow to test the component.
Hi Friends, In this post, I will add post regarding User Interface
Ask in comment if you wants to know any particular UI Elements.
Hi Friends, In this post we will see how to display Smart tip in UI.
By using smart tip we can provide some small information about the content we are displaying.
In below sample Pega section we can see the Smart tip.
To know the section used for this design, I am using accessibility tool to get the section name.
So from the above screen, we can see section name used is pyStudioHome.
pyStudioHome Section:
Guardrail details present in an embedded section, so open it.
Click on the link and go to action tab.
In the action tab , we can able to see 2 actions involved.
In Set Style action, for Style Source -> Inline style was selected and Inline style provided is Cursor:help;
On Hover the link a help cursor will display.