I found the solution for the above mentioned issue.
I added the path "C:\Users\YOURUSERNAME\AppData\Roaming\npm\node_modules\@sencha\ext-angular-gen" in PATH under my system environment variable....
Type: Posts; User: jksnu
I found the solution for the above mentioned issue.
I added the path "C:\Users\YOURUSERNAME\AppData\Roaming\npm\node_modules\@sencha\ext-angular-gen" in PATH under my system environment variable....
Environment:
OS: Windows 10 Enterprise
Browser: Chrome latest version
I am trying to create a demo application using ExtAngular. I am following the steps given in page
...
Thanks Joe. Any luck regarding this issue.
Environment information:
ExtJs version: 6.0.2.437
Internet Explorer version: 11.0.9600.19002
Chrome version: 67.0.3396.99
Operating System: Windows 7 Enterprise
Scenario/Problem statement
...
Hi,
I am using ExtJs6.0.2, windows 7, IE11 and chrome latest.
In my application, I have created a grid and added paggingtoolbar(Ext.toolbar.Pagging) for pagination. Now, if I am running it on both...
Thanks Gary for your reply. Can you please explain it in a little bit detail so that I can get more clarity.
Yes, I am looking to move my application from a development machine to production server. Actually, after running sencha app build production command, when I went through the index.html file in build...
Hi,
I am very much new in Extjs 6. While working with this, I followed the following steps:
1) Created a Dynamic Web Project on Eclipse in J2ee environment.
2) Under webcontent directory, I...
We have created an application using Extjs4.1.3 and Java with either Tomcat or Jetty as an application server with Window OS.
Whenever we are trying to run our application with Java8 and Jetty its...
Thanks for your reply. Its really very helpful. The query was for Asynchronous Module Definition
I am trying to find that does Extjs 4.1.3 support AMD. Can we say that Yes. ExtJs support AMD by lazy loading js classes mentioned in the require statement. Please suggest me.
Hi,
What is the difference between component.height and component.getHeight(). What is the scenario in which both may have different value. I am using a container and in a scenario, I am getting...
Hi,
I have two Views(Panel).
First Panel contain following components:
1. Radio Button
2. Text Field
3. Done and Cancel Buttons
Second Panel contain following components:
1. Check box
2....
I am creating a panel with border layout as follows:
Ext.onReady(function() {
Ext.create('Ext.panel.Panel', {
width: 500,
height: 200,
title: 'Border Layout',
I am using ExtJs 4.1.3. I am working on editable grid. As in this grid, we can enter only numeric value, so I am using Ext.form.field.Number. But, we have a requirement to display proper error...
I am using Ext.menu.Menu in the xType:grid. On the right click, I have a listener “itemcontextmenu” by which I get the details of which row of the grid I have right clicked but unable to get the...
Hi Scott,
Thanks a lot for your reply. I have tried to run paging.js from the link you have provided by making each cells of last column named as "Last Post" as editable. But here, we are also...
Hi,
We have a requirement to display two data in each cell of a grid and among these two data, one will be editable as shown in attached image. I have done lots of googling but didn't find the...
Hi pavanextjs,
I am using ExtJs 4.1.1 and I was also facing similar problem as u have discussed like:
I have done a work around to solve this problem. I have created a container object with...
No. we are using ExtJS 4.1.1 from starting.
Hi bulletsoul ,
Thanks for your reply. I have tested your suggestion but no luck. its not working. I am using panel.layout.splitters as I have passed the term 'panel' in the handler function and...
I am trying to use panel.layout.splitters to change the width and height of north and west splitter and also to change their background color on mouse over. But I am getting error like:...
Hi,
I also have the similar requirment i.e. I have to write some data in Donut chart center hole area. So, is it possible.
Is there any certification in ExtJs. if yes, where can we find the detail.
Thanks for your reply. I have successfully created apps of my application and now i am trying to install it, but unfortunately, it is giving error in installation. What may be the possible reasons...