hello,
I am trying to render and exjt gridn into a headless browser for printing and distribution purpose.
I created a single file application that references the theme and ext js file.
I created...
Type: Posts; User: herme063
hello,
I am trying to render and exjt gridn into a headless browser for printing and distribution purpose.
I created a single file application that references the theme and ext js file.
I created...
I have a drop down with { text, value } objects. I only receive value from the server when I load the form.
The drop down itself is a remote store, so it may finish loading after the form load.
In...
nvm, I can use
submitFormat: "U"
I have a need to be able to set and get value from a datefield so that it takes or returns the unix timestamp.
In order for set to work, I just needed to provide
altFormats: "U".
I am unable...
that's a good find
Could you provide a (not) working sample using sencha fiddle?
It will be easier that way for us to figure out what you mean.
I have the code in this fiddle. In order to make it happen, we have to play around with the submit and cancel button; modifying the value to switch it from invalid(blank values) to valid state; then...
I have created a new field by extending Ext.form.field.Base. I am getting an error when working with error/invalid state:
57640
ariaErrorEl.dom is undefined.
I mainly used textfield a...
The above examples are for 6.6, which one does work in 6.2?
How do we display form validation errors on the modern toolkit?
Here is a fiddle which can be used as a starting point.
I end up doing as follow to retrieve the config directly from the pivot(me):
/**
* This method retrieves the pivot view config.
*/
getPivotConfig: function () {
...
this was on kitchen sink
https://examples.sencha.com/extjs/6.5.1/examples/kitchensink/?modern#reconfigure-grid
I moved the (view) files back into app/app folder. bootstrap.json still has no entries under paths, BUT I no longer get 404 response for the affected views.
I checked app.json, and toolkit is set to...
I checked the one from the editor.
the bootstrap.json file does not have entries under paths for the missing files
I tried that command and I still get the 404 response for the files.
Why can't bootstrap.js use the correct path to my view
The js file is located here:
app\classic\src\utils\commercial\form\CustomFieldSet.js
But on application load it is looked up in the...
The fiddle is now using for-loops, however the delay is still there.
Using Ext.suspendLayouts/Ext.resumeLayouts around to view altering code(records update) slightly improves it.
There is this fiddle that has a grid with grouping feature.
It has a custom group header tpl to check/uncheck a particular group.
The current problem is that there is a slight delay between the...
I think I figured a way: since data are passed through binding, I needed to create a new grid type which has a new dynamic columns config to which I can bind the definitions. Then override the set...
Is it possible to have a row widget with a grid but its columns are row specific/dynamic :-/
Howdy,
I know there are a few posts about this topic but I would like to re-open it as I couldn't find a solution for my case.
My scenario is that I have 2 fixed width grids with that need to...
I don't know. But if you use a window it works fine.
Sorry,
Hello,
I am using widget column to show a grid.
here
I get an error when I initially click on the subgrid.
Is there a workaround beside using rowwidget?
Thank you,
Could you provide a fiddle to emulate your scenario?
A few comments ahead of time, if you want to re-use store on 2 different components, use chained stores.
Also, if you mark your combo box as...