cancel
Showing results for 
Search instead for 
Did you mean: 

how to add more features in FilterBar...........???

virendra_soni2
Participant
0 Kudos

Hi All

              I want to add Variant and Search box in Left side of FilterBar

i have used this Code

<FilterBar    searchEnabled="true" showClearButton="true" showRestoreButton="true" >

  ------------------

  ------------------

  </fb:FilterBar>

But its Not Working ....please help me out this....

Regards ,

Virendra Soni

Accepted Solutions (1)

Accepted Solutions (1)

prabhatp
Participant
0 Kudos

If you are using version 1.30, then you can add search field by:

<fb:FilterBar . . .. . . . >

<basicSearch search= "onFreeSearch"/>

</fb:Filterbar>

For displaying variant management feature,

use persistencyKey property.

<fb:FilterBar . . ..  persistencyKey="myKey" . . . >  

Regards,
Prabhat

Answers (0)