vidierre Posted November 16, 2022 Report Share Posted November 16, 2022 When bulk edit is used in a Report Datapage you get an Edit button with a pencil icon on top left of your results. I am aware that the label can be changed in Styles, like pointed out here But I want change the label for ONE datapage only on my web page where there are two differents datapages I found that the button is coded in the following way for both datapages: <a data-cb-name="BulkEditButton" title="Modifica" href="javascript:void(0);" class="cbResultSetBulkEditActionLink" style="text-decoration: none; cursor: default;">Modifica</a> Anyone has idea how change the label of one BulkEditButton only? Quote Link to comment Share on other sites More sharing options...
0 kpcollier Posted November 16, 2022 Report Share Posted November 16, 2022 Why don't you just create 2 separate Localizations that are similar but one has the Bulk Edit label changed? You could still use 2 localizations for 2 datapages on one webpage. I have a single webpage with about 9 datapages on it, and they all have different Localizations set. Quote Link to comment Share on other sites More sharing options...
0 vidierre Posted November 16, 2022 Author Report Share Posted November 16, 2022 Because I never would have thought that, I was looping through javascript thoughts. Instead this is the simpliest way! Thank you! kpcollier 1 Quote Link to comment Share on other sites More sharing options...
0 futurist Posted June 20, 2023 Report Share Posted June 20, 2023 Hi, sharing this bulk edit feature I came up with that you might find useful: Quote Link to comment Share on other sites More sharing options...
Question
vidierre
When bulk edit is used in a Report Datapage you get an Edit button with a pencil icon on top left of your results.
I am aware that the label can be changed in Styles, like pointed out here
But I want change the label for ONE datapage only on my web page where there are two differents datapages
I found that the button is coded in the following way for both datapages:
Anyone has idea how change the label of one BulkEditButton only?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.