Anyone know how to get the datefield editor in a datecolumn to respect the submitFormat set for editor? I have it set to Y-m-d but it still submits as Y-m-dT00:00:00.
Type: Posts; User: tomdchi
Anyone know how to get the datefield editor in a datecolumn to respect the submitFormat set for editor? I have it set to Y-m-d but it still submits as Y-m-dT00:00:00.
Even with a very concise explanation of the problem and how to fix, anyone want to take bets on how long it takes Sencha to implement said fix? I am going to go with 1 year.
This still hasn't been fixed and its been over two years. I don't think Sencha/Idera pay much attention to these forums any more.
I did something similar and wrote a plugin to take care of it. Not sure if it works exactly like what you are trying to achieve but maybe it would help some. I wrote this a long time ago but it...
In case anyone else needs to know how to do this...
On = eq
Before = lt
After = gt
In view controller:
onGridBeforeRender: function(component, eOpts) {
if you are submitting using https then they are already encrypted while in transit. Ext JS does not have any kind of encryption methods.
On a grid date filter how would you select a date before render? I can get a reference to the filter with
onGridBeforeRender: function(component, eOpts) {
var filter =...
Row widget in V7.2 does not expand when row is double clicked. This can be seen in the kitchen sink example. https://examples.sencha.com/extjs/7.2.0/examples/kitchensink/?classic#row-widget-grid
...
Ext JS v 7.2.0.67, Classic toolkit
On a Tag Field when clicking on the field label the following error is thrown:
Uncaught TypeError: Cannot read property 'pointerType' of undefined
This is...
Anyone else having problems with Chrome dev tools slowing Ext JS down? When I close a window or message box everything hangs for about 30 seconds. Only happens when dev tools is open and I have...
Readme in stencils download has nothing about how to get stencils into Adobe XD. It just says go to Assets and drag and drop a component. Readme is missing a critical step and that is how to get...
I have a tab panel that contain several grid panels. To be more efficient they are all being loaded with a single call to the server which packages up all the data for each grid in a single...
We have a fairly large ExtJS app and I recently began to log javascript errors. Most of the time I can track down the source of the error but there are a couple of errors that get logged frequently...
Can anyone give any guidance on how to use Power BI embedded with an ExtJS application? I am trying to use the Power BI javascript API here.
I am at the point where I have an access token,...
Something that is not new is they left out the project upgrade button again. I suspect the only real change was adding ExtJS 7.
in the store reader set messageProperty to detailedMessage. You can either attach a listener to the store load event or add a callback during store load. example:
store.load({
...
For anyone trying to do the same here is what I did:
var me = this,
store = me.getViewModel().getStore('mystore'),
s = store.getSorters(),
f =...
When using a grid filter on a grid with a buffered store it includes the filters used in the request to the server.
Example:
filter:...
Having a real problem lately with chrome wanting to autofill many fields in a large ExtJS application even when autofill is disabled in chrome. Is there anything I can set to disable this for the...
I posted a workaround here. Hope it helps.
Instructions in the thread here are incomplete. The only thing these instructions do is make SA think your project uses ExtJS 6.7 but it really doesn't.
Here is what I did to fully upgrade a...
I opened a ticket as well and got the same response. After I inquired further, the support person figured out that there is a bug in the latest version of Architect that is not allowing a project to...
Your instructions do not actually upgrade a project. Look in your project folder ext/build and old framework is still there. This is what is used when building.
Thanks but that fiddle is not working.
VM707:1 GET https://fiddle.sencha.com/local/8b4bad99e5cd310933b24e8bfde18d19539555ea/widget/cartesian.js?_dc=1550785007861 404 (Not Found)
Is there some reason why click events do not work with gauge charts? Example here: https://fiddle.sencha.com/#view/editor&fiddle/2olk
I also cannot get tooltips to work either.