Skip to Content
Menu
This question has been flagged
1 Reply
12061 Views

If I need to add a button in a tag in kanban view also what to set the type attribute for a tag. I tried writing

<a type="button">
<button name="button_name" string="button_string" />
</a>

But it does not seem to work for me. Any suggestions are appreciated ?

Avatar
Discard

The aim of implementing a Kanban system is to limit the team’s Work In Progress based on the agreed capacity and to increase overall throughput. Identifying issues that impair performance helps maintain a steady flow of work, thereby having an overall impact on quality. This shortens lead times, which, in turn, improves the system’s predictability.

Best Answer

Hello Shoail,

Try this:

<a type="button">
    <button name="button_name" type="button_type" class="oe_highlight">
        <span>Submit</span>
    </button>
</a>

Hope this helps.

Thanks and Regards,
Serpent Consulting Service Pvt. Ltd.

Avatar
Discard

Many Thanks @ Serpent Consulting Services

+1

Related Posts Replies Views Activity
2
Nov 22
9897
1
Aug 16
4998
2
May 20
5682
1
Feb 19
6630
0
Jan 19
5728