Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Extend 'Copy Table' message display and make it more explanatory

Post your ideas & suggestions for new nuBuilder features or other improvements
Paul
Posts: 165
Joined: Mon Aug 25, 2025 6:03 am
Has thanked: 31 times
Been thanked: 4 times

Extend 'Copy Table' message display and make it more explanatory

Unread post by Paul »

Tip: I made the 'Copy Table' message (when clicking the 'Copy Table' button) a bit more explanatory and also extended the time that the message is displayed.
I made three edits in this file:
nurunhtml.php

Change 1

Code: Select all

Line 246: }, 2000;
to
Line 246: }, 10000);
Change 2

Code: Select all

Line 274: showToast('Table copied to clipboard!);
to
Line 274: showToast('Table copied to clipboard! Now paste (Ctrl+V) into an Excel(.xls,.xlsx) or LibreOffice Calc (.ods) file.');
Change 3

Code: Select all

Line 285: showToast('Table copied to clipboard!);
to
Line 285: showToast('Table copied to clipboard! Now paste (Ctrl+V) into an Excel(.xls,.xlsx) or LibreOffice Calc (.ods) file.');
Post Reply