Jump to content

Event missing in Extjs 6.5.3 in ClientEvents


Stemon63

Recommended Posts

Hi,

I'm porting a working UNIGUI project from release 4.x to latest release with ExtJs 6.5.3
But I don't see anymore those events in ClientEvents->ExtJSEvent:

 

action;
beforebottomchange;
beforecenteredchange;
beforedisabledchange;
beforedockedchange;
beforeheightchange;
beforehiddenchange;
beforeleftchange;
beforemaxHeightchange;
beforemaxWidthchange;
beforeminHeightchange;
beforeminWidthchange;
beforepickercreate;
beforerightchange;
beforescrollablechange;
beforetofront;
beforetopchange;
beforewidthchange;
blur;
bottomchange;
centeredchange;
change;
clearicontap;
disabledchange;
dockedchange;
erased;
errorchange;
focus;
focusenter;
focusleave;
fullscreen;
heightchange;
hiddenchange;
initialize;
leftchange;
maxHeightchange;
maxWidthchange;
minHeightchange;
minWidthchange;
painted;
paste;
pickercreate;
positionedchange;
rightchange;
scrollablechange;
tofront;
topchange;
updatedata;
widthchange;
 
Where did they go? Where can I find them?
I have a lot of client code to modify...
Thanks a lot!
Link to comment
Share on other sites

Hi Farshad,

no, I refer about desktop, not mobile. 

(on mobile I have tested few component, for now).

In old releases (4.xx) there are a lot of event that I don't find anymore, and it's a desktop project.

Please investigate on, and tell us what event were deleted and what you have to restore. (blur, change, focus, etc..)

Good Job.

Link to comment
Share on other sites

  • Administrators

Hi Farshad,

no, I refer about desktop, not mobile. 

(on mobile I have tested few component, for now).

In old releases (4.xx) there are a lot of event that I don't find anymore, and it's a desktop project.

Please investigate on, and tell us what event were deleted and what you have to restore. (blur, change, focus, etc..)

Good Job.

 

Hi

 

For example, event "beforemaxWidthchange" never existed on either mobile or desktop side.

Link to comment
Share on other sites

Hi Farshad,

sorry, you have reason. My list is referred to ExtJs doc.

As soon as, when I'm in my office I send you a list that contain "only" events that are missing from release 4.xx to latest (for sure blur, change, focus, etc).

Good Job

Link to comment
Share on other sites

Hi Farshad,

ExtJs events that I have already used, missing in latest release (respect old 4.xxx) are:

 

1) TUNICOMBOBOX:
BLUR
CHANGE
DIRTYCHANGE
ERRORCHANGE
FOCUS
STATESTORE
STATESAVE
VALIDITYCHANGE
 
2) TUNIDBCOMBOBOX:
BLUR
CHANGE
DIRTYCHANGE
ERRORCHANGE
FOCUS
STATERESTORE
STATESAVE
VALIDITYCHANGE
 
3) TUNIEDIT E TUNIDBEDIT:
BEFORESTATERESTORE
BEFORESTATESAVE
BLUR
CHANGE
DIRTYCHANGE
ERRORCHANGE
FOCUS
STATERESTORE
STATESAVE
VALIDITYCHANGE
 
4) TUNIBUTTON:
BLUR
FOCUS
HIDEICONCHANGE
STATERESTORE
STATESAVE
 
5) TUNIPANEL:
BLUR
FOCUS
STATERESTORE
STATESAVE
 
6) TUNIFRAME:
BLUR
FOCUS
 
I don't known if they are obsolete or not in ExtJs 6.5..., but I think that is only a Bug in Unigui environment.
Good Job
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

Hi Farshad,

I known that there are a lot of thing to do.... but I cannot port projects to last release because some used event are now missing; I need  them for advance control on user input in grids and for manage a custom Advanced Lookup table component (missing in Unigui).
 

Thanks

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...