extjs Questions
2
I need to integrate ExtJS WebComponents with Nuxt.js. According to Sencha docs about integrating ExtJS with Vue.js I need to edit src/main.js file this way:
/*global Ext*/
import Vue from 'vue'
im...
4
Problem
After update my macOS to Monterrey (12.0.1), I'm with a big problem to start my local projects with ExtJS.
When I execute:
sencha app watch
Get the error:
Sencha Cmd v7.5.0.5
#
# A fatal e...
Nostrum asked 7/12, 2021 at 20:42
2
Solved
Suppose i want to override a function inside the native code provided by Sencha in the file ext-all-debug.js.
The function is defined inside the Ext.util.Renderable-class and has the name cacheRef...
Dormeuse asked 3/11, 2014 at 11:2
6
Hey, i have a small question really but something i cant seem to find out.
when i place a button in a extjs toolbar, it appears with a default apperance (like any windows toolbar options)
how do ...
13
Solved
So I have a httpd server running which has links to a bunch of files. Lets say the user selects three files from a file list to download and they're located at:
mysite.com/file1
mysite.com/file2
...
Appoint asked 26/8, 2013 at 19:46
2
Solved
Client(Browser) is automatically appending "id" in my JSON which I am sending to server.
Here is my model with proxy:
fields: ['id','title','body'],
idProperty: 'id', // this is the default val...
Dowd asked 9/4, 2015 at 14:56
5
Solved
How can I have the three regions left, middle, right within a toolbar? I know that I can use -> to trigger the right aligned container for all following items but what about center?
6
I have taken over a PHP + Ext JS project. Unfortunately, there is no documentation. How do I find out the Ext JS version that is being used?
In jQuery, we get the version by running $().jquery;. A...
Exanthema asked 7/7, 2011 at 7:22
6
Solved
I am trying to group results that I am getting from store to be displayed inside ComboBox .
I have a combobox that looks like this:
and I need it to look like this :
That means grouped by c...
Shackleford asked 20/6, 2013 at 15:7
4
Solved
How can I disable specific items in a combobox in Ext JS?
For example I have these records
row_1_type_1
row_2_type_2
row_3_type_3
and I want to disable the third row i.e it should stay in the c...
Voe asked 10/10, 2012 at 20:30
3
Solved
Using ExtJs 4.1.
I'm creating a panel (for example) and I would like that the generated html includes one or more "data-" attributes (for example: data-intro="some text" data-step="1")
How can th...
Coucal asked 11/4, 2013 at 22:19
4
Solved
How to check validation for email field in sencha touch?Here my code in application,Please help me to solve this
{
xtype: 'fieldset',
items:[{
xtype: 'emailfield',
inputType:'email',
labelWi...
Aspen asked 1/10, 2013 at 7:35
3
Solved
When running Sencha cmd 6.5, and I get the following error:
[ERR] C2001: Closure Compiler Error (Parse error. undefined label "f") -- compression-input:1:4095
How can I locate the code at comp...
Lepidote asked 26/12, 2017 at 13:58
3
Solved
In the ExtJS 3.3.1, I tried to make comboBox to multi select , but it doesn't work.
Please help.
var mArray = new Array("ALL", "AAA", "BBB");
var mCombo = new Ext.form.ComboBox({ id: 'ID', fie...
Stucco asked 27/6, 2012 at 15:17
1
I'm trying to download a file and need to pass along authentication in the header. According to other discussions on stackoverflow and the sencha forums, I need standardSubmit: true to get the down...
Diffusion asked 10/3, 2015 at 21:5
1
I performed an experiment with sencha cmd version v7.0.0.40:
I made some syntax errors in our ExtJs project sources. Then I ran sencha app build.
There were many errors (like C2001: Closure Compile...
Good asked 29/1, 2020 at 15:35
8
Solved
I have an HTML5 date picker. It is opened when I click on the date picker text box.
Todo :
I have to change the event to an icon, but I'm not sure how to achieve this. I have to open the date p...
Tasker asked 20/8, 2013 at 4:30
10
I want to create custom ExtJS form field components using other ExtJS components in it (e.g. TreePanel). How can I do it most easily?
I've read docs of Ext.form.field.Base but I don't want to defi...
14
Solved
Using Ext, default Ext.Ajax add to GET-request _dc parameter. For example
GET /ConnViewProcessing/?_dc=1263286227619
How to remove this parameter?
PS: it's necessary to manually cache response ...
Hornwort asked 12/1, 2010 at 9:3
6
Solved
How do I validate one field which is dependent on another field?
{
xtype: 'textfield',
name: 'name2',
vtype: 'type', // how to write the validation code for this if it
// depends on the value...
Marquez asked 3/3, 2011 at 21:10
5
Well, I am not sure if I describe the problem clearly, currently I am using ExtJS to do some developing, I saw some objects are "singleton", such as "Ext.Viewport", In C++, I can get the address of...
Ammons asked 11/5, 2015 at 12:44
8
Solved
Is there any way to attach a listener to FullCalendar that will be fired whenever the currently viewed date is changed, i.e. if you are in Month view, going to the next month would fire the event p...
Humpbacked asked 20/6, 2011 at 13:51
2
Notes
ExtJS version: 6.2.1.167
Fiddle: fiddle.sencha.com/#view/editor&fiddle/1tlt
This functionality worked in ExtJS 2.x and did not have any issues.
Goal
To have a grid (with a grouping...
Bierman asked 7/4, 2017 at 18:15
5
Solved
I'm trying to build extjs5 application with Cmd v5.0.0.160.
I have ruby2.0 installed and sencha cmd on my PATH var.
Here is the error that I get when running sencha app build:
...
[INF] Capturin...
Cephalothorax asked 24/7, 2014 at 9:24
3
Solved
Is there any way to set the width of an ExtJS (version 4) ComboBox's dropdown menu to be wider than that of the actual input box?
I have a comboxbox that i want to be around 200px but I have pagi...
Groundmass asked 30/5, 2011 at 19:24
1 Next >
© 2022 - 2024 — McMap. All rights reserved.