Groups
Groups
Sign in
Groups
Groups
Jam.py Users Mailing List
Conversations
About
Send feedback
Help
item.select_records footer
9 views
Skip to first unread message
marcjammet
unread,
Mar 18, 2026, 6:18:29 AM
Mar 18
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
Hello,
how to remove the footer (buttons etc) when calling
item.select_records
Thank you for your help.
Moh. Sarip Hidayat
unread,
6:00 AM (14 hours ago)
6:00 AM
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 marcjammet,
Usually, I'm using this code to remove the footer of a view form:
function
on_view_form_shown
(
item
)
{
item
.
view_form
.
find
(
"
div.form-footer
"
)
.
hide
(
)
;
}
Please let me know if you have any question.
Cheers!
Reply all
Reply to author
Forward
0 new messages