🚀 The fantastic find on templates for v7!

53 views
Skip to first unread message

Dean D. Babic

unread,
Nov 6, 2024, 11:30:47 PM11/6/24
to Jam.py Users Mailing List
Hi all, 


Have a look where the Action menu is. I think this can open a lot opportunities to streamline the Forms design.

Cheers

demo_actions_01.JPG
This is the template:

<div class="customers-view">
    <div class="form-body">
        <div class="form-header">
                <div id="action-btn" class="btn dropdown">
                    <a class="btn btn-secondary dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">
                        <i class="bi bi-printer"></i>
                        Action
                    </a>
                    <ul class="dropdown-menu">
    <li id="new-btn"><a class="dropdown-item" href="#"><i class="bi-plus-square"></i> New<small class="muted">&nbsp;[Ctrl+Ins]</small></a></li>
    <li id="edit-btn"><a class="dropdown-item" href="#"><i class="bi-pencil-square"></i> Edit</a></li>
    <li id="delete-btn"><a class="dropdown-item" href="#"><i class="bi-trash"></i> Delete<small class="muted">&nbsp;[Ctrl+Del]</small></a></li>
                   
                    </ul>
                </div>
            <div class="view-table">
            </div>
        </div>
    </div>
</div>
Reply all
Reply to author
Forward
0 new messages