cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove ok button in Personalization Dialog

Former Member
0 Kudos

Hi,

I want to remove the ok button from the dialog box..how will i achieve tat??

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Krishna,


Will this sample help? Plunker

Check page.controller.js --> Line #35 and 36


Regards,

Sai.

0 Kudos

This works..

Former Member
0 Kudos

Its working Great !!

Answers (2)

Answers (2)

former_member203031
Contributor
0 Kudos

Hi krishna,

Please have a look on this.

http://embed.plnkr.co/WioLpR6pgygw8bSLpLjU/

we have to set that button visibility as false.

Thanks,

Deepak Raj.

0 Kudos

Hi Krishna,

There will be a fragment which will hold the layout of the dialog. There will be a property called ok inside the P13nDialog tag. Remove the property Ok and check.

Regards,

Ranjitha

Former Member
0 Kudos

Hi,

this is wat i have used

  <P13nDialog   cancel="handleClose" showReset="false" title="View Participants" class="backgroudWhite">

0 Kudos

Even i tried removing the property, but it is just removing the action on the button but not the text. And i see there is no property available in any of the library to make the ok button invisible.

Regards,

Ranjitha