How to add a button to the Search Results Header?
Devin99
Member
I can add a button to the Search Results Toolbar Items when you select items but how can I add one in the header here:
Thanks
0
Answers
-
Depending on how the header is implemented, you can add a button using HTML, JavaScript, or other configuration options. Locate the HTML section where the header is defined. Insert your button’s HTML code into this section.
<!-- Example HTML for adding a button -->
<div class="search-results-header">
<!-- Existing header content -->
<button id="myCustomButton" class="btn btn-primary">My Button</button>
</div>You can check out topics about personalize Smart UI Header https://forums.opentext.com/forums/developer/discussion/296538
0
Categories
- All Categories
- 122 Developer Announcements
- 53 Articles
- 151 General Questions
- 146 Thrust Services
- 56 OpenText Hackathon
- 35 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 917 Cloud Fax and Notifications
- 84 Digital Asset Management
- 9.4K Documentum
- 31 eDOCS
- 179 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 9 XM Fax
- Follow Categories