cancel
Showing results for 
Search instead for 
Did you mean: 

How to add search box in task browser Model of admin cockpit.Later on have to implement search functionality .

Former Member
0 Kudos

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if you want the function of advance search for workflow area, you need a new TaskBrowserModel to extends DefaultSearchBrowserModel. or if you want customize the filter option, you should override the logic which in TaskContentBrowser.class

Former Member
0 Kudos

Hi Yang,

Thanks for the reply, Achieved the above functionality by customizing the TaskContentBrowser.java. Override one method i.e leftCaptionComponent()// responsible to display search box in Task contentBrowser.java . Search functionality also achieved by adding extra method in defaultworkflowActionDao.java.

Answers (1)

Answers (1)

tylermac
Product and Topic Expert
Product and Topic Expert
0 Kudos