Questions tagged [extjs4.1]

The April 2012 release of the popular JavaScript framework Ext JS. Warning: please use this tag along with the generic extjs tag. Otherwise your question will not be seen by the many thousands following extjs.

The April 2012 release of the popular JavaScript framework Ext JS.

Please also tag your question with the base tag , since many Ext JS experts only follow the base tag.

See for more information.

Useful links

1793 questions
0
votes
1 answer

How can I change the color a label on a bar chart?

Using the example from the docs Ext.chart.series.Bar it should be pretty easy to achieve this. The series has a label config that contains a color properties. Changing this has no effect. Or am I missing something? I would like to display a white…
user1095626
0
votes
1 answer

how to send data from extjs controller to jsp page

I have initialized some variables in the Extjs controller. When I click on a row of a grid then values of some attribute will be displayed. Below code is working fine if I want to display in console. but i want to send the variables in another jsp…
user1920442
0
votes
1 answer

How to integrate Flowplayer in ExtJS 4.1

I am trying to integrate Flowplayer in ExtJS by using Ext.flash.Component. While doing this, i am getting following error - ReferenceError: swfobject is not defined new swfobject.embedSWF( Here is my code - var win = Ext.widget('window', { …
Avinash T.
  • 2,280
  • 2
  • 16
  • 23
0
votes
3 answers

How to relate between ExtJS grid and Jquery chart

I have an ExtJS grid and a Jquery Gauge chart. I want to interact between the chart and the grid. If we select a row of a the grid then the corresponding changes will be reflected in the chart.. This is the code for the…
user1913106
0
votes
1 answer

Ext Js 4.1 Accordion Layout Expand Collapse Not Working At all

I am trying to create an accordion layout where collapse and expand is not working at all. I am using ext-4.1.0. I have created a View and adding this view to another panel using a controller. After adding the collpase and expand is having a weird…
aswininayak
  • 933
  • 5
  • 22
  • 39
0
votes
1 answer

How to use Template in rowexpander plugin - Ext JS 4

Can we use template as follows: plugins: [{ ptype: 'rowexpander', selectRowOnExpand : false, rowBodyTpl: new Ext.XTemplate( '

Qusetions: {question}

', '

aswininayak
  • 933
  • 5
  • 22
  • 39
0
votes
1 answer

Sencha extjs 4.1 - can the model fields be defined inside config?

I am fairly new to extjs. I am declaring a model class "product". I am just not sure where the properties of this class go to? fields or config. With Sencha 4.1 adding fields to config would give me getters and setters but is it the correct…
player
  • 610
  • 6
  • 15
0
votes
1 answer

Panel listener when a window is opened inside of it

I have a Panel which acts as a desktop. When a button is clicked a window is opened up inside the panel. I set the following in the config: var win = Ext.create('window', { renderTo : currentPanel.getLayout().getTarget(), constrain :…
b3labs
  • 960
  • 1
  • 14
  • 29
0
votes
1 answer

Called PHP script using EXTJS alert message box

I am currently trying to call the PHP script upon clicking OK button on EXTJS message alert box. For some reason it doesn't even display the Alert box when I use handler. However when I used Listener it displays the Alert box but doesn't call the…
Cortez Ninja
  • 97
  • 3
  • 16
0
votes
1 answer

Can ext ignore stylesheets other than its own

I have an extjs application which I embed into an existing HTML template with js plugins/css etc. Im having CSS conflicts between my template styles and ext's. As a simple solution im wondering whether I can tell ext to only use its own css file…
0
votes
1 answer

positioning of a container in extjs

In my project, I am trying to position a container as absolute. but if I do so, it is also effecting the neighbour items. I mean, after positioning the container, if I give some width and height to that particular container, it is effecting all the…
Mr_Green
  • 40,727
  • 45
  • 159
  • 271
0
votes
1 answer

Disable autocomplete on Ext.form.ComboBox

How do i disable autocomplete on Ext.form.ComboBox? When the user type, i want the combobox to perform like a normal textbox. I tried these settings but autocomplete still popping up. this.searchFieldBox = new Ext.form.ComboBox({ …
ove
  • 3,092
  • 6
  • 34
  • 51
0
votes
1 answer

How to cancel the sortchange event of an ExtJS grid?

I'm implementing a multi-sort for a grid. I want to use the sortchange event for this, but I have to cancel the event so I can call the store with my own sorting config. This didn't work: oGrid.on('sortchange', function(oColumnContainer, oColumn,…
K..
  • 4,044
  • 6
  • 40
  • 85
0
votes
1 answer

Extjs 4.1.1 combobox not returning numeric value

Extjs 4.1.1 xtype: 'combo' not returning the value after submitting the form. I have an array like user = ['user1','user2',...] and I need a dropdown in form panel. After submitting the form I found that the key values of the arrays are not…
Dhiman
  • 1
  • 1
0
votes
1 answer

Extjs Grid - no current page

and thanks in advance for assistance with this issue. I have a extjs 4.1 grid , populated with json loaded from the server. Paging is remote and each hunk of 25 items is served up properly from the server as valid json with the proper value in…
ELG
  • 31
  • 1
  • 3