Questions tagged as 'extjs'

1
answer

I can not get data from ExtJS store

Greetings, I am trying to modify a system that is already done in ExtJS and my problem is when I get data from a store that is as follows: Ext.define('sistema.store.ProductionPeriodClosureAll', { extend: 'Ext.data.Store', model: 'sistema.model...
asked by 14.09.2017 / 01:57
1
answer

Call functions from views to another EXTJS file?

I am creating a form in EXTJS 3 and I want to separate stores, functions and views. I would like that in the view when pressing an event, it calls a function, but that function is in another file and that way it is imported. The same thing...
asked by 24.07.2017 / 17:49
1
answer

Block grid cells in extjs?

I have a grid on extjs 6, which has a work schedule. If I place a textfield for 22 hours, I should leave it enabled for editing on the grid only in the morning, but if I leave 44, all day. The grid contains 5 column: Day :, (Tomorrow) Entr...
asked by 14.06.2017 / 18:10
0
answers

Editable fields of a grid are enlarged

I have an% editable% co_ that directly inherits from grid with the Classic theme of ExtJS 6.0.2. Some of its columns are editable fields (using Ext.grid.Panel for it). However, when we click on one of those editable cells, it st...
asked by 17.01.2017 / 13:59
0
answers

ExtJS - Sort column (rendered) by raw data

I have a grid with a column (' priority ') to which a renderer is applied to display a text according to the value it has. Being a priority column we will be working with the following values: 1 = 'baja' 2 = 'media' 3 = 'alta' 4 = 'critica'...
asked by 01.02.2017 / 10:13
2
answers

Order wrong AjaxRequest

I am developing in EXTJS and when using an Ajax Request, there is always an order of code execution that hinders validations. This is the problem: An example, I call the parameters to the file save_avance.php. Ext.Ajax.request({ url:...
asked by 09.11.2017 / 17:00
1
answer

Translate Datefield into EXTJS 6?

I am working in Sencha EXTJS 6 , and I have a calendar of dates called Datefield which when displayed works correctly but is in English and I would like to translate it into Spanish, but both in Sencha Architech and in...
asked by 07.06.2017 / 22:59