cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Buttons on the title bar of a Popup window

Former Member
0 Kudos

Hi all

I have a modal window which opens as a popup. I need to implement "?" and "X" buttons on the title bar of the window. Can anyone suggest me how to add those buttons?

Regards

Sreekar

Accepted Solutions (1)

Accepted Solutions (1)

Yashpal
Active Contributor
0 Kudos

Hi Sreekar,

U cant do it in popup window ......its just like a container which contains other UI elements .....whose instance is handled by the calling window ......

u have to provide buttons as a UI elements......

Regards,

yash

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your reply

Former Member
0 Kudos

Sreekar,

You have no access to title bar of modal window, so you may not add buttons here. Also it is impossible to emulate your own title bar -- there is no public API to hide / remove original title.

Just use regalr links / buttons somewhere in window content.

VS