Question

Overriding the Base Function in FreedomUI

Hi,

I want to Override the base function shown in the image in the Freedom UI. How do I do that in Freedom UI ?

Like 0

Like

3 comments

Hello,

 

Overriding of 7x methods in FreedomUI page is not implemented, please use another approach to implement your business logic.

Oleg Drobina,

 

Hi, would like to know if the following functions in the images can also not be overridden in FreedomUI.







Thanks in advance Oleg!

 

Abilash,

 

Well, theoretically, but it wasn't tested, you may try overriding the BaseSchemaViewModel itself and method in it (using Ext.override) and try reading the current context in case the method is triggered from the FreedomUI page and process it in a custom way.

Show all comments