I've found out that reloading store only rerenders the cell in which the value was changed. That cell gets colored differently. If I render another cell on that changed value this cell doesn't get...
Type: Posts; User: DBrumec
I've found out that reloading store only rerenders the cell in which the value was changed. That cell gets colored differently. If I render another cell on that changed value this cell doesn't get...
Hello,
Would anyone know how to check some data before "back" event fires when you click the back button in the navview? I'd like to check if any data is changed and not submitted to the server....
Ah I see. Would you have perhaps a solution on how to color the grid cell in another way?
56372 this is logged comp componenet. I reach that block just the store and grid don't refresh as said in the docs. I actually retrieve brand new data from the server and put them in the grid and...
Hello,
I'm calling grid.refresh() as I'd liek to re render the data from the store so my cell gets colored properly. This seems to not be working.
var comp =...
if I use standardSubmit my extra params don't get sent with the request.
filefield.up('formpanel').submit({
url: App.url.TestScriptsUpdate,
params: {
...
I expected that the outer div and all the subsuquent components will get flexed. But it doesn't happen like that. I can manipulate the INPUT with css but one would expect that the flex prorperty on...
Hello,
I'm trying to submit a select field and I've set the hiddenName property. Even with that I'm always sending dispalyField data instead of value field. My select field looks like this:
{...
Hello!
I have a flex box that I'd like to flex horizontally. The problem is the flex property only works on a parent div of the actual input element if I inspect the dom How could I solve this?
...
@evant
thanks for explainign this. So if I change the order of the components I'd get the right one. good to know. Thanks
Just did a completely basic standalone project to mimic this behaviour
Ext.define('App.view.MyPanel', {
extend: 'Ext.Panel',
alias: 'widget.mypanel',
requires: [
...
Yes I've tried that and the break point is reaching the "list" part. Thats why I'm confused why I can't find the first instance of the list component through xtype. It works for every other component...
Hi sencha.santa
getActiveTab() is not a function in modern in tabpanel.
The problem lies as I said in the fact that grid and list are child components of a panel. It seems that grid superseeds...
I'm interested in the same thing if anyone would know the answer.
Hello,
I have a modern app in extjs 6.2 that I'm building with Sencha Architect. I'm trying to target grid or list store under the same component. The issue is when i write this code:
var main...
@Gary Schlosberg: The middleware knows only how to do 1 by 1. that's why I have a form each filefield
@wps: Thanks a bunch. This works now as expected. Thank you
Hello!
I ge this error Form submission canceled because the form is not connected when trying to submit a form with a file field. I submit each form in a for loop if I find the value in the file...
I've found the issue. I've had in my panel a grid and list with the same store that i've disabled and hidden according to platformConfig. Though I don't know why gridpaging worked without a problem...
I can't fetch the data from the server. To make a valid fiddle. Do you have any ideas where I could fetch some server data from?
Hello,
It seems that list paging plugin isn't working correctly. If I page it it calls the same url twice and reloads to the top of the list. First call adds records then second call pops up the...
Hey,
The plan is to have an universal app. I've created a new project in Architect with modern toolkit and put on a few basic componenets like navView, buttons, panels, list.
Now I'm a bit...
Hello,
I was wondering if there is a way that I could swap toolkits while making and testing the app I've built in Google Chrome while developing? So far I'm using profiles to load the right view...