Skip to main content

Hello,

 

In K2 designer, when i m openning a subview form. I would like to not allow the possibility to maximize the subview form on clic on the top bar of the view form ?

It is  possible?

 

The second question is i would like the subview form openning in full screen , it is possible ? If i put 100% in the width and height it will stay small and in the center of the screen?

 

 

Best regards,

after some research, it look like a css bug in K2 when the button to open a subview is at the end of a view with a big scroll bar..

 

After double click on top bar or in maximize icon i get the following CSS :

.popup dialog id-runtime-dialog sub-view ui-draggable no-buttons maximized ui-draggable-disabled ui-state-disabled{

top:5px

}

 

On the first openning the CSS Top is : 

 

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

top:857px;

}

 

 

 

 


Reply