Skip to content

Releases: ProlificsPanther/BootstrapSamples

ProgressBar

30 May 16:05
12edebf
Compare
Choose a tag to compare

How to use a Bootstrap Progress bar in Panther to display results

  1. Use {{emit:widgetname}} to emit all the single line text fields which are in your screen.

  2. 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.

  3. Now the received value will be used in the style tag for setting the width of your div by using {{value:widgetname}}

Example

  1. Here “chemistry” is the name of widget which contains a value.

  2. Enter the values you wish to in the fields on the first screen and press the Percentage button.

  3. 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