Is the TreeList items editable? If so how do you make it so? Not obvious from the ExtReact documents or the Kitchen Sink examples?
Thx
Type: Posts; User: JLKoszarek
Is the TreeList items editable? If so how do you make it so? Not obvious from the ExtReact documents or the Kitchen Sink examples?
Thx
I was trying to use submenus as prescribed by Marc Brocato in this thread: https://www.sencha.com/forum/showthread.php?344787 . While the thread says it fixed, in my use of the example it is not. I'm...
The Panel has Ext.Tools array which is great for adding button to the Panel's toolbar. Its added as a json array of objects as so:
<Panel title="Custom Tools w/ iconCls"
tools={[ {iconCls:...
I tried this with no success (added favicon: 'favicon' to HtmlWebpackPlugin(...). Can you see if this works in your environment?
I also saw that in CRA setup, this value is ignored and the elect...
if you initialized your app with yeomen, where should you place your favicon.ico and which file(s) need to be modified to reference it? I've already installed the fileloader.
When I used the yo approach in getting started, npm start and (re)start works just fine. I don't get that build error. I would like to continue to use the CRA approach, so a build patch would be...
Using trial version of ExtReact on new windows 10 machine. Used Getting Started "If you prefer to use create-react-app, see Adding ExtReact to Apps Built With create-react-app" method. Worked the...
For completeness: Here is the github site for webpack-file-loader which has a nice explanation: https://github.com/webpack-contrib/file-loader ...
Once you have installed file-loader, updated your...
What is the recommended way to include a set of images into the extreact build environment/application and the use within the <Image src=".../...png"/> component? I've used the <img .../> element...
Thanks Aaron. Turns out that when I unzipped the files using Windows Extractor it unzip them and encripted files that made them inaccessible from Tomcat. When I used WinZip it unpacked and installed...
500: Internal Server Error during step of load data in the ExtJs4.1 CarListings Example. Running Windows 7 with Tomcat V6. I've seen an another reports like this in early September that were closed...