src/js/widgets/playerWidget.js
branchpopcorn-port
changeset 446 d801a7f9c7c5
parent 444 9e58d99a4ae4
child 449 6e6b4a54776a
equal deleted inserted replaced
445:c2eac11a9053 446:d801a7f9c7c5
   120 IriSP.PlayerWidget.prototype.searchButtonHandler = function() {
   120 IriSP.PlayerWidget.prototype.searchButtonHandler = function() {
   121     var self = this;
   121     var self = this;
   122 
   122 
   123     /* show the search field if it is not shown */
   123     /* show the search field if it is not shown */
   124   	if ( this._searchBlockOpen == false ) {      
   124   	if ( this._searchBlockOpen == false ) {      
   125       this.selector.find( ".ui-icon-search" ).css( "background-position", "-144px -112px" );
       
   126       
       
   127       this.selector.find(".LdtSearch").show(100);
   125       this.selector.find(".LdtSearch").show(100);
   128       
   126       
   129       this.selector.find(".LdtSearchInput").css('background-color','#fff');
   127       this.selector.find(".LdtSearchInput").css('background-color','#fff');
   130       this.selector.find(".LdtSearchInput").focus();
   128       this.selector.find(".LdtSearchInput").focus();
   131       this.selector.find(".LdtSearchInput").attr('value', this._searchLastValue);      
   129       this.selector.find(".LdtSearchInput").attr('value', this._searchLastValue);