Tuesday, October 4, 2011

Extjs: Chaning tip text: acessing thumb value while dragging

  1. initComponent: function () {
  2.         this.tipText = function(thumb){
  3.             return Ext.String.format(thumb.value+" is the current thumb value");
  4.         };
  5.         this.callParent();
  6.     }

No comments:

Post a Comment