How to change the placeholder of global search on the portal ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2019 11:16 PM
That changes comes under 'Typeahead Search' widget and also trying to save the changes but it not get saved.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2019 11:24 PM
Hi Ankit,
If I am not wrong you want to change the text "How can we help" written inside search box with some other text ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2019 01:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2019 02:38 AM
To change this,
1. Open the portal
2. Hold Control and right click and select "Page In Designer"
3. Select the search widget and click on pencil icon. There you will find "Typeahead Search".
form there you can change and write whatever you want.
for example :-
{title:'Search Here..',size:'lg',color:'default'}
You can replace Search Here by anything.
Hope this will help you.
mark as correct if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2019 11:26 PM
go to
sys_ui_message table and search
How can we help? and change message whatever you need according to your language.
Thanks.