cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

To change Style of Confirmation popup on a button.

Bhanu_Manoj
9-Granite

To change Style of Confirmation popup on a button.

Hi Team,

 

Is it possible to change the style of the confirmation popup of a button. Like to change the width and height of the confirmation popup.

 

Thanks,

 

ACCEPTED SOLUTION

Accepted Solutions
cmorfin
19-Tanzanite
(To:Bhanu_Manoj)

Hi @Bhanu_Manoj 

 

Then the following Custom CSS can possibly help

 

.modal{
height: 500px !important;
width: 200px !important;
}

 

Regards

Christophe

 

View solution in original post

3 REPLIES 3
cmorfin
19-Tanzanite
(To:Bhanu_Manoj)

Hi @Bhanu_Manoj 

 

If you use the Confirmation Function, you can configure the width and height of the popup

 

Hope this helps

Christophe

 

Hi Christophe,

 

I am using thingworx version 8.4. I can see only validator and expression in the function list. 

 

Thanks and regards

cmorfin
19-Tanzanite
(To:Bhanu_Manoj)

Hi @Bhanu_Manoj 

 

Then the following Custom CSS can possibly help

 

.modal{
height: 500px !important;
width: 200px !important;
}

 

Regards

Christophe

 

Announcements


Top Tags