Index

(progress_bar)

o2progress_bar

string o2progress_bar(string $bar_name, integer $value, string $complete_action, string $start_action, boolean $active)

ATTENTION: Progress-bar scripting definition and usage are DEPRECATED. Use a Progress-bar control from development interface (JXOB) instead.

Define a bar-control and returns its HTML code, to be displayed in a HTML-area control.
Function calling this method (usually a Janox expression) is used each time to update value.


Parameters:
  1. $bar_name
  2. Control unique name
  3. $value
  4. Constrol value
  5. $complete_action
  6. Action to be executed on completion
  7. $start_action
  8. Action to be executed on start (from 0 to >0)
  9. $active
  10. If bar is active and it makes update requests