-1
votes
1answer
9 views

Date-time stamp conversion in javascript

I have Date String Thu May 23 2013 18:19:32 GMT+0530 (India Standard Time) from my database. I want to make in this format THURSDAY May 23 2013 18:19:32 GMT 0500 CDT in ext-js.any idea ? Thanks in ...
0
votes
1answer
27 views

How to show alert message if pdf file not found in server?

i have done application using Extjs, here requirement is need to download file from server also need to showcase loadmask untill file is completely download. Here i am generating dynamic pdf url by ...
0
votes
3answers
24 views

Delay required in between the execution of two statements

i am working with extjs 4.2 and at one place i am loading the store object like this : var userDetailStore = Ext.create('Ext.data.Store', { model : 'Person.DetailsModel', autoLoad : true, ...
0
votes
0answers
19 views

How to drill down charts in ExtJs

This is my sample application,where i have one barChart and one radar and four pie charts.I have to drill down the barChart.I have previously developer an application where i did not use MVC and there ...
1
vote
1answer
38 views

Spacing in ExtJs is different in IE & FireFox

I've a form of ExtJs. Ext.define('${pkgName}.v02x001001.SV02X00100104' , { extend : 'Ext.form.Panel', alias : 'widget.sv02x00100104', layout : 'fit', autoShow ...
0
votes
0answers
18 views

Ext.data.JsonP.request always going to failed function?

I am doing application in Extjs, i am calling Ext.data.JsonP.request. In below code url path will come dynamically generate by appending name to base url of pdf. But Here i am hard coded. I am passing ...
0
votes
0answers
25 views

How to drill down a chart in ExtJs

This is my sample application,where i have one barChart and one radar and four pie charts.I have to drill down the barChart.I have previously developer an application where i did not use MVC and ...
2
votes
1answer
32 views

Halt the processing of DragDrop events on displaying a window while performing drag & drop between grids

I have started working on it since past couple of months. I have an issue handling drag & drop events. I have two grids placed side by side and I am performing drag & drop operation from left ...
-1
votes
0answers
41 views

Explanation of proper procedure to render remote data to grid

Can someone please explain to me with sample code on how to properly structure my MVC app? What I want to do is have a grid with a paging toolbar. I want the grid to load 10 records per page. I have ...
0
votes
0answers
23 views

Extjs Disabled Panel's Opacity

I have a popup window which on creation disables the whole panel behind it. On the panel I have used disabledCls: 'my-disabled-panel' and in the css file .my-disabled-panel .x-mask{ opacity: 0 ...
0
votes
1answer
55 views

how to change a chart with a click event using ExtJs mvc

I create 2 charts(bar column and radar) in one page using ExtJs mvc. I want that when I will click on the column of a chart the radar will show the change.. I wrote the function for click in ...
0
votes
1answer
36 views

How to send parameter to a servlet using Ajax Call

i have a controller in my ExtJs application ,from where i have to make an Ajax call to a servlet and also have to send some parameters to that servlet also.i am able to call the servlet properly but i ...
1
vote
0answers
63 views

Cant call a servlet from ExtJs controller

i have a controller in extjs application, from where i have to call a servlet. But i am unable to call that servlet from controller here is my controller code ..... when i am running the application ...
-1
votes
2answers
65 views

How to make an ajax call from a function of controller in EXTJS

i have a controller in my application,from where i have to access Servlet through Ajax call.what is the proper syntax of an Ajax call from a function of controller.Here is my code .... ...
0
votes
1answer
36 views

How to to call a function from a function in ExtJs

i have a controller in my application in extjs. i have a method in that controller ,that is doing some action .Now i have to call another method from that method.But when i am doing that the previous ...
0
votes
1answer
31 views

How to call a view element from controller

I have a radarChart in my view, where I have two fields xField and yField. These two work as two axis of a radar chart. Now I have to get those two fields in my controller. I am using ...
1
vote
0answers
34 views

How to call a method of view from controller in ExtJs

I have a method in the view of my application, i wrote a method there, the method working fine but i need to call the method from controller here is my code... listeners:{ itemmousedown : ...
0
votes
0answers
104 views

Extjs Ajax request gets cancelled when firing event to close window

I have a requirement where on close of a window I have send a request to the server to do a set of operations. For this i am using the ajax request and on success of this request i have to fire an ...
0
votes
1answer
68 views

extjs datecolumn shows date one day off

I have an Ext.grid with a datecolumn. Everything works fine, except that the dates are one day off. I have found that when I add the data to the grid's store, the value is 2013-03-31. Later, when ...
2
votes
1answer
126 views

Extjs 4.1 pagingtoolbar default page

I want to change default page of pagination toolbar to 1 of 1 instead 0 of 0 in case of no record.Plus I am not using store proxy to request any records, so is there any way to accomplish it without ...
6
votes
2answers
169 views

How can solve ExtJS 4.1 Combobox pageSize bug?

We have an ExtJS v4.1 combobox and we've bound it to a store and set its pageSize config as follow: var myStore = Ext.create('Ext.data.Store', { model: 'User', remoteFilter: true, ...
0
votes
1answer
62 views

How to make text on disabled textfield clear

I created a form using extjs4 where there are some textfields. I wonder if is it possible to make the text inside the textfields more "black" or clear when the textfield is disabled? And if it is ...
1
vote
0answers
86 views

How to update a particular grid panel cell on select of its corresponding Ext.selection.CheckboxModel checkbox in extjs4?

Following is my code snipet: store-> this.segmentsList = { segments: [] }; this.segmentfields = [ {name: 'pvName', mapping : 'pvName'}, {name: 'tierName', ...
2
votes
1answer
138 views

In an editable grid, how to make an Ext combo box immediately finish edit mode when selecting an item?

I have configured an Ext JS 4 grid to be editable by utilising the CellEditing plugin. Some cells in the grid have a textfield editor, and a few use a combo box editor. It all works great, but I have ...
1
vote
1answer
90 views

ExtJS Panel Layout: how to correctly layout Panels

I am trying to render an Panel A that takes the whole horizontal space. Then I'm trying to render two panels, B and C, underneath Panel A, both taking 50% of the horizontal space. Therefore, I want ...
0
votes
1answer
125 views

Extjs 4.1 tree loading

I have created a extjs tree with the json response i.e created from the php function. I am fetching the complete data at once and convert to json and then send the response to extjs . But fetching ...
0
votes
0answers
249 views

Checking Ext.selection.CheckboxModel checkbox in grid panel is not appearing checked in extjs4?

I have set selModel to Ext.selection.CheckboxModel ({checkOnly:true}) for my grid of type Ext.grid.Panel. Now when I check any checkbox it is not appearing checked although the select and deselect ...
0
votes
2answers
93 views

How to pass Object as a parameter in Javascript

I want to pass Object in function. Here is my code var hyperLinkObj = new Object(); hyperLinkObj.path="abc"; hyperLinkObj.text="abctext"; '<li><a href="#" ...
0
votes
1answer
81 views

How to Catch a script error in Extjs?

I have one application having a tab panel, where we can write Extjs code, and By clciking on the button the o/p of the code should display in the preview. For this I have a iFrame and am updating the ...
0
votes
1answer
61 views

Not Able to Set Inputtype for UserName Field in Ext JS4

I Am using Extjs 4 , I want Type the Value automatically in my Login Page ? My code is below I am setting the text for UserName and Password When I try to retrieve in Login Page in GUI the UserName ...
0
votes
1answer
109 views

Ext.AbstractManager.register(): Registering duplicate id “btnLogout” with this manager

I have did one common view, this view is required in all the pages. so wherever i need, i am calling this view of xtype . Within this common view have some components with defined by id value. As ...
0
votes
0answers
55 views

Post gridpanel along with a ExtJS form [closed]

i have a ExtJS form and one gridpanel in it, can i send the data of gridpanel along with the other elements? somebody can tell me a solution ?
-1
votes
1answer
53 views

get date based on month and year

This is very noob question and maybe the answer is hidden in what I am doing here. In my Extjs project, I am getting dates based on month and year variables provided by user (slider). By doing the ...
0
votes
0answers
38 views

EXTJS : Auto growing container

I want to use a container that will grow its height as the child items added to it (mutiple grids, text area etc.., Also none of the child will have scroll bars) I tried to use Extjs panel, However i ...
0
votes
1answer
106 views

Syntax error Invalid Property id in Extjs 4

I am trying to load the controller from Ext app.js My code is var controller = this.getController('member.Member'); Here Member.js is a controller inside my member folder under Extjs controller ...
1
vote
2answers
244 views

Create table like structure using Extjs

In Extjs 4.1.1a, I am trying to create a table like structure using containers or panels which completely stretches horizontally and vertically to its parent component. Here is the Example Fiddle In ...
0
votes
0answers
58 views

Ext.Store Send multiple data at once

I am creating a one to many form in one transaction. I really need the record to be created entirely, or not at all. I have implemented a back code using java to rollback all operation should one of ...
1
vote
2answers
81 views

Select a value from a variable

In Extjs, I am trying to select a value accrued from a variable Store. I tried: var newStore = Store.data.items[0].data.accrued; The above one is not working. I am getting error: Uncaught ...
0
votes
2answers
80 views

Add tip text dynamically to a slider

In my project, I am trying to add the tip text (config) dynamically to a slider. How to do that? I need to add it dynamically because I am generating the array of variables in a "Controller", which ...
0
votes
1answer
68 views

action column in sencha touch

Is there xtype : actioncolumn in sencha touch like extjs 4.1 for column config ? if not, then what is there in sencha touch ?
3
votes
1answer
82 views

How to use code in firefox console and get information about fired event in extjs4?

I am working in extjs4. Here I want to stuck at a point where I want to get information of event which is fired on a component of extjs4.i am using this link but I am not succeed. ...
0
votes
0answers
73 views

jScrollPane is not working in grid EXT js 4.1 when sortChange event occur

I'm using Ext js 4.1 grid, For fancy scroll bar I've used jScrollPane jquery plugin, it works fine when page loads but when i sort the grid using header scroll bar looses the focus. Code: ...
0
votes
1answer
416 views

ExtJS: Destroy window with config 'closeAction' set to 'hide'

I have a window with closeAction configured to 'hide' on instantiation: var myWin = Ext.create('Ext.window.Window', { ... closeAction:'hide', ... }); Calling close() on myWin therefore ...
0
votes
0answers
57 views

Conditional loading of ExtJs/Jquery library

Our application need to generate some html page that use ExtJs library. The application will be run on the system where internet is not available. So I have planned to ship the ExtJs library along ...
1
vote
1answer
128 views

center drag and drop proxy on pointer

I am using ExtJS drag and drop and trying to center the drag proxy beneath my cursor (proxy: the semi-transparent filler that represents the element being dragged). I can center it physically like ...
0
votes
0answers
57 views

ExtJS 4 nested view not load in Chromium, works in FireFox

Iam working with ExtJS4 and in project i have smth like app/view/somesubview/File.js and when iam trying to require it in Viewport like: requires: 'app.view.somesubview.File' its not working in ...
0
votes
1answer
117 views

Object doesn't support property or method remove

I am using extjs and trying to remove a dom element dynamically like this- if (Ext.getElementById('a')) Ext.getElementById('a').remove(); This works fine in Chrome. I am running application on ...
3
votes
2answers
345 views

ExtJS: check window state (is minimized, is maximized, etc)

ExtJS provides a number of configs as to whether a Window is configured as maximized, minimizable, etc. It also provides the functions to maximize and minimize a window. Can't find however what the ...
10
votes
1answer
370 views

Always show the tip text of Slider in Extjs

In Extjs 4.1.1a, How to keep the tip text of the slider always visible? Currently, the tip text is being visible whenever the user drags the bar of the slider. I searched on docs but couldn't find ...
0
votes
2answers
152 views

get checkbox value without using Ext.getCmp

I am trying to get value of this checkbox Ext.define('myRoot.myExtApp.myForm', { extend: 'Ext.form.Panel', layout: { type: 'vbox', align: 'stretch' }, scope: this, ...

1 2 3 4 5