Questions tagged [extreact]

ExtReact is a Sencha product. ExtReact can help development teams and organizations get their applications to market faster by reducing development time using our 115+ pre-built and professionally maintained UI components.

React is a popular JavaScript framework that offers a component-based approach to building web apps. React, however, does not include any pre-built components. React developers are faced with the choice of either building these components from scratch or getting them from the community. You can develop web applications faster by using ExtReact with React.

55 questions
0
votes
1 answer

How to layout properly items in the form in ExtReact?

My current layout of the form looks like this: And I want it to look like this: How do I accomplish this? I tried to use layouts which are offered on ExtReact Kitchen sink…
0
votes
1 answer

How to set data property for MenuItems in ExtReact?

So I was able to return array from action and reducer in static class / function and now I want to render that data inside a data property of MenuItems (https://docs.sencha.com/extreact/6.5.0/modern/Ext.menu.Item.html). I feel I need to set the…
0
votes
2 answers

Unable to load data from the store before the first render in ExtReact using Redux;

I have the component to which I want to pass data, before the first rendering. But I am always getting an empty array first, and then data aftwer the initial rendering. I am using Redux actions and Reducers to pass the data, through…
0
votes
1 answer

ExtReact DatePickerField `minDate` and `maxDate` not binding correctly

I'm having trouble binding the minDate and maxDate of two date pickers ("begin" and "end) using ExtReact 6.5.2. Here is the code sample: import React, { Component } from 'react'; import { Container, DatePickerField, FormPanel, TextField } from…
Jasel
  • 535
  • 8
  • 14
0
votes
1 answer

How to stop circle click on Button while showing Menu in ExtReact;

So, I have a problem with a click on Button while showing/hiding menu and menu items, because it performs a click with a circle around it (i.e. a circle click). How to stop that in ExtReact? Which property of a component to use or which css property…
0
votes
0 answers

Uncaught TypeError: Cannot read property 'ClassManager' of undefined

I'm getting an error, while integrating React CoreUI Bootstrap project with ExtReact: Uncaught TypeError: Cannot read property 'ClassManager' of undefined at Object. (ExtJSComponent.js:97) And that Object.anonymous line is in the file:…
Zack Zilic
  • 832
  • 3
  • 12
  • 28
0
votes
1 answer

How to implement a maximize operation for tool button in ExtReact?

I am trying to implement a maximize tool button in ExtReact but I get an error: "Uncaught TypeError: n.up is not a function". Here is my current implementation of this function: { type: 'maximize', handler: function(e, target, panelHdr)…
0
votes
1 answer

Extreact 6 checkbox "checked" value prevent true

Toying with Extreact and I have a checkbox on my page that I want to have control over it's checked state. For example I want to set the checked value inside my state and be able to check or uncheck that input without clicking on it as a user. The…
Romeo Mihalcea
  • 9,714
  • 12
  • 50
  • 102
-1
votes
1 answer

Extjs 6/7 tree get right click event

I have this tree in ExtJs/ExtReact and I need the old contextMenu functionality which is nowhere to be found in these new versions so I decided to implement it. If you look at the demo you can see there is an event being fired (the node gets darker)…
Romeo Mihalcea
  • 9,714
  • 12
  • 50
  • 102
-1
votes
1 answer

is there any CDN link for extjs reactor

I want to develop extjs-reactor application using extjs-reactor CDN .I have not found any CDN link in extjs site. Is there a CDN link for extjs-reactor and please share with me If there is any extjs-reactor CDN example.
Naresh Punna
  • 109
  • 1
  • 1
  • 10
1 2 3
4