Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'extjs'

2099683 - A Class in Ext JS: javascript extjs
  1. Ext.namespace("view.component");
  2.  
  3. view.component.BasicView = Ext.extend(view.component.core.UIComponent, {
  4.     /**
  5.     * @class Serves as the main application's <code>View</code>.
  6.     * All other <code>View</code>s will become children of this control making
  7.     * the <code>BasicView</code> act as the 'stage'.
  8.     *
  9.  
  10.  
893790 - eliasp: extjs livegrid gridfilter
  1. Ext.onReady(function(){
  2.         Ext.ux.menu.RangeMenu.prototype.icons = {
  3.                 gt: 'gfx/greater_then.png',
  4.                 lt: 'gfx/less_then.png',
  5.                 eq: 'gfx/equals.png'
  6.         };
  7.         Ext.ux.grid.filter.StringFilter.prototype.icon = 'gfx/icons/22x22/edit-find.png';
  8.         Ext.ux.grid.filter.DateFilter.prototype.dateFormat = 'Y-m-d';
  9.  
884729 - eliasp: extjs livegrid gridfilter
  1. Ext.onReady(function(){
  2.         Ext.ux.menu.RangeMenu.prototype.icons = {
  3.                 gt: 'gfx/greater_then.png',
  4.                 lt: 'gfx/less_then.png',
  5.                 eq: 'gfx/equals.png'
  6.         };
  7.         Ext.ux.grid.filter.StringFilter.prototype.icon = 'gfx/icons/22x22/edit-find.png';
  8.         Ext.ux.grid.filter.DateFilter.prototype.dateFormat = 'Y-m-d';
  9.  
fantasy-obligation
fantasy-obligation
fantasy-obligation