Jump to content

UniCalendarDialog Caption


mikeog

Recommended Posts

I opened a ticket in our support portal

 

Just for test, try this:

  UniCalendarDialog1.Execute;
  UniSession.AddJS('Ext.defer(function(){var cdWin=Ext.WindowManager.getActive();'+
                   '  if (cdWin) {'+
                   '    cdWin.setConfig({header:true});'+
                   '    cdWin.setTitle("'+ UniCalendarDialog1.Caption +'"); cdWin.updateHeader();'+
                   '    cdWin.setHeight(cdWin.getHeight()+cdWin.header.getHeight());'+
                   '    cdWin.tools[0].hide();'+
                   '  };'+
                   '}, 30);'
  );
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...