Groups
Groups
Sign in
Groups
Groups
Jam.py Users Mailing List
Conversations
About
Send feedback
Help
🚀 The fantastic find on templates for v7!
53 views
Skip to first unread message
Dean D. Babic
unread,
Nov 6, 2024, 11:30:47 PM
11/6/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jam.py Users Mailing List
Hi all,
this is incidental find when reviewing Docs for v5:
https://jampy-docs.readthedocs.io/en/latest/programming/interface/form_examples.html#view-form-template-with-buttons-at-the-top
Have a look where the Action menu is. I think this can open a lot opportunities to streamline the Forms design.
Cheers
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"> [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"> [Ctrl+Del]</small></a></li>
</ul>
</div>
<div class="view-table">
</div>
</div>
</div>
</div>
Reply all
Reply to author
Forward
0 new messages