简体   繁体   English

在表单中创建一个进度条

[英]create a progress-bar in the form

I was trying to create a progress bar in my form.我试图在我的表单中创建一个进度条。 The progress bar is supposed to be updated each time when I complete different fields so that the progress bar will be completed when all the fields are filled.每次我完成不同的字段时,应该更新进度条,以便在填写所有字段时完成进度条。

I was pretending that there will be a component to drag and drop.我假装会有一个组件可以拖放。 But its not there in the component section.但它不在组件部分。

Can I get a way out to create a progress bar in the the form?我可以在表单中创建一个进度条吗?

If you want to add progress bar along with a component, you can add the html elemtnt at the title part of the compnent and add object values to update.如果要随组件添加进度条,可以在组件的标题部分添加 html 元素并添加 object 值进行更新。 Add the title with after the progress bar code so that the title will be appeared after the progress bar in the next line if needed.在进度条代码之后添加标题,以便在需要时将标题显示在下一行的进度条之后。

You can use the html component which is given in the components section to add progress bar element.您可以使用组件部分中提供的 html 组件来添加进度条元素。 insert the ui code and connect the javascript values to update the progress bar dynamically.插入 ui 代码并连接 javascript 值以动态更新进度条。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM