fm_progress_bar_title


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

 

Example 1 - Set default progress bar timeout and confirm
// TODO