Releases: ProlificsPanther/BootstrapSamples
Releases · ProlificsPanther/BootstrapSamples
ProgressBar
How to use a Bootstrap Progress bar in Panther to display results
-
Use {{emit:widgetname}} to emit all the single line text fields which are in your screen.
-
Pass your values to next screen using “send BUNDLE” in the JPL from the first screen and use sm_jform to call the next screen in which you will receive the bundle.
-
Now the received value will be used in the style tag for setting the width of your div by using {{value:widgetname}}
Example
-
Here “chemistry” is the name of widget which contains a value.
-
Enter the values you wish to in the fields on the first screen and press the Percentage button.
-
You will notice that the values are displayed on the next screen with progress bars.
Need a Panther Web 552 Redhat Image? Click Here
How to set up a Panther Servlet Web Application? Click Here
Read our Documentation here