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
- 123 Developer Announcements
- 54 Articles
- 150 General Questions
- 148 Thrust Services
- 57 OpenText Hackathon
- 37 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 186 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories