如何在进度条全屏表单界面上添加百分比状态

How to add percent status on progressbar fullscreen form interface

本文关键字:界面 表单 添加 状态 百分比      更新时间:2023-09-26

我使用了CoDrops的全屏表单界面,这里是链接全屏表单界面

我的问题是,如果要在进度条上添加百分比状态,我必须做什么? 这是JavaScript进度条的一部分:

// progress bar
    if( this.options.ctrlProgress ) {
        this.ctrlProgress = createElement( 'div', { cName : 'fs-progress', appendTo : this.ctrls } );
        this._showCtrl( this.ctrlProgress );
    }

图像进度条

有人实施过吗?请帮忙

请参考以下链接,这可能会对您有所帮助:

http://codepen.io/thathurtabit/pen/ymECfhttp://www.w3schools.com/howto/howto_js_progressbar.asp

进度条可以添加<progress>;