Questions tagged [extjs4.2]

Warning: only use this tag along with the generic extjs tag. Otherwise your question will not be seen by the many thousands following extjs

See for more information.

1554 questions
0
votes
1 answer

How to align Paging toolbar in middle of grid

I want to align pagging tool bar in middle of grid. Is there any config parameter or css by which i can achieve that? var store = Ext.create('Ext.data.Store', { id:'simpsonsStore', autoLoad: false, fields:['name', 'email', 'phone'], pageSize:…
sushant jain
  • 213
  • 1
  • 4
  • 12
0
votes
1 answer

How to reduce the height of three views in carousel container in extjs4.1

I have implemented a carousel using following link: http://try.sencha.com/extjs/4.1.1/community/carouselcontainer/viewer.html I have added 4 views in the carousel container. I want vertical scroll for one view and not for the remaining views. I am…
mohan
  • 13,035
  • 29
  • 108
  • 178
0
votes
1 answer

ExtJs 4.1 File Upload in Ajax fashion

I have a requirement in which I need to upload a file in ajax manner using ExtJs. My form is already having many other fields like text, textarea etc. I have included my filefield in a separate form within the parent form. Also, that form have an…
RageshAK
  • 103
  • 1
  • 4
  • 12
0
votes
1 answer

Obfuscation in Ext Js 4.2 with Sencha CMD 3

I just installed all the required tools for the new Sencha Cmd(Ruby, Compass, Ext Js 4.2 SDK) everything works fine, but I don't know how to obtain the unique obfuscated file from the .js sources in my Ext Js application. Any help, please? Thanks in…
niceman
  • 161
  • 1
  • 3
  • 11
0
votes
1 answer

extjs grid locked column render in the panel

I simple write text : '...', locked : true, width : 230, sortable : false, dataIndex: 'hour' And get it. https://i.stack.imgur.com/9EFCw.png The column is render in the panel. With grid bbar. Column config without "locked : true" render…
BigForceGun
  • 11
  • 1
  • 5
0
votes
1 answer

ExtJS 4.2.0: Ext.Direct and namespaces

I'm just starting to look at Ext Direct, and I'm trying to get namespaces to work with it. However, I'm not having much luck. Following the documentation…
user1578653
  • 4,888
  • 16
  • 46
  • 74
0
votes
2 answers

custom webapi function binding to store extjs grid

I need help to bind data returned by a custom webapi function. Say my webapi function calling syntax is like below: var filter = {}; Myapp.systemcontroller.Getdata(filter).then(function(result){ --- this result contain my…
0
votes
1 answer

Ext JS 4.2.1 check username availibility best practive

i am developing an application with ExtJS 4.2.1 and a .NET Web API backend... When i create i new user through the gui i add it to my store and sync it afterwards... something like this this is a snippet from my alter-user-window window.on('save',…
JuHwon
  • 2,033
  • 2
  • 34
  • 54
0
votes
2 answers

Property or method to force ExtJS 4.2.1 grid to adjust its height automatically

I have a simple grid developed using ExtJs 4.2.1 framework. The grid is having one bottom bar (bbar). Problem: Horizontal scrollbar is not visible due to the bottom bar (its hidden behind the bottom bar). If I set the height of the grid using…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
0
votes
1 answer

ExtJS 4 - Radiogroup listener event fire

I have a radiogroup as follows : { xtype: 'fieldset', title: 'MÜŞTERİ TİPİ SEÇİMİ', layout: 'anchor', height: 80, defaults: { …
Oğuz Çelikdemir
  • 4,990
  • 4
  • 30
  • 56
0
votes
3 answers

EXTJS - How to target rendered checkbox input in grid

I have an EXT grid that has an additional checkbox and radio in the last 2 columns using the renderer. When I check an item in the grid and view the source I am not seeing the checked:checked designation in the HTML so I am having a hard time…
xXPhenom22Xx
  • 1,265
  • 5
  • 29
  • 63
0
votes
1 answer

EXT JS Grid - Auto-increment rendered inputs

I have an EXT JS 4.2 Grid that has 2 columns that use the renderer to place checkboxes in 1 column and radio buttons in another. How can I auto increment the ID's on these HTML inputs so that I can specifically target them via EXT JS (see columns…
xXPhenom22Xx
  • 1,265
  • 5
  • 29
  • 63
0
votes
1 answer

IE8 : submit event never catch by Extjs 4

We have a bug with IE 8 and the submit event of a standard HTML form. We use this code : Ext.get('formulaire').on('submit', function() { console.log("submit event launched"); // blabla }); With Firefox, when I submit my "formulaire" form,…
Patrice
  • 23
  • 1
  • 1
  • 8
0
votes
4 answers

"Cannot call method 'getColumns' of undefined " on FiltersFeature of LiveSearchGridPanel ExtJS

im getting the Uncaught TypeError: Cannot call method 'getColumns' of undefined when clicking on the header toolbar of a Live Serach Grid Panel on ExtJS. Im implementing filters with the Filters Feature. Heres some of my…
third_eye
  • 428
  • 5
  • 22
0
votes
1 answer

Extjs 4.2 changing frame color for panels

I am using Sencha CMD to build up my theme package. I want that my framed panels will have border-radius of 8 pixels and that they will be white. Here is what I have done: $panel-frame-border-radius: 8px !default; $panel-frame-border-color: #fff…
AMember
  • 3,037
  • 2
  • 33
  • 64