Tagged Questions
0
votes
1answer
30 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
1answer
28 views
ExtJS 4 - bbar collapsing after file upload thru 'file' widget
I'm working with ExtJS 4.1.1. I've a 'filefield' config on the bottom bar of a panel. To handle the upload operation, I'm embedding the widget into a dynamically created form. However after the form ...
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 ...
1
vote
1answer
32 views
How to change color of column graph dynamically using Extjs?
I have done application using Extjs. Requirement is need to change color of column graph dynamically after February. Find the attached image, here i have two fields based on that i plot column graph. ...
1
vote
1answer
34 views
What is the point of getEl() in extjs4
I have a listener that is called when a tab is activated.
, listeners: {
activate: function(tab){
var first = tab.down('input'), // will be null
firstEl = ...
1
vote
1answer
32 views
How to add layout dynamically in Exjs4?
I am working in Extjs4.And I am getting stuck at a point which is how to add accordion layout dynamically in Exjs4? I am using layout vbox and hbox but I als want to add accordion to east region.I ...
1
vote
1answer
47 views
How to export grid data to excel along group headers/ summary records with expand and collapse action in Excel?
I have done application using Extjs 4. I have requirement need to export grid data to excel. I have grid it contains many records, showing records by group headers/summary(collapse/Expand actions ). ...
1
vote
1answer
33 views
why confirmation message box is not coming only in IE and safari, on static pdf pages(Extjs4.1)?
I have done application using Extjs 4, In app some places showcasing statis pdf pages. in this app given option to user, he can logout from any pages. If i am in static pdf screen, once i click here ...
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
vote
1answer
44 views
How to auto populate email address in text field using extjs 4.1?
I have done application using Extjs4.1, it contains feature login page. for email address and password field using text box field. Here i need to add feature, auto populating of email address who ...
0
votes
1answer
50 views
Why Menu items are not coming in IE10 using Extjs 4.1?
I have done application using ExtJs 4, contains feature menu. Menu items are showing nicely in all browser like IE9, Firefox, Chrome and Safari. But issue is coming when launch the same app in IE10 ...
0
votes
1answer
62 views
How to change the web URL for each page in ExtJs?
I have done application using EXtjs 4. Application contains many view screens like Login page, Dashboard. home etc, for to access project local URL is file:///E:/MyWeb/Web/index.html . once i visited ...
0
votes
1answer
24 views
window does not close with close() method
Very strange problem but still do not understand why.
I have a grid and on ColumnDblClick i open a window.
Window works fine, submit data but when try to close window, it does not close.
saveRefresh ...
0
votes
1answer
40 views
How to call a java servlet using ajax from controller
I create a bar column chart.. in my controller I want to call a servlet.. In my function i take a variable which holds the instacne of store using getStore('StoreName').. now how can I call the ...
1
vote
1answer
37 views
How to call a method from controller in extjs
I have a bar column chart.. I want when I click on the column then the value of it will be shown and call another function where i will call the database thru ajax.
When I click on the column the ...
2
votes
0answers
35 views
How to get previous page reference/alias in extjs4
I am working in extjs4 MVC.And here I am get a stuck at point where I want to display page , on that page suppose there is link.And after clicking on link of first view I am going to redirected to ...
1
vote
1answer
64 views
how to a call listener of view from controller in extjs
I made a bar column chart using ExtJs mvc. Now in the controller I want to add a function for click event to catch the selected value of the column. Here is my controller code:
...
0
votes
2answers
74 views
Ext.tabPanel maximize vertical height
I'm new to Ext JS. I have a problem with height of Ext.tabPanel.
My Ext JS code:
HTML Code:
<div id="TabPanel"></div>
<script type="text/javascript">
Ext.onReady(function () {
var ...
0
votes
1answer
50 views
How to refer multiple radiogroup from a controller in Ext Js 4?
I have a panel with 2 radiogroups. I am trying to bind change event to these items from a controller file. Don't want to use listeners config in view file.
In View file
...
0
votes
0answers
89 views
Store.sync() with new record does not import server-generated fields in response
I have a grid with row-editing enabled. When I add a row and call store.sync(), the server generates certain fields on that record, and returns the full record info in the response. However, ExtJS ...
1
vote
0answers
110 views
ExtJS 4 MVC accordion with dynamic clickable contents from json
I need up insert/add child panels to an accordion. Each of these child panels should have it's title using 'field' value in the data (see below), and the contents of each child should be (labels or a ...
0
votes
1answer
63 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 ...
0
votes
1answer
48 views
How to handle dom events in controller in extjs4?
I am working in Extjs4 I am getting stuck at a point how to catch event on hyperlink in extjs4.I worked on it but not get solved.
Here is my code
1)
Here is my view code :--
...
1
vote
1answer
45 views
How to catch event of hyperlink in controller in extjs4?
I am working in extjs4 MVC.I am getting stuck at a point where I have to catch event click of hyperlink in extjs4.I want to catch that event in controllers 'control' method.I tried a lot but not get ...
1
vote
0answers
28 views
Sorting a treeStore in extJs messing up with the application
I have a treeStore ('planScreenStore') which I'm accessing in the following way :
updateStore : function() {
rootNodeID = globals.GlobalModel.planList.scope._id;
...
0
votes
0answers
50 views
How to specify static ID for “available” and “selected” panel of item-selector?
i need to know, How to specify static ID for "available" and "selected" panel of itemselector?
The reason is, based on "available" item selected value, i need to restore "selected" panel value(But not ...
0
votes
0answers
210 views
How to set items dynamically within menu in extjs?
by clicking of button showing menu. once we select the menu need to change items dynamically in other menu. I have not defined id's to any component of this view, because if i given id's to component ...
0
votes
1answer
192 views
How to MASK the Extjs Grid while setting the record data and unmask after set?
I am showing 1500 to 2000 records at a time inside a Grid with 5 columns. There is a combobox on toolbar. When there will be combo change I need to update 2 columns data. For that I am reading the ...
0
votes
1answer
95 views
RowExpander and LiveSearchGridPanel together: Not working in extjs 4
RowExpander and LiveSearchGridPanel together: Not working in extjs 4 , please give me a suggition ,or some referince url ,
below my grid code
var technologyGrid= ...
1
vote
2answers
88 views
How to skip over particular cells when tabbing through an Ext grid?
I have a grid panel where some cells are editable, and others aren't. I'd like to make it so that when you tab through the grid with your keyboard, the non-editable cells are skipped over i.e. never ...
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
140 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
126 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
181 views
Customizing ext.grid.panel header template
I want to set xtemplate for header of Ext.grid.panel.
I tried:
Ext.define('FrontEnd.view.viewer.controls.ContractPrintFormList', {
extend: 'Ext.grid.Panel',
alias: 'widget.contractprintformlist',
...
1
vote
1answer
298 views
How to achieve Live Search/Filtering on Multiple Fields in the Grid using Ext.Js?
I have done live search on grid. it is searching based on which column i mentioned filter code. But i need to filter grid records based on multiple column search. In below code only searches name ...
0
votes
0answers
97 views
extjs4 : How to reset item selector in combobox ?
I am using extjs 4.1.1a for developing some application.
I had a form consisting of two combo-boxes and an item-selector.
Based on the value selected in first combo-box , the itemselector will load ...
2
votes
1answer
72 views
Using expand/collapsed on a maximized window work only once
I have a window which I maximize after it is shown. Now my customer needs to minimize/maximize it so I added the minimize/maximize tools like so
tools:[{
type: 'minimize',
handler: ...
0
votes
1answer
149 views
Get selected file names in Dataview (extjs)
this.items[0].tpl = Ext.create('Ext.XTemplate',
'{[this.tempValue()]}',
'<tpl for=".">',
'<tpl if="this.temp != title">',
'<h3 ...
1
vote
1answer
336 views
How to change header template in extjs 4 grid panel
I want to change default header template of grid. I do not know what config or property to set. I tried "renderTpl" , "tpl" , "metaRowTpl" but these property related to row in grid, where i want to ...
2
votes
1answer
100 views
Change the style of a grid row when checkcolumn is checked in Extjs4
I have a grid with a checkcolumn. I want to be able to change the style of a given row of checkbox on that row is checked.
Right now I have this:
listeners: {
checkchange: function ...
0
votes
1answer
55 views
In ExtJS 4 Why column rendere is not working for Objects?
I am trying to use renderer for a column inside grid. Here is the json data
{
"success": true,
"products": [{
"myfield": [30, 50]
}]
}
Here is the code for renderer for ...
0
votes
1answer
480 views
How to set dynamic Data for a particular column in extjs 4.1 Grid
I am displaying 2 columns for a Grid lets say
"1Yr Data" and "2Yr Data"
Grid Has a toolbar with combobox with option [1Yr. 2Yr]
Now when I will change the combo want to change the values of that ...
0
votes
1answer
94 views
Ext.draw.Component gradient not displaying in IE
I can't be the only person with this problem, but my searches have left me lost and confused.
I have a custom Ext.draw.Component that uses a gradient fill. My understanding is that older browsers ...
1
vote
1answer
129 views
Forward to jsp from java script method not working for browser
I am using ExtJs 4.2. In my java application I am using the ExtJS calendar (I am using Eclipse Indigo IDE for developement) in one of my JSP.
Now I am getting a pop up to save the event when I click ...
0
votes
2answers
69 views
How to get unique/Distinct data from store?
i am using the extjs. i need to retrieve distinct data from store as per requirement. In my store contains single list not nested list in that have regions like AMERICAS , North Sea and SE Asia. these ...
0
votes
0answers
256 views
How to Disable or hide checkbox for specific rows Grid with CheckboxModel
I have a grid with checkboxmodel and I want to disable someof the checkboxes on certern condition.
Dont want to use renderer to overirde the DOM element.
Want to do something like this.....
...
1
vote
1answer
209 views
How to set selected row in default when grid load using checkboxmodel
Here is the details:
http://www.sencha.com/forum/showthread.php?194117-how-set-selected-row-in-default-when-load-gridpanel-using-checkbox-selection-model
Thanks in advance!!!
1
vote
1answer
210 views
How to include ext-js calendar in jsp?
I am new to EXT JS environment. I am working on a dynamic java project in eclipse indigo where i want to use ext-js calendar in one of my jsp.I saw the EXT_JS calendar demo from downloaded 'ext-4.1.1' ...
4
votes
1answer
231 views
How to load controller dynamically on particular event call in extjs4?
I am working in extjs4.I am getting stuck at a point where I want to load controller dynamically in extjs4.I am using controllers this.getController() method to load controller dynamically.
*When I am ...


