Jump to content

change the "back" text of TUnimNestedList


Georges Soares

Recommended Posts

Hello,

 

how to change the "back" text of TUnimNestedList in uniGUI ExtJs 6.5

 

I tried this and it did not work

function afterCreate(sender)
{
  var me=sender;
    if (me && !Ext.isWindows) {        
        me.getBackButton().setText("Voltar");
       
    } 
}

Thank you.

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...