@jchris, same situation with you. I need to rewrite all non-Extreact components to ExtReact component but some features cannot reach my goal using ExtReact .....
Type: Posts; User: happyboyhk
@jchris, same situation with you. I need to rewrite all non-Extreact components to ExtReact component but some features cannot reach my goal using ExtReact .....
I tried to use jest to test ExtReact component, but it show TypeError: Cannot read property 'ClassManager' of undefined.
Does ExReact support Jest and enzyme for testing??
if yes, can you...
I tired the following guide to start the new application.
https://docs.sencha.com/extreact/6.6.0/guides/getting_started.html
After step 3, the following message shown
57783
I have the same issue.
I think this is not related to file-loader. This is because same issue will found if you create the ExtReact new project.
Today, I tried to create a new project again followed to this guide:
https://docs.sencha.com/extreact/6.6.0/guides/getting_started.html
However, new error found if I tried "npm start"
57781
...
Dear,
I am trying to Upgrade ExtReact from 6.5.3 to 6.6.0 but not success.
I followed this guide :https://docs.sencha.com/extreact/6.6.0/guides/upgrade_to_6.6.html
After npm start, the...
Recently, I try to use OpenJDK 11 instead of JDK.
However, there is an error shown during npm run build or npm start.
The error message shown:
ERROR in i [ext]:...
Thanks for your reply.
Override the CSS will override all mask style.
In my case, I just want to change only one dialog mask style. Another dialog remind unchanged.
Any can I do this?
Thanks!
This work now for creating a new project.
How about upgrade the project from 5.6.1 to 5.6.0?
I tired to follow this guide again https://docs.sencha.com/extreact/6.6...de_to_6.6.html
However, this...
Thank you for your reply.
I tried npm run build and copy the files under build folder to Tomcat \webapps\demoProject
However, I found that the application cannot be shown with the following error...
Thanks for your reply.
I tried to add tabindex=-1 to the container like below but still can press tab key to Text Field 1 and 2 after the dialog shown.
May I have any advise?
Also, may I have...
hi all,
Any step or guide to build a production version to Tomcat?
Thanks
Hi,
I am using trail to test the feature of ExtReact.
Recently, I tried to upgrade ExtReact from 6.5.1 to 6.6.0. I followed this guide: ...
Hi all,
I have a dialog to show with mask.
However, I found that I can tab the masked element using Tab Key.
How to ensure only Tab the dialog component?
Thanks
hi all,
I have a login dialog using Dialog Component.
How can I change the mask opacity of that Dialog?
Dear all,
I would like to ask how to change the field required indicator style?
e.g. change the * to red color
thanks
Hi all,
I am using ExtReact 6.5.3.
I would like to use FieldSet to group all field component.
Is it possible to set the FieldSet title like this?
57556
Thanks
Hi,
I am new on ExtReact 6.5.3 and I would like to custom ExtReact button style globally.
e.g change the border-radius and ui style background color
Is it possible?
In addition, how can I...
hi all,
I would like to separate two projects. One is common project to implement common component to use. The second one is main project to use common component to develop.
I use npm link...
hi all,
I would like to pass the parameter using router like below:
<Router>
<div>
<Route path="/home/:userId" component ={Home}/>
...
Hi all,
I am new on ExtReact.
Now I would like to create a web application with login page.
May I have any sample code to create a project that included a login page and go to the main page...
HI all,
I am learning ExtReact recently.
I find the problem to load the image like this topic.
I followed this topic instruction to install folder-loader and set the following config to...
Hi all, me again!
Since I am new in GXT 4, I have many question to ask. Hope someone can give me some suggestions.
Question
1) How to trim the space in TextField. I tried...
hi all,
I had used TabItemConfig to disable the uselessness tab under PlainTabPanel .
However, there is not shown as a disabled style.
I would like to ask how to configure the gss disabled style...
I am new in GXT4.0 but I used GXT2.x before.
In GXT2.x Grid, I can use setStoreSorter() method to sorting the ListStore. How can I do the same thing in GXT 4.0 because I cannot find the same method...