Skip to main content

Greetings All,

 

 

There is a requirment to provide border for a Subview when it is opened from another view as a pop up.

I looked at various Options, but i was not able to achieve. Please Suggest.

 

 

Thanks and Regards,

Mohammed Asif M


11894iF31BA1BA9A21C095.png

Hi Mohammed,

A quick workaround(Don't have time to test a solution for you) would be to use a Sub Form?

Regards
Pieter


Hi Mohammed,

 

Go to your theme which is under this path C:Program Files (x86)K2 blackpearlK2 smartforms RuntimeStylesThemes

 

Open CSS file and add the following style(you can change the style of the border as you prefer):

 

.popup.dialog.id-runtime-dialog.sub-view.ui-draggable.no-buttons

{
border-style:double !important;
border-width:6px !important;
}

Reply