frios Posted October 22, 2018 Posted October 22, 2018 Hi In mobile app when I try to shorten the title of a message with the following code it gives me the error "Ajax error" Cannot set property 'innerHTML' of undefined Showmessage('Usuario y/o clave incorrecta'); UniSession.AddJS('Ext.select(".x-msgbox .x-innerhtml").elements[0].innerHTML = "CAYC"'); Any suggestions? thanks Felix Quote
Sherzod Posted October 22, 2018 Posted October 22, 2018 14 minutes ago, frios said: Hi In mobile app when I try to shorten the title of a message with the following code it gives me the error "Ajax error" Cannot set property 'innerHTML' of undefined Showmessage('Usuario y/o clave incorrecta'); UniSession.AddJS('Ext.select(".x-msgbox .x-innerhtml").elements[0].innerHTML = "CAYC"'); Any suggestions? thanks Felix Hi, You can try to use this approach, but better to use UniServerModule.Title property for this: UniSession.AddJS('Ext.select(".x-messagebox .x-text-el").elements[0].innerHTML = "CAYC"'); Quote
frios Posted October 22, 2018 Author Posted October 22, 2018 surely, but the client wants all the name in the tab and in the phones it is so long that it exceeds the screen :-( Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.