[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Statusbar outputAlert and outputSuccessWithPopup  XML
Forum Index -> Development
Author Message
mstoyanova

Power User

Joined: 26/09/2019 07:10:15
Messages: 48
Offline

Hi Bjorn,
is it possible to add heading to Statusbar.outputAlert and Statusbar.outputSuccessWithPopup as parameter?
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5510
Offline

Hi Marieta,

sorry - we missed this one!...
With outputAlert(...) there is already a method to pass the title:

Code:
     /**
      * Output alert message. This message must be confirmed by the user.
      * With this method you can add an explicit title for the popup
      * that is opened.
      */
     public static ModalPopup outputAlert(String text, String title)
 


With the other methods output...WithPopup() there is currently none. We just added the missing APIs... Unforunately we just published our this-week's-update. So this extension will be in the next week's update... (or interim update: please request if urgent on your side)

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
mstoyanova

Power User

Joined: 26/09/2019 07:10:15
Messages: 48
Offline

Thanks Bjorn, it is not urgent so I can wait till next week update
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team