@sencha/reext
Advanced tools
Comparing version 0.0.231 to 0.0.233
{ | ||
"name": "@sencha/reext", | ||
"version": "0.0.231", | ||
"version": "0.0.233", | ||
"description": "React ReExt", | ||
@@ -5,0 +5,0 @@ "types": "./dist/ReExt/types.d.ts", |
@@ -275,13 +275,13 @@ # ReExt - ExtJS Components in React | ||
* <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/modern/Ext.Button.html">xtype='button'</a> | ||
* <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/modern/Ext.Button.html#cfg-text">config={{text:'click me'}}</a> | ||
* <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/modern/Ext.Button.html#event-tap">onTap={(button,e,eOpts)=>{console.log(`${button.text}`)}}/a> | ||
* <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/modern/Ext.Button.html">xtype='button'</a> | ||
* <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/modern/Ext.Button.html#cfg-text">config={{text:'click me'}}</a> | ||
* <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/modern/Ext.Button.html#event-tap">onTap={(button,e,eOpts)=>{console.log(`${button.text}`)}}/a> | ||
More details on the the ReExt props | ||
* xtype (required): the xtype of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/">https://docs.sencha.com/extjs/7.0.0/</a> | ||
* xtype (required): the xtype of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/">https://docs.sencha.com/extjs/7.0.0/</a> | ||
* className (optional): the css class to be attached to the parent div of the underlying Ext JS component (each underlying ExtJS component is wrapped with a parent div that is width:'100%' and height: '100%' - unless overwritten in the className or style config) | ||
* style (optional): the css style to be attached to the parent div of the ExtJS component | ||
* references (optional): used if using an Ext JS reference | ||
* config (optional): a JavaScript object with the configs of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/">https://docs.sencha.com/extjs/7.0.0/</a> | ||
* config (optional): a JavaScript object with the configs of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/">https://docs.sencha.com/extjs/7.8.0/</a> | ||
* ready(cmp) (optional): the event that is fired by the ReExt component when the underlying ExtJS component is created. The value of this config is a function in your React hosting component with the parameter being the created ExtJS object. | ||
@@ -324,3 +324,3 @@ * storeloaded(store, cmp) (optional): the event that is fired by the ReExt component when the async store associated with the component is loaded. | ||
To use Ext JS overrides, create a classicoverrides.js or modernoverrides.js in the root of the sdk folder in public (for example: /public/ext-7.7.0/classicoverrides.js) | ||
To use Ext JS overrides, create a classicoverrides.js or modernoverrides.js in the root of the sdk folder in public (for example: /public/ext-7.8.0/classicoverrides.js) | ||
@@ -327,0 +327,0 @@ Include all overrides classes in this file. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
672632