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

时间:2021-03-08 19:17:26

i've use fullscreen form interface from codrops, here is the link fullscreen form interface

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

my question is, if want to add percent status on progress bar, what i must do ? here is the part of javascript progressbar :

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

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

image progressbar

someone have implement? please help

有人有实施吗?请帮忙

1 个解决方案

#1


0  

Please refer the following links, this may help you:

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

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

The progress bar can be added with <progress>;

可以使用添加进度条;

#1


0  

Please refer the following links, this may help you:

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

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

The progress bar can be added with <progress>;

可以使用添加进度条;