Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script to add search label on text box
#1
How to add serach label on text box?

if you want to add search label on text box , then use below script on label component

sdk.hideComponent( [ 'label174' ] );

$("#Target_filter_search").focus();

and in text box -> display content property

<input id="Target_filter_search"/>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)