Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

string fm_progress_bar_title ( [str $title] )


 

Description


Allows you to set the default progress bar title or get the current setting.

 

Parameters


title (optional)
The title to set.

 

Return


Returns the current setting which will be updated if the title param is supplied. To clear the title, set it to an empty string.

 

Errors


315 Function not supported on server

 

Code Block
languagephp
themeEclipse
titleExample 1 - Set default progress bar timeout and confirm
// TODO