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